Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to do an if statement with multiple outputs

Dittau
8 - Asteroid

I have some logic built already but if i want to add logic after my intial join thats says if an account starts with 4 then i produce an email output that it sends to xyz….if it doesn’t then it continues on the current path i built…how do i do this?

3 REPLIES 3
ShankerV
17 - Castor

Hi @Dittau 

 

To achieve this, please use the filter tool.

 

ShankerV_0-1680268133905.png

 

 

Many thanks

Shanker V

 

binuacs
20 - Arcturus

@Dittau one option to add a filter tool and write the condition StartsWith([field],’4’) then connect the true anchor to the email tool

Dittau
8 - Asteroid

When i do this the account starting with the 4 is going into my false instead of true? The values are coming from a left join…why is this going opposite of what i typed in? Excact same info as you

Labels