I think I should properly be using a Form in Power Apps for this function, but I struggle to format forms in the way I want. Right now, I've got a bunch of fields in a Power App that are either text-entry fields, or picklist fields populated by SharePoint lists to normalize the user input (like "newsletter category"). The Power App fields are intended to provide the input to create a new SharePoint list item (in a list called "Newsletter articles").
I've got everything working until the SharePoint item gets created. I have a Power App "submit" button, and can't figure out how to make it call my Power Automate flow.
My flow is constructed with
- a PowerApps trigger ("No additional information is needed for this step. You will be able to use the outputs in subsequent steps.")
- A flow step to respond to a PowerApp or flow: In this step, I've got a bunch of text outputs, each mapped to dynamic content "RespondtoaPowerApporflow_text"
- A flow step to create a SharePoint item. I've identified the newsletter articles list, and mapped the Sharepoint fields to the "RespondtoaPowerApporflow_text" fields I identified in step 2
I feel like I'm 99% there... but don't know how to make my Power App call the Power Automate flow.
Am I as close as I think? Can you help me get all the way there? 🙂
Thanks in advance!