hello,
I have been a part of this community for a few months now and I have found it to be a great help. However, I am currently facing a challenge in my workflow that I'm not sure how to solve.
Here's the case:
- As a part of my workflow, I am filtering users based on whether they meet a certain criteria or not. For those who do not meet the criteria, I need to send an email reminder. However, I do not want to send repetitive emails. Instead, I want to record if and when the email was sent, and send another email if the user has not taken any action in the last 24 hours.
- The workflow should first check if the criteria are met by all users. If not, then it should send out email reminders until all users comply. Only then should it create a report file and send it out.
I have two questions:
Q1. How can I capture whether an email was sent or not? The "Email" tool does not have an output anchor.
Q2. How can I stop a part of the workflow based on a condition? For example if users are not meeting a criteria - send reminders and stop the workflow. Otherwise, send the report.
I would greatly appreciate any help or guidance on these questions. Thank you in advance for your support.