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])),
Anonymous
4 years agoNot applicable
Yes as there is a firstpage call the cursor definately has a value. I have removed that if statement but the issue remains that the Source command with the &cursor does not work online. I have tried it as a Query or as a RelativePath but neither work.
- lbendlin4 years agoSuper User
Unfortunately without access to that API I cannot help more.