
Announcements
I have a PowerApp that allows folks to upload a document to a document library. One of the combo box fields that the user is prompted for is a column in the document library that is a choice column, so the user could select a few different options in the powerapp for the column.
I am struggling with updating the SharePoint list with the result of the PowerApp choice selection using a flow. Any suggestions?
Hi @AnnetteM ,
Could you please tell me:
Is the choice column in your SharePoint library a multiple choice column?
I'm assuming the choice column is a multiple choice column.
1. Create a flow (the process is as follows)
2. Create an app.
Connect to the created flow:
Add a Button and enter the formula in the Onselect property (click the Button to trigger the flow):
'yourFlowName'.Run(JSON(ComboBoxName.SelectedItems.Value))3.
Best Regards,
Levi