Hi@overhead_press2,
Based on the issue that you mentioned, do you want to display all the values from the DataTable selected record?
Could you please share a bit more about the scenario?
Actually, there is something misunderstood with the Gallery display items. Each section within the Gallery represents a single record, so does the DataTable.Selected. Therefore, you could not display the DataTable.Selected as multiple sections within the Gallery. DataTable.Selected.Column is a single text value specified to a certain column within a record.
I have a test on my side, please take a try as below:
Set the Items property of the Gallery as:
DataTable2.Selected
Set the Text property of each Label within a same section as below:
DataTable2.Selected.Column1
DataTable2.Selected.Column2
DataTable2.Selected.Column3
Hope it could help.
Regards,
Qi