Hello Community!
I’m having a small problem with one of my automations. When a new user registers to my app, it creates a record with their user ID, that triggers the automation that runs a JS script that checks an API with the user’s ID. It runs just as I want when only one record is created at a time.
However, when two or more records are created at the same time, multiple automations are created and get their IDs inputs mixed and ultimately all of them end up crushing.
Is there any solution to this? Should I try something different?