I have a scenario where multiple Zaps call a sub-zap that does some data processing and calls QuickBooks Online “Create Sales Receipt” step. Sometimes the sub-zap fails on QBO step with the following error:
Too many Zaps trying to access the same resource at the same time. It will be retried after 15 seconds
The sub-zap logic eventually succeeds, however it fails with the error:
Did you fork or replay this step? We expected callbackUrl to be stored!
I assume that the callbackUrl gets lost during the retry due to the retry. Has anyone figured a way to work around this?