I have created an automation to send reminders for an Actions Log. The workflow is as follows:
- Run every day at same time
- If "notify" field is checked
- Various date conditions, eg due today, due yesterday, due tomorrow
- Send email depending on branch selected in (3)
Not all of the action items have the notify field checked. However, the workflow passes (2) for one of the action items, but includes several action items on the same email notification. Some of the action items that are included on the notification do not have the "notify" field checked. It seems that the notification is linked to the last condition in the workflow?
1 - is it possible for the automation to send an email per entry in the log (assuming the conditions are all met)?
2 - how do I prevent the workflow from excluding any items which don't have the "notify" field checked?