How to insert JSON data in SQLite?

Wrap the value in json() in the database insert.

{{json(message.data.labelIds)}}

Then on the page use parseJSON().

GmailLabelIds.parseJSON()

1 Like