Hi
I have set a workflow for bot to send an email to update if the value has been update. Currently, In email template the field is blank if the value has not been edited. For example I use the below formula for Person in charge:
<<If: ([_THISROW_BEFORE].[PIC] <> [_THISROW_AFTER].[PIC])>> <<[_THISROW_BEFORE].[PIC]>> <<[_THISROW_AFTER].[PIC]>><>
If there is an edit, the value before and after appear. If no edit made no value at all. Is there a way to show value of the current row if it hasn’t been edited?.
Thanks in advance