Populate a label box from a datasource

Hi All

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.

Any guidance would be great.

Thanks
Ray

Hi @ray.hearnevgk, welcome to Thunkable! :tada:

Be sure to check out our posts about How to ask Great Questions v2.0 and our Community Guidelines as you get started.

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).

Super, Much appreciated

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.