How to save value of colintree list element in tiny db

Hello friends, i’m trying to save data of colin tree list view from airtable in tiny db when screen initialize, in list view, i can set as list view . elements but how do i do it with colin tree

Thanks

simple,

for example you have 3 columns in airtable , Title, Subtitle, and Images,

Get All columns from airtable and store there data to tiny db with different tags, like

when title got column, store value to tiny db as title,

when all 3 stored to tiny db,
for example, data stored to tinydb, as tags, title, subtitle and images

then use

2 Likes

Much thanks

1 Like

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