Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Need ideas for launching instant cloud flows for non-technical end users

(0) ShareShare
ReportReport
Posted on by 80

I'm wondering how you all set up triggers for your flows, for non-technical end users.

 

For instance I have a two-workflow setup.

With one workflow, all PDF's placed in a certain SharePoint folder are automatically translated to lines in a table in an Excel sheet.

With the second workflow, launched manually from within Power Automate, the data in the excel sheet is copied to our ERP and the table is reset.

 

For some of our users, going to Power Automate and launching a flow is a daunting task verging on the impossible. Some people are just not very technical.

 

What I'd really like is something like a SharePoint site with buttons to launch various flows. Sort of like a command central for dummies. A place where nothing can go wrong.

 

I'd love to hear some of the solution you all have come up with, for launching Instant Cloud Flows.

  • Expiscornovus Profile Picture
    31,635 Most Valuable Professional on at
    Re: Need ideas for launching instant cloud flows for non-technical end users

    Hi @AlexMB,

     

    A separate button would also be possible. In that case you could use the When a HTTP request is received trigger action (premium connector though). You can configure that action to be able to receive GET requests.

     

    Below is an example which uses a Button web part.

     

    1. Create a flow with that trigger action.

     

     

    whenanhttprequestisreceived.png

    2. Use that Url as a hyperlink in a button.

    premiumbutton.png

     

    Note: be aware that in this example anyone with that hyperlink can trigger the flow 😁

  • AlexMB Profile Picture
    80 on at
    Re: Need ideas for launching instant cloud flows for non-technical end users

    Thanks @Expiscornovus and @RobElliott for your great suggestion.

     

    I certainly agree that buttons in SharePoint lists is a cool option. However I think you must have misread, since I don't actually have a SharePoint list. 🙂

     

    What I want is the equivalent of a big red button somewhere, that launches a flow, which requires no input. If the button could forward the name of the user, that would be awesome. Not a requirement, though.

     

    But also I'm thinking in more general terms. Buttons in SharePoint lists is a great example of making flows accessible.

    Same goes for hot folders.

    I'd like to hear other examples of how end users could potentially interact with flows.

  • RobElliott Profile Picture
    10,118 Super User 2025 Season 1 on at
    Re: Need ideas for launching instant cloud flows for non-technical end users

    @AlexMB I agree with @Expiscornovus  that adding buttons to your SharePoint list is the route to take. I do it regularly, nit only for my own benefit but to make it easier for users and to keep them away from carefully-built flows.

     

    So for example a flow sends out a safety briefing and  populates another column with the date it was sent. The administrator (non-technical) just clicks the button, a confirmation panel opens to confirm that she wants to send it and the flow does the rest. The column in the list is a single line of text column formatted in advanced mode with the following JSON. You would change the ID to you flow's ID, change the button text and add any styling you want.
    buttonRSMS.png

     

    {
     "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
     "elmType": "button",
     "txtContent": "Send",
     "customRowAction": {
     "action": "executeFlow",
     "actionParams": "='{\"id\":\"28c87bb7-822d-4317-8c54-bbfcfc783035\", \"headerText\":\"Send ' + [$Template] + '\",\"runFlowButtonText\":\"Send now\"}'"
     },
     "style": {
     "background-color": "#f7f36f"
     }
    }

     

    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.

  • Expiscornovus Profile Picture
    31,635 Most Valuable Professional on at
    Re: Need ideas for launching instant cloud flows for non-technical end users

    Hi @AlexMB,

     

    One approach could be to provision buttons in the list or library. You can use column formatting for this. 

     

    Laura Rogers has a nice blog post (older blog post, but still valid approach) about this:

    https://wonderlaura.com/2018/07/18/button-in-sharepoint-list-to-trigger-microsoft-flow/

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow