Alteryx Designer Desktop Discussions

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

How to Skip workflow ahead if filter condition is false

Naman4023
5 - Atom

IMG_20230821_184507.jpg

 In the mentioned screenshot, I want workflow to skip writing to the output file if condition in filter is false.

How to do that

 

 

3 REPLIES 3
DhruvTangri
5 - Atom

Hi @Naman4023 . you can use a detour tool for skipping the workflow to write in the output file if filter condition is false.I am attaching the workflow below.

You can also connect the output file to true filter and it will only write the output when the condition is true. Hope this helps.

Incase of any doubts you can let me know.

Saumya27
5 - Atom

Hi, Can you please send the screenshot of Alteryx workflow which you have attached in previous manage to stop workflow if filter condition is false.

DhruvTangri
5 - Atom
 

Hi , I have attached snapshot

 

Labels
Top Solution Authors