Database caching issue

I am using Typeform and bubble. I defined my API call from the API connector plug in to be able to get the responses and other data from Typeform. Created a webhook as well. When i do a “test request” from Typeform side, it’s successful. I even check the logs on bubble side and it goes through the flow - but the values saved to the database are the same 7 -they are all old ones. I have two issues:

  1. bubble is appending all values received from typeform (seems like 7 at a time). I want to see one value per API call…
  2. I don’t know how to get bubble to clear this “cache” (at least i think this is what’s happening.

If anyone could help me, I’d so appreciate it!






Hope this helps.

1 Like

Thank you @ihsanzainal84 . I did see that in the forums and tried it as best as I could understand. But yet I am still getting the caching issue. I have added a header in the API connector page and also referred to it in my “create a new thing” action which would save the data from typeform (in my case, one field “submitted at”) I attached pics for my setup.


Switching on the @Jici bat light.

At first, I don’t think it’s a caching issue.
I think that you are doing the same call and get the list of submitted forms, not a specific one.
What I understand is that you are trying to create 1 item in DB for each submitted form?
So you should schedule workflow on a list to process the list of form.
Also, consider using webhook instead

This topic was automatically closed after 70 days. New replies are no longer allowed.