Hi,
I am trying to get my bot to send off an email when I update my field=[Gift Status]=“Received”.
This expression isn’t quite working for the condition area.
AND([Gift Status]=“Received”,[_THISROW_BEFORE].[Gift Status]<>[_THISROW_AFTER].[Gift Status])
ALL these statements are true: …1: (The value of column ‘Gift Status’) is equal to (“Received”) …2: (The value of ‘Gift Status’ from the row referenced by ‘CnBio_ID’) is not equal to (The value of ‘Gift Status’ from the row referenced by ‘CnBio_ID’)
Why is the statements referencing my other field called “CnBio_ID”?