One screen item to another screen

I am making a company app. I want that the employee that has filled his details(like name ,address ,etc. ) on screen1 have to show at screen2 in my profile option.

In simple words if I have written something at screen1 than how can I see it at screen2?

Is it possible???

You can use TinyDB to store the data and retrieve it on screen2.

Yes.
Use this block to send the data from one screen to another screen.

Something like this

image

You can also try by TinyDB Method as below :point_down:

Screen1

blocks (40)

Screen2

blocks (42)

1 Like

I am not understanding completely so I have maked an demo app so can anyone make changes in that AIA project so I can understand clearly. In it the text written at screen1 in project will show at screen2
Xyz.aia (2.3 KB)

Check Now :point_down:

Xyz.aia (3.4 KB)

1 Like

In Screen1, checks if textboxes are empty

In Screen2

1 Like

Thank you very much

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