PowerHi Guys,
I am new to Powerapps and I am trying to build an app for mobile users with their Time in and Time out with Cascading drop-down list which is been taken from SharePoint List.
I am able to Build an app with all the combination and permutation. But when it come to send the data from Powerapp form to SP . Its not happing.
I am able to send data the one which is in Text format but failing big time with drop-down and date.
Sample Code: Patch(ATM,Defaults(ATM),{Title:TextInput1_1.Text,Comment:Comments.Text,Category:Dropdown1.Selected.Value})
The type of argument 'Category does not match the expected Type' Record' Found type Text
The function Patch has some invalid arguments.
In Sharepoint too I have defined Category as Choice field.