Hi
I am building my first power app and require the data to be sent to a sharepoint list. I am able to get the user name to show up but no further data on any of the questions. Patch code is
Patch('DSE Self Assessment',Defaults('DSE Self Assessment'),{Title:User().FullName,'Question 1':Radio1.SelectedText.Value})
Radio 1 is highlited in purple and error message saying
the type of agrument does not match the expected type text. found type error the funtcion patch has some invalid arguments