I made this same question on the Power Users forums here
I've been following this video on how to import Excel data into a SharePoint list: https://youtu.be/uEZI_b1Gs-k?t=940
There is a column on my SharePoint list that is a lookup with multiple choices enabled. However, I ran into the following error when running the flow:
The 'inputs.parameters' of workflow operation 'Criar_item' of type 'OpenApiConnection' is not valid. Error details: The API operation does not allow writing a value for parameter 'item/Unidade[0]/Value'. This parameter is read only.
Here's how the flow is now:
Button trigger and getting items from list
getting entries from spreadsheet
creating array of users and inserting all data into list
What can I do to fix this?