Skip to content
Yourmodernworkplace

Create SharePoint List item from PowerApps using Power Automate

September 20, 2022

Another Query from a Client of mine that wondered how they could create a PowerApps to input Data to SharePoint list but didn't want the users to have any access to that list. So how do we do that?

First off, we need an account to trigger the flow. Preferably a Service account (or use your account)

Secondly A SharePoint list!

So let's get started, I'm guessing you already know the basics of PowerApps:

  1. Create a PowerApps

  2. Add what kind of Input fields you have to use. Label them correctly to make it easier to keep track!

  3. Now we create a flow by pressing the flow icon on the left bar and then Creating new flow

  4. Create from Blank, you can also use finished templates if you like.

  5. Press the new step and then search for Create item

  6. Select your SharePoint list and then choose "Ask in Powerapps" for each field you want to input

  7. Press save And it should show up in PowerApps

  8. Go to your button and press on select, and search for your Flow, Mine is called 'Powerapps -> Create item'.

  9. Choose run and input your fields.

  10. Save and now it will save it to the list! :-)

  11. And this is what the SharePoint List looks like.

Remember to add a reset after inputting as well. This is to clear the information for the user. Also, add a notification or screen to inform the user that it has been saved.