Updating fields with multiple workflow actions
I have a workflow that timestamps multiple fields when a custom field is updated
My first action is a Wait action and wait 0 minutes so it updates immediately.
My second action updates a Date/Time field if it the custom field does not equal a certain value, but if it does equal that value, leave the new field blank:
IIf(('<plABC_ITAG>') <> 'X', Timestamp(),'')
It does not overwrite existing values because I want it to keep that time stamp throughout history.
My third action updates a different Date/Time field if the the custom field was a specific value but is no longer that value, or leaves the Date/Time field blank:
My first action is a Wait action and wait 0 minutes so it updates immediately.
My second action updates a Date/Time field if it the custom field does not equal a certain value, but if it does equal that value, leave the new field blank:
IIf(('<plABC_ITAG>') <> 'X', Timestamp(),'')
It does not overwrite existing values because I want it to keep that time stamp throughout history.
My third action updates a different Date/Time field if the the custom field was a specific value but is no longer that value, or leaves the Date/Time field blank:
0