I am creating a Power Apps form that needs two columns from a SharePoint list available as either a List box or Radio input. I need List box or Radio so I can show as many choices as possible in a single view before having to scroll. I created a container and added the List box. I can only get one of the two columns to appear in the list.
Name of SharePoint list: Report Generator Source
Category | SourceQuestion |
Category1 | Question1 |
Category2 | Question2 |
Category3 | Question3 |
I have tried:
ShowColumns(‘Report Generator Source’, Category, SourceQuestion)
I get:

I need some help with the syntax to make both columns appear with the header if possible. Once I get this, I will need to write the selection, along with other fields on the form back to a central repository which is a different SP list.