Need help for flow desinger if condition

Community Alums
Not applicable

HI my requirement is i have a variable called request type and its Question no.1 for this  two drop down options like America another is Canada
My condition is if user select Q.no 1 as America the approvals needs to go to A and task should be created

if the user select Q.no.1 as Canada then approvals should go to B and task should be created 
Please help me in this. Thanks in advance

1 ACCEPTED SOLUTION

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @Community Alums ,

 

You can make use of if or else if condition in the flow logic to check if the selected value is America or canada.

in the IF condition check if Request_variable is America (if yes)

> then create a task.

in else conditon or Else if Condition check if request_variable is Canada.

> create a task as needed

 

i hope this helps...

 


ā˜‘ļø Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

View solution in original post

1 REPLY 1

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @Community Alums ,

 

You can make use of if or else if condition in the flow logic to check if the selected value is America or canada.

in the IF condition check if Request_variable is America (if yes)

> then create a task.

in else conditon or Else if Condition check if request_variable is Canada.

> create a task as needed

 

i hope this helps...

 


ā˜‘ļø Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect