List picker value from another screen

Hi
How do you populate a list picker with textbx value from another screen tks🙏

Save the (for example) Birthday.Text in TinyDB tag Birthday, and read from that tag in the other screen.

Actually, I glossed over how a Textbox.Text can become a list of Elements.

Search this board for How to Work With Lists.
Once you have your list, save that in TinyDB and load the Elements from that tag in the other screen Before Picking.

2 Likes

Or, send the values as the list to the other screen, and read it from there.

Thank you, it works to me

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