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:
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.
Hi @piotrgk
Q1. You can save an .yxdb file with the input of the email tool. Basically, it is possible to assume with some confidence that if the workflow ran, the email was sent. I drafted a sample workflow that can help you to understand how to keep track of this historical data, and see if the 24 hours condition is met.
Q2. You can do this by combining filters + append tools. here is an example of how to do it: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Choose-Path-Tool/td-p/1169896
A1. Cc yourself so you know that an email was sent.
A2. When you use a Test tool, you determine what causes the test to be passed and what happens with the workflow if it does not pass. You can also filter compliant records go through your workflow and non-compliant records go to the Email tool to get the reminder email.