I'd like to create two workflows: 1) email a ...

I’d like to create two workflows: 1) email a group for any changes 2) email a different group for a specific change

So far it’s only emailing the group for any change. Is this a limitation or am I doing something wrong?

0 8 338
8 REPLIES 8

@Justin_Magill

I assume you have created two workflow rules, one for reach case.

What does the Audit History show for the two workflow rule? See help.appsheet.com - Troubleshooting Workflow Emails

Troubleshooting Workflow Emails help.appsheet.com

not sure if im missing something. there are no errors and i do not see any confirmation of the workflow

@Justin_Magill

There should definitely be something in the Audit History.

Please provide: 1. Your account id (from the Account pane) 2. App name 3. Workflow rule names

I have: Event Type = “NEOFAN | Allergy Training” where Event Type is the column header and “NEOFAN | Allergy Training” is an enumvalue

@Justin_Magill

Please provide: 1. Your account id (from the Account pane) 2. App name 3. Workflow rule names

 

@Philip_Garrett_Appsh

uhemsevents@gmail.com (GOOGLE) Account ID: 205238 UH EMS-I 1) On Change in Event Worksheet (Responses) 2) NEOFAN

@Justin_Magill

When checking for a value in an EnumList you need to use IN.

Rather than using the Condition:

Event Type = “NEOFAN | Allergy Training”.

Try something like:

IN(“NEOFAN | Allergy Training”, [Event Type])

See https://help.appsheet.com/expressions/expression-types/list-expressions-and-aggregates

Top Labels in this Space