I’m currently using the Typeform Instant/Acid “Watch responses” trigger using a webhook. Sometimes we’ll get responses to the Typeform back to back and the scenario will run in parallel. However, this leads to data inconsistency issues and I’d like to force the scenario to run sequentially and store a queue if responses come in while there is already one being processed. How can I do this? I’ve tried enabling sequential processing in settings but that doesn’t work.
I found this article on scheduling webhooks: https://www.make.com/en/help/tools/webhooks#scheduling-webhooks-processing but had a question about this - if it’s doing a scheduled run and responses come in, will it still end up processing in parallel? Or is the scheduled run only going to process the responses that came in up to the point when it starts running?
Thanks!