Forum Discussion
Anonymous
3 years agoNot applicable
API Paginated Result 'One or more table references a dynamic Data Source. Not able to save dataflow'
Hi there. I'm trying to get info from an API. The result come into several pages with the next page key. I handle it with a list combine but when i try to save I get 'One or more table references a ...
- Anonymous3 years ago
I could fix it.
Json.Document(Web.Contents(base_urlWeb.Contents doesn't admit a variable for the base_url. If I puta a variable I get the error when Try to save. If I put
Json.Document(Web.Contents("https://{env_id}.live.dynatrace.com",Works fine!
Anonymous
3 years agoNot applicable
I could fix it.
Json.Document(Web.Contents(base_urlWeb.Contents doesn't admit a variable for the base_url. If I puta a variable I get the error when Try to save. If I put
Json.Document(Web.Contents("https://{env_id}.live.dynatrace.com",Works fine!