Sync TinyDB to Google Sheets

Hello, I am saving multiple records offline using TinyDB. When internet is available, how can I send all saved records to Google Sheets.

  • Use getValue to set all your tinydb records to an AI2 list
  • Use your preferred Google Sheet method to append each record in that list to a new row