Template to show only adds and updates (new and old line only)

Good evening all,

When the workflow sends out the report on adds and updates, I only want to show the old line and updated line only, next to each other.
Example question

What is your age?
Old line 34
Updated line 35

(do not show any items which has not changed)

Can anyone help me with this.
Thank in advance for the help.

Solved Solved
0 5 223
1 ACCEPTED SOLUTION

I made a test withโ€ฆ

<<IF:AND([_THISROW_BEFORE].[DATA]<>[_THISROW_AFTER].[DATA],ISNOTBLANK([DATA]))>>
<<[_THISROW_BEFORE].[DATA]>>
<<[_THISROW_AFTER].[DATA]>>
<< EndIf >>

Please check that you donโ€™t have any spaces with the formula.

View solution in original post

5 REPLIES 5
Top Labels in this Space