Activity- HTTP Request gives only 216 lines in output

Hello ,

I am trying to read a JIRA page from http request. I get all the data in Postman with the same command i.e it reads the complete page .
While in UiPath I get the response only until 216 lines. How can I read the whole page?
My Http request output is saved as String.
Thanks a lot.

@parnalmahavir.patni,

Try writing the response to a text file or somewhere. Normally there isn’t any restrictions or limitation.

Here, one user had similar query

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.