Hi all,
I am having trouble with a loop condition workflow. Since i am new to alteryx, i am not sure whether it needs a macro (iterative macro e.g) or it could be solved by normal solution.
My case is i would like to check on the Level column whether this client has enough 3 levels, Senior, Associate 2 and Associate. It must have 3 level before proceeding to another workflow. If not, then it has to go to another input and perform some calculation to fill up until it has 3 level in it. Initially, i have completed some calculation to get to this output, then check if the output contains 3 levels.
I have tried using Filter tool and Count if the Level is >= 3 but it will not continue working if the Level is only 2 in my False output. I have also researched and tried Iterative macro but it seems that that macro needs an Macro Input, which is different from mine since my input is from prior calculation and can not become an input.
Thank you in advance and excuse me for the wordy explanation!
