I have a flow which is so far functioning, where when a Microsoft Form is completed, an email will be sent.
I would like now to have a drop down list where each specific answer can be used as a condition to send the email to a specific person.
Where I am stuck though is when I use the question as the "IF", the only options available to me after "is equal to" is the list of questions.
Is there a way to add the answer as a specific condition?
The only options are available are the questions, not the answers
Cheers
Alex
Solved! Go to Solution.
@athurin Use a Switch control - a type of condition - where you can specify the question answered and in "case" the answer is equal to A for example then send an email to this person, in case it is B then send an email to that person, ion case it is C then send an email to another person and so on. YOu can have 27 cases in a switch control.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
@athurin Use a Switch control - a type of condition - where you can specify the question answered and in "case" the answer is equal to A for example then send an email to this person, in case it is B then send an email to that person, ion case it is C then send an email to another person and so on. YOu can have 27 cases in a switch control.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
User | Count |
---|---|
88 | |
40 | |
23 | |
20 | |
16 |
User | Count |
---|---|
129 | |
50 | |
48 | |
35 | |
26 |