I have this action that adds two rows with different values to my ‘Person’ table (There were following steps of the action that I disabled to confirm the bug was happening here):
When I disable either of them, then I correctly get only one entry in my table. However, by having them both active, I get four new entries, when I should only be getting two:
The only way I do not get an error is by having a wait condition between both, but I’ve used in other opportunities the ‘add row’ multiple times in an action without any issue, until now.
EDIT: After testing even more, now not even the wait condition stops the values from getting duplicated.