Hi, I am having a challenge with the below data. I cannot paste workflow due to security issues. Here is my data:
EmpCollection:
URI:http://empdata.com/v1/survey/?emptemplateid=1?pageIndex=1&pagesize=30
pagination:
currrentpage:1
totalpages: 7
resourcesperpage: 30
resourcesreturned: 30
totalresources: 193
nexturl: http://empdata.com/v1/survey/?emptemplateid=2?pageIndex=1&pagesize=30
data:
empresponse:
fname:dinesh
lname: ka
createdby:
isactive: y
status: yes
class: 10
empresponse:
fname:vydi
lname: ka
createdby:
isactive: y
status: yes
class: 11
empresponse:
fname:viru
lname: ka
createdby:
isactive: y
status: yes
class: 11
Requirement - I have an API with huge data that return 30 records per page and it is having 7 pages. I have multiple issues.
I'm able to see these columns and data in API download tool - URL, DownloadData, DownloadHeaders
1st Issue - DownloadData - I'm not getting all data. It says "Cell has > 256 characters".
2nd Issue - When i add json parser, am getting conversion error and not able to see data in columns.
Also, how do i do iterative macro?