I have a workflow that is to send a notification to three sets of contacts when a new project request is entered from a form. The contacts are loaded into the sheet by formula depending on what department is submitting the request.
The workflow triggers when rows are added and any field changes and has a condition that ensures all of the three contact fields are not blank before the notification block runs.
The intention is to make the workflow wait for the needed contacts to load before the notification runs.
Here is what I see.
The workflow triggers and ultimately sends the notification. Some people claim they are not getting the notification.
My question is am I handling the conditional logic correctly?
Thanks!