How can I fix this Microflow

0
So, after creating an account on the 'Create Account' page and clicking the 'Sign In' button, I should be directed to either the Manager Dashboard or the Team Leader Dashboard based on the enumeration value selected during the account creation process (i.e., Manager or Team Leader). I have confirmed that the database stores the correct 'Manager' or 'Team Leader' details during the account creation. However, the issue I am facing is that even if I select 'Team Leader' and use the corresponding username and password, I am being directed to the 'Manager Dashboard' instead. Someone Please assist me with the flow.  
asked
1 answers
0

Hi Prajyot,

 

Rather than checking individual values, set the condition of your exclusive split to your enumeration value (in your case $Registration_SignIn). Your outcomes of the exclusive split will be the enumeration values rather than a Boolean value

answered