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.