Hi everyone,
Has anyone worked on sending multiple emails in Alteryx with varying attachment conditions? For example, sending one email with an attachment and another email without an attachment. If so, could you share how you approached this?
Here’s what I’ve tried so far:
- Two Email tools: I used Block Until Done to ensure both tools run, but still only one fires at a time. If I disable Email Tool 1, then Email Tool 2 works, and vice versa.
- Single Email tool: Combined logic into one tool and ensured that records without attachments have null attachment paths, but those records still throw this error:
Email (526): Record#4: Error Opening file: The system cannot find the path specified.
Has anyone encountered this issue? Any tips or best practices for handling multiple emails with different attachment setups?
Thanks in advance!