Data Change updates only

Hi,

 

I have a bot that is set to recognise a data change in a row. 

I want the bot to run when the [Order Status] is changed to "Exported To Xero" but not everytime another column in the row is updated afterwards. At the moment the bot is triggered with every subsequent update as the [Order Status] is now always "Exported To Xero"

Can I specify updates only and also updates to x y  or z column only?

0 2 68
2 REPLIES 2

Please try with the condition of 

AND([_THISROW_BEFORE].[Order Status]<>[_THISROW_AFTER].[Order Status], [_THISROW_AFTER].[Order Status]="Exported To Xero")

Suvrutt_Gurjar_1-1651582712068.png

 

 

 

Hi @Phil_Waite 

Will request you to update if this worked for you or otherwise. For any future readers of the thread, it will be useful.

 

 

Top Labels in this Space