Event bot when Change Counter Updated

Hi guys,

I need your help.

I have a table called "service", this table has some column which are [id], [product], [date], [change counter] and [status].

[change counter] is a column to watch for changes of [product] and [date]. 

I have a behavior action for  [status] column. But [status] column changes are not counted by [count counter]

Is it possible to trigger the bot based only on updates from the [change counter] column?

Thank you very much for your help

0 1 91
1 REPLY 1

Yes.  To trigger your Bot ONLY when the counter changes, the expression would be this:

[_THISROW_BEFORE].[Change Counter] <> [_THISROW_AFTER].[Change Counter]

 

Top Labels in this Space