Hi -
First time on the forum. I'm creating a Power Automate flow that is triggered from PowerApps Submit button.
The input data I then want added to a SharePoint list. I have created multiple unique variables (initialize variable) to fetch the data from PowerApps.
The issue I'm now having is adding multiple input variables to 'Create Item' operation for SharePoint (see screenshot below). I click save button, but get flow checker error: Fix invalid expression(s) for the input parameter(s) of operation 'Create_Item'.
Prior I had tested with a single variable for various SharePoint fields and flow worked.
Needing help on flow checker error, assuming I either can't have multiple variables in same input field or I'm missing some sort of separator for new item/row in SharePoint.
Additionally, here is a screen shot of my PowerApps screen/form.
Thanks for any help.
Hi @tbomar
Do you want to create multiple items in SharePoint?
You can map multiple values in a text field not in an integer or numeric field. If you planning to create individual records (each items from your PowerApp grid) then you need to pass that as an array from PowerApp to PowerAutomate so that you can iterate each rows using an Apply to Each action step for creating individual list rows in SharePoint.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogAbm - Hi, I was able to figure out my issue, had to create separate line items referencing the variables. Thx
User | Count |
---|---|
92 | |
44 | |
21 | |
17 | |
16 |
User | Count |
---|---|
136 | |
49 | |
42 | |
36 | |
28 |