Bot Email format for ANY changed columns

Hi,

Is there an email body expression that when any column in a row is changed, only the changed column values are returned in the email body?  eg.  If the bot is set to email on any change event in the row, the report email specifies only the column values that have changed and leaves out the unchanged column values.

Many thanks

Solved Solved
0 1 90
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @John_666 

Use this syntax:

<<If:[_THISROW_BEFORE].[columnName]<>[_THISROW_AFTER].[columnName]>>NewValue: <<[columnName]>> <<EndIf>>

That gives this for example:

 Template:

Aurelien_0-1677503018760.png

Output:

Aurelien_1-1677503040085.png

As you may have noticed it, you will have to replicate this kind of expression for each column that you wish to track.

 

View solution in original post

1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

Hi @John_666 

Use this syntax:

<<If:[_THISROW_BEFORE].[columnName]<>[_THISROW_AFTER].[columnName]>>NewValue: <<[columnName]>> <<EndIf>>

That gives this for example:

 Template:

Aurelien_0-1677503018760.png

Output:

Aurelien_1-1677503040085.png

As you may have noticed it, you will have to replicate this kind of expression for each column that you wish to track.

 

Top Labels in this Space