I am currently trying to do an horizontal Gallery that takes its data from an Excel File. Now i have no Issues adressing the columns in the Excel file by doing:
ThisItem.'column_name'.
But i dont find any way to do the exact same using horizontal rows from Excel.
I would want to have scrollable grid of textinputs and using columns only i would need to manually do 50 Vertical textinputs while horizontally it would be maybe 10.
I appreciate any help and hope the questions is not to obvious.