I've created a bot that triggers whenever a table is updated. Since multiple users can update the table simultaneously, will the bot trigger in parallel for each update (i.e., one execution per update)?
I’m reading from and updating a separate table during each execution, which could lead to unexpected results if multiple executions run in parallel.
Is it possible to configure the bot to execute sequentially, ensuring only one execution happens at a time?