Hi,
I am new to Powerapps and have tried to follow other threads but not having much luck.
I have an app that asks some questions but I have set a global variable for each question such as age, gender, etc. I also made a Sharepoint list with columns that are Age, Gender, etc and what I want is to click a submit button it will move the values chosen of each variable selected into their corresponding columns as one row.
I have tried using Collect and Patch functions and getting errors. I have somehow ended up with the code using for example Collect(SPList, {Title:age}) and it has filled in the first column but am not sure how to edit this code to include the other variables to appear in their respective columns as my attempts have had the columns come out as blank.
If anyone can help, that would be great.