Hi there,
recently Typeform made some changes in it's API from Data API to Response API. If you have klips built on the Data API you'll see that your visualization won't work anymore.
Typeform provided the two following URLs, but I could'nt find all my questions answered there, so I thought, I share my experiences with you. They might help you if you are facing similar problems.
First of all the URLs:
https://developer.typeform.com/responses/migrate-from-data-to-responses-api/
https://developer.typeform.com/responses/reference/retrieve-responses/
Be aware that your data source changes with the updates in the API. The authorization needs to be set in the query parameters now instead of setting it immediately in the url.
- Data API:
https://api.typeform.com/v1/form/{typeform_UID}?key={your_api_key}
- Responses API:
https://api.typeform.com/forms/{form_id}/responses
Taking a look at the filtering parameters will help you understand the differences between Data and Response API, that you need for dynamic datasources. You find the picture attached:
Old version: @/response/answers/list_aY6tzvZnwk93_choice; changed to: