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?
Hi @Dittau
To achieve this, please use the filter tool.
Many thanks
Shanker V
@Dittau one option to add a filter tool and write the condition StartsWith([field],’4’) then connect the true anchor to the email tool
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