How do you store and show data from list pickers and date pickers?

No matter what I do, I cant save dataa from list pickers and date pickers and show that saved data externally, can someone please help as it is urgent and for a school project

Bring in a Clock component from the Designer's Sensors drawer.

The Clock component has blocks to format dates and times into text.

Use the After Picking event to format the Instants and drop the text into Label.Text fields.

Hello AkhilMesa

Your description isn't 100% clear, what do you mean by:

Here is a simple example of how to store the User's picks in TinyDB. To see it in action, build an APK and download to your device (phone).

SaveListPickData.aia (3.3 KB)

2 Likes