Hello Alteryx community,
I hope you're all doing well. I'm currently working with Alteryx Desktop Designer version 2023.1 and have a scenario where I run approximately 10 workflows consecutively using the scheduler. Each of these workflows generates a report that needs to be sent via email. I've configured the Alteryx Email Tool with Microsoft SMTP settings for sending these emails.
My challenge is to create a mechanism that provides me with a consolidated report of the email sending status for each of the 10 workflows. Specifically, I would like to know if the email was successfully sent ("Yes") or not sent ("No") for each workflow. The desired output format is a tabular representation, which shall be embedded within the body of an email either at a predetermined specific time or upon the culmination of all 10 workflows.
Thank you in advance for your help!