
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-14-2024 01:11 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-14-2024 01:19 AM
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-14-2024 01:19 AM
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....