Forum Discussion
Anonymous
2 years agoNot applicable
Can't refresh dymanic data source
I have a custom query which makes an API call to a site with an API key to retreive data. However, the dataset return its limited to 100 results. I have altered the query to always look for the "next...
lbendlin
2 years agoSuper User
Your newUri is still dynamic. You need to decompose that to separate its base url from the RelativePath and Query components before you can call it.