Cannot populate repeating panel with flat list

In this case I really did just want to assign a list of strings to a repeating panel. I’m using this to import a list of columns in a csv file, then let the user select which files they want to use in the rest of the app functions. So all I needed was to set the label_n.text of each row in the repeating panel to the column label in the data. The rest of the components in the repeating panel are actually going to be a radio button and a check box. Head over here to see that continuing saga:

1 Like