Free Trial

Alteryx Designer Desktop Discussions

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

Detour tool inside macro update based on condition

Shaina1
8 - Asteroid

Hi, I have tried to create a workflow wherein I have used count record as my control parameter for my detour tool-which is inside my macro.I have created two macros-aka name is not null and value is not null-what I want to do is detour is right when count records=0 from which I understand that-that part of workflow would not run if count records are 0 and it should follow left part of workflow when count records >0. In my current workflow even when count records=0-the workflow seems to be running. Could anyone please tell me the mistake I'm making here as my detour configuration isnt correct. I'm attaching workflow-kindly open the macro to view the proper configuration. Also attaching screenshot of the macro configuration that I have used. 

2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

In your formula, use 1 to represent True and 0 to represent False.

 

ChrisTX_0-1665395719592.png

 

Chris

 

Shaina1
8 - Asteroid

Thanks a lot @ChrisTX 

Labels
Top Solution Authors