Hello coders,
Suppose I have four text’s loaded from airtable now i want to save them in tinydb like
Camel, desert, africa, sea
Now these four text’s i want to save them in tinydb in one tag, when I open app next day again, i want to see these four text in different labels but yes i want to set tag = (timedate)
Notice
These four value are from different colume in airtable because there are four columns in airtable and rows are 5. Now i want to save it dynamically in tinydb.
use a list and store the list in one tag in TinyDB
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.
your list has 4 items, which means you use 4 select list item blocks to select the first, second, third and fourth item
A very good way to learn App Inventor or Kodular is to read the free Inventor’s Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .