Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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 ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    I could fix it.

    Json.Document(Web.Contents(base_url

    Web.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!