email feature - question
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello everyone,
I have a quick question about the email feature:
My case: I need to compile a list of the items that were shipped through our systems; this list also contains 2 types of people: supply chain assistants and distribution assistants.
I need to send this list regularly to the supply chain assistants; however, I need the email to go to the distribution assistants, if the supply chain assistants field is empty/blank.
How can I do that?
Your help is greatly appreciated,
Kind regards,
Ioana
Solved! Go to Solution.
- Labels:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
A filter tool can separate it. So, something like:
IsEmpty([SupplyChainAssistantFieldHere])
OR
IsNull([SupplyChainAssistantFieldHere])
Then, connect one email tool each to the TRUE and FALSE anchors like so:
Then, in the TRUE output of the filter tool, configure your Email tool accordingly to send to distribution assistants.
Then for the FALSE output, configure your email tool to send to supply chain assistants.
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thank you so much for your prompt reply. I will give it a go and will let you know how it goes
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
