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.
In your formula, use 1 to represent True and 0 to represent False.
Chris
Thanks a lot @ChrisTX