How do I create a custom form?

Thank you :slight_smile:

No, not really. But concurrency can definitely be a problem, and I’ve bumped into its effects several times.

My goto solution these days for dealing with race conditions/concurrency is to delegate to Integromat. By funnelling critical updates through Integromat I’m able to ensure that they are queued and handled serially, and avoid users tripping over each other or clobbering each other’s updates.

Below is some more reading on this topic, where I described an option for a specific use case:

No, it’s not. As far as I’m aware, the only way to ensure immunity is to delegate updates to a 3rd party.

3 Likes