Very new to this and was wondering if someone could point me in the right direction.
I am trying to give the user the option to pick up to 4 items from 20 column headers in my datasource.
Ideally, it would be a dropdown list in the text box but alternatively, it would be picking the 4 items from a list on another screen and populating the text boxes on another screen.
I think the basic idea here would be to save whatever data you want from the item clicked to a variable. Then, on the other screen, set the label’s text to the variable (or property of the object from the variable if you are grabbing the entire row of data).