Hello,
We created a form that will trigger an axiom browser automation to check some data on a website and then return it in a google sheet which will perform a calculation and return it to the original person who submitted the form. This axiom web scraping automation takes roughly 2 minutes to complete.
The problem is if we have 2 people submit the form at the same time or very close times together it will not work for the first person since the second persons submission will overwrite the data of the first persons submission.
Is there a way to force the Zap triggers to wait to trigger until the first Zap run has run to 100% completion? We have tried using a delay so we can time it to wait 2 minutes between triggers but this did not work.
Any assistance is appreciated!