Hi I am trying to create what (to me) is quite a complex Flow to automate our internal IT dept Change Control process.
I have a List called Change Control with about 50 columns. Some columns are text, some are choices, some are calculated, some are dates.
I want approval flows to start when a user changes a choice column called CC Status from "DRAFT" to another choice.
Like this:
I have got this to work for 1 above and I want to add another action for 2 and so on.
My question is do I add a "Paralell Action" for 2 or is it simpler just to create another Flow for 2??
Solved! Go to Solution.
Hi @AdamInLondon ,
You could use Parallel action to send an approve request for different Choice values.
You can also consider using Switch to action to configure different Approval requests.
Note that if the field type is Choice, we need to use Choice Value as a parameter.
Hope it helps.
Best Regards,
You do not have to create any 2nd flow or add any parallel action for this. You already have a condition for the status changed to submitted right? and then in the Yes branch you are initiating the approvals to A and B. So, in the no branch, add another condition action and here check if the status is comments and then in the yes branch of this condition, intiate the approavls to C,D,E and F. at any given time, one condition will definitely be met. Alterantively, you can simply create a condition action after the first condition action and configure accordingly.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @AdamInLondon ,
You could use Parallel action to send an approve request for different Choice values.
You can also consider using Switch to action to configure different Approval requests.
Note that if the field type is Choice, we need to use Choice Value as a parameter.
Hope it helps.
Best Regards,