Forum Discussion
Anonymous
4 years agoNot applicable
If statements and RelativePath conversion for Web
I am trying to convert some PowerBI which works on Desktop but not on Web. It is trying to pull down a long list 100 items at a time, via API. Based on whether its the first pass or a subsequent pa...
- Anonymous3 years ago
I believe I have it working now using,
agents", [Query=[limit="100", cursor=cursor], Headers=headers])),
lbendlin
4 years agoSuper User
Both limit and cursor should go into the Query parameter, not the RelativePath parameter.
There is no harm in calling it with a cursor pointing to the first record, so you don't really need to check for iter = 1