I would like to create a workflow for my data...

I would like to create a workflow for my datafile to do the following. I need help with the expression.

I have assigned user emails to view specific data rows (using security filters).

Whenever I update my field name [Gift Status] to โ€œReceivedโ€, I would like to trigger a email to be sent out to the user email that the data row is assigned to (to notify the user that a gift has been received).

I would like to specify what this email would sayโ€ฆsomething simple like "so and so (Iโ€™d like to link the name linked to the data row) has just given their gift).

Can someone help me with the behavior workflow expression?

0 4 290
4 REPLIES 4

I took screenshots of what I started for my workflow.

The documentation on workflows says that before I deploy my app (which is the stage Iโ€™m at now), that these actions will go to the app creator.

That would be me, but I didnโ€™t receive any emails.

What have I done wrong?

 

 

The condition rule should be AND([_THISROW_BEFORE].[Gift Status]=โ€œNot receivedโ€,[_THISROW_AFTER].[Gift Status]=โ€œReceivedโ€). In your body text, you should use <<[Household]>>. Not just [Household].

Top Labels in this Space