Uncontrolled BOT trigger

Hello,

this trigger in a BOT, which, when triggered, generates a row in a spreadsheet, it worked very well, but for a few days, it triggers twice, and generates the same row twice a few minutes apart, does anyone have an explanation?

 

Renaud1_0-1679376662408.png

 

1 4 174
4 REPLIES 4

Do you have any other action/bot that run on same row level ? I also noticed the app duplicating rows when i use Webhook API.

Hello RIFAD, I actually have this second BOT which integrates lines on the same table (no WEEBHOOK API)
The two BOTs trigger from two different tables, here is the second one.

Renaud1_0-1679409933176.png

 

Best guess is that [STATUT EDF] = "Non Prime" and [CODE AFFFAIRE].[STATUT] is changed in the parent table.  So you get  one triggger on this row changing and another on the parent row changing

To be more precise


I have three spreadsheets


SPREADSHEET "BDD FACTURES" where the rows are inserted following the triggering of the following two triggers

First trigger
SPREADSHEET "BDD AFFAIRES" where there is a trigger that creates new rows in "BDD FACTURES"

Renaud1_0-1679418789379.png

Second trigger
SPREADSHEET "BDD ENTRETIENS" where there is also a trigger that creates new lines in "BDD FACTURES"

Renaud1_1-1679418823602.png

It's mainly the first one that creates duplicate lines for me