Hi,
Can someone help me with a simple power app form in which I want to enable a user to enter data and then store it on a sharepoint list. The goal of the form is to expose it in a Power BI report so that the user can enter data via the report.
In the form I use the patch function on the 'save' button but on runtime it gives the following error:
The requested operation is invalid. Server Response: Object must implement IConvertible. clientRequestId: 75e0c67d-304d-47b1-9cfc-20cab64a8179 serviceRequestId: 75e0c67d-304d-47b1-9cfc-20cab64a8179
The function is as follows and shows no errors on itself:
Patch('Sprint Happiness', Defaults('Sprint Happiness'),
{Title:Dropdown1,
sprintNumber:TextInput2,
teamHappiness:TextInput2_1,
productOwnerHappiness:TextInput2_2,
Comment:TextInput1.Text
})
With the help of google I had no luck and also tried creating multiple apps to get rid of this error.
I also tried entering .Text after all of the inputs and dropwdown but the the function would not work on its own.
Kr,
Arnoud