Can i call data on screen1 while user is on Screen2

i want to call user data from airtable on screen1 and store it in tinydb while user is on screen2?

I dont know if its possible, but you can save the information on tiny DB before switching screens.

Why do you want to do this if you can do it at screen2 and use it whenever you need at any screen you want?

If you bring both screen component into multiple arrangement of same screen , it would be possible… but this is not fair.

You want mean, you should have try to construct based on background task extension block. I feel there is no need of it… do it in the same screen, and recover the value at any screen. Purpose of using tinydb is the same… we can take particular values at any screen.

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