So my SP List have questions that required just Yes or No. And I set the Column Type to Yes/No.
In my test PowerApps app I am using Radio input of 'Yes' or 'No' as opposed to '1' or '2'.
I'm using Patch() function to update the SP List.
Patch('LBCC Checkin Online',Defaults('LBCC Checkin Online'),{Title:User().FullName,Question1:Radio1.Selected})
Getting error: The type of this argument 'Question1' does not match the expected type 'Boolean'. Found type 'Record'.
I am not sure if I want to do Single Line Text in SP List which I can get to work. TBH.