Report- modification

Hi!!

I created a Worflow to inform when a report is modified.
Is there a way to tell what has been modified in the report?

Thank you

Solved Solved
0 2 466
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4


View solution in original post

2 REPLIES 2

You can see values of a specific field from before and after the workflow was triggered. The following expression checks if they are not the same.
[_THISROW_BEFORE].[column] <> [_THISROW_AFTER].[column]

Also checkout the 3 โ€œChangeโ€ column-types.

Steve
Platinum 4
Platinum 4


Top Labels in this Space