Hello Forum Members,
I am currently displaying a table in bubbleio.
This table’ rows and fields have dynamic content (means extracted from multiple tables and links using one user id)
I want to be able to download this data. To be able to download, it seems I need the new type to be available in Data types. So I created a Data type for this.
But now I am getting big issue of saving this tables’ data in the database.
The question is how can i access the rows created (i am able to fetch number of rows), and then the data once it is generated and visible on page.
I wish to loop through each row in the table to get each rows value (and save this one item at a time) from the Tables’ List of items to the database.
Thank you