Store data temporarily

Hello, Is there anyway I can store data temporarily in the app ?

Welcome to our community !
You can use variables.
See this -

image

2 Likes

Thank you so much @Aquib_Khan

TinyDB is for storing data for later purposes. That means, even if the user closes the app, the data will not be deleted. However, variables can only store the data temporarily.


Also, you can store many items with only one variable using lists.

2 Likes

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