Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Customize & Extend
Suggested answer

Trigger a flow to create multiple records based on the id and columns of a record

(1) ShareShare
ReportReport
Posted on by 2
I've a website which has only entra external users enabled, my requirement is to send the 'id', 'columns'(comma separated) and 'number of records to be created' of a particular record to a Power Automate flow which will run and create records along with the columns. This is achievable by using portal WEB API, but I'm unable to figure out how can I use the Power Automate flow to do so, I tried using the http request action but got access denied error (whereas I'm able to access the uri when hit from the browser). 
Categories:
  • Suggested answer
    Fubar Profile Picture
    7,964 Super User 2025 Season 1 on at
    Trigger a flow to create multiple records based on the id and columns of a record
    There are different ways to use Flow and you may need to choose the correct method for your scenario.
     
    • You should also be able to call a standard Flow that is a HTTP Request trigger, however if using with a power pages site use a Power Pages Flow instead (as it already has additional security built into it). If you are attempting to call a HTTP request flow and you are getting an error it may be something you have in your code or the flow configuration or additional security implemented in your organisation (e.g. azure api management) - as you mentioned that it ran from the browser the first area to look would be are you using the correct method in your code/flow (your browser url bar will be a GET request but your code may be a POST request, and the flow trigger node may be configured to only accept GET requests).
  • Michael E. Gernaey Profile Picture
    43,413 Super User 2025 Season 1 on at
    Trigger a flow to create multiple records based on the id and columns of a record
     
    Some context is missing. Where is this website hosted? If its outside of Azure / Power Platform etc then you will need to post the information to an HTTP End Point, technically there are other ways, like have your Web Site pushdata to sharepoint and a flow triggers and does the work etc,
     
    Also, you say you want to push IDs and how many records to create. So are you just creating like blank records in a list? What are the IDs? since those are sharepoint created, is the ID to identify a row, but you said create not update.
     
    The other issue is licensing, people who are triggering flows need to have licenses, not just a service account or single license that everyone uses to trigger it.
     
    little confused (maybe just me) what you need and exactly how it would look like.
     
    can you share the flow you created. You said you are getting Permissions Denied. Again these have to be licenses people to call the flows HTTP endpoint and of course authenticated etc. So it would help to understand what exactly gave the error.
     
     

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 69 Super User 2025 Season 1

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 49 Most Valuable Professional

#3
Jon Unzueta Profile Picture

Jon Unzueta 43

Featured topics