Hi All,
I am trying to hit URI using Http Request activity and output in string var(jsonresult) but it is not returning full json data.But while hiting same URI in postman it is returning full json data.
Any suggestion on this issue?
Hi All,
I am trying to hit URI using Http Request activity and output in string var(jsonresult) but it is not returning full json data.But while hiting same URI in postman it is returning full json data.
Any suggestion on this issue?
When you say full…are you looking in output panel or the locals panel?
If yea then it would generally trim and show…please write the data to a text file and check the response
Hope this helps
Cheers
I did store in string variable and check but does not full json data
Are you getting. 100 results then it might be caped then you need to use pgination to get the next 100 by skipping the first 100 and so on
Cheers
No, there 3 records but it giving full 2 records and for 3 record it is showing half record only
String variable also will truncate to 2000 characters…please write the data to a text file and check
Use write text file activity
cheers
Yes, I did try in write data in text file and check full json data is showing but when I try to fetch same data from file and it is not showing full data.
I need to get some data from full json file. But unable to get it from text file
Can you show what you tried…the data would be present you can deserialize and get each data…it is just not displayed on log messages or in variables because of limitation but data is present that is the reason we are checking data from text file and if full data is present even in variable it would be present else it cannot write…
cheers
Yes, you are correct, I am able to see all data in text file. Thanks for your time and suggestions.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.