Hi all,
I am attempting to connect a JSON data source via the JSON custom connector, and am having some trouble with the pagniation. The key for the next page is in the data, so I have selected "Get next page token from results," and then "Add as a parameter," which is how I get these results in other applications. When I test the pagination on the Settings page, the test is successful. But when I try to run the data set, I get the following error:
"Domo is ready, but there was an error parsing an expected JSON response from the API. Please check that the API is returning the expected data"
Is this due to an issue with the pagination? If I remove the pagination, and just run the first 100 lines, the data set runs. Also, I am able to run the data set in other applications using the same URL.