I don't want a bot to be run by edition or QuickEdit.

I have noticed that EDIT rewrites all cells whether there has been a change or not.
QuickEdit does the same thing (rewrites all cells).
If I have a BOT that does TRIGGER when a cell changes (manually or by the execution of an ACTION), this BOT is going to be triggered by the edit or by QuickEdit.
How can I prevent the BOT from TRIGGERing by an edit?

Solved Solved
0 2 74
1 ACCEPTED SOLUTION

Use the automation event's Condition property to reference only the changes that you want to trigger the automation--typically referencing specific columns' before and after values.

View solution in original post

2 REPLIES 2

Use the automation event's Condition property to reference only the changes that you want to trigger the automation--typically referencing specific columns' before and after values.

Thank a lot, It help me

Top Labels in this Space