Hey, I have a few scenarios that all update a Make Data Store.
I have a scenario that loads records into a data store. Then waits 2mins, then triggers 3 other scenarios via webhooks.
The later scenarios load the data store, and process the data, then update it as ‘done’
Recently, a few of the scenarios succeed, but with a warning that the data store update didn’t happen, because "Record is locked by [the first scenario]’
The first scenario should have happened about 2 minutes before this one, so not sure why it would still have the records locked.
I’ve also had runs fail and stop the scenario altogether because of the locked record.
Question is - why would it be locked?
And, how can I ensure this doesn’t happen again?
Would it be better to use google sheets or something instead?