Let's POWER Automate

From no-code to low-code

Menu
  • Expressions
  • Filters
  • General
  • Application specific solutions
    • Dataverse
    • Excel
    • Forms
    • Outlook
    • Planner
    • Power Apps
    • SharePoint
    • Teams
  • Triggers
  • Ready to use solutions
    • Approval Process Template
    • Task Delegation App
    • The Ultimate Power Automate expressions cheat sheet
    • Power Automate HTTP requests to SharePoint cheat sheet
    • Power Automate HTTP requests to Graph API cheat sheet
  • ABOUT ME
  • Get help with your flow
  • POWER PLATFORM SERVICES
Menu

Single Approval action with various responses in Power Automate

Posted on June 18, 2023June 18, 2023 by Tom

“I’m using a configuration list with approvers to optimise my approval Power Automate flow, but I’d need to include various responses for some users, can I do that?”


If you followed some of the previous articles, you probably don’t hard-code approvers directly into your approval flows. You put them in configuration lists, use the old-but-still-good SharePoint groups, maybe even put the whole process in a single approval task. But what if it’s not only various approvers, but also various response choices for each of them? How do you configure such approval action, and how do you evaluate the responses later?

The responses are just another array

Since the options can vary, you’ll have to go with custom responses. Select it from the action’s dropdown menu and you’ll see a familiar button – the input entire array one. Type in some dummy options and click the button, it’ll show you what format it expects.

Hint: it’s a simple array. That means, if you want to dynamically define the options you can input them as an array.

Add the options to the configuration list

Since you’re taking the approver information from a configuration list, you can take also the available responses from there. Add a new column, e.g. ApprovalTaskOptions, and store the options separated by a semicolon in that column.

With that you’ll get not only the approvers and their role, but also their response options. Just split them by the semicolon and use as ‘Response options’.

split(items('Apply_to_each')?['ApprovalTaskOptions'],';')
Power Automate approval various responses

Evaluate the response in a ‘Switch’

The last step is to evaluate the response. It was easy when it was just Approve/Reject, or when it was the same for all approvers. With this approach it’ll need a bit more. As there’re multiple possible outcomes, you must prepare the flow for each of them. It could be a tree of ‘Conditions’ inside each other, or it can be a single ‘Switch’. I prefer the latter.

Add a ‘Switch’ and create a case for each available outcome in your configuration list. It doesn’t matter that some tasks won’t include all the options, yet be prepared for the ones that do.

Power Automate approval various responses

Define what should happen in each of the cases and you’re done.

Summary

When you build a flow you must always find a balance between the flow itself and a configuration list. You can hard code everything in the flow, but then the flow will be massive and every change will require editing the flow. That’s why it’s a good idea to utilise configuration lists and define the moving parts in there. It can be the approvers, roles, approval paths, and as you could see in this article it can contain also various responses for the Power Automate approval flow. A one action replacement for many approval tasks that you’d have to otherwise configure and manage.


πŸš€ Master Power Automate

Join 2,000+ professionals getting actionable Power Automate tutorials, solutions, cheat sheets & tips every week.

No spam. Unsubscribe anytime.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

πŸš€ Master Power Automate

Join 2,000+ professionals getting actionable Power Automate tutorials, solutions, cheat sheets & tips every week.

No spam. Unsubscribe anytime.

Working on an Approval process?

Use the Approval Process Template and the Task Delegation App to skip the hard part and deploy a fully functional approval solution on a SharePoint list in minutes! And then the next one, and the next one...

Approval Template Preview ✨ Learn more ✨

Turn ideas into flows with ease!

Grab the complete Power Automate Cheat Sheet Bundleβ€”everything you need to master expressions, SharePoint HTTP calls, and Graph API in Power Automate.

Cheat Sheet Bundle Preview ✨ Get the Cheat Sheets

Didn't find what you were looking for?
Need to adjust a solution to fit your needs?
Or would you just like to get an assistance from somebody with thousands of hours of experience with Power Automate?

Power Automate blogs worth visiting

Damien Bird
Dennis (Expiscornovus)
Paul Murana

©2025 Let's POWER Automate | Theme by SuperbThemes