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?

Please try with the condition of

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

2 Likes

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.

1 Like