New table tags array not saving to Google Sheet

I figured a solution out with ChatGPT. This works:

{{table1.changesetArray.map(change => ({
  ...change,
  indication: JSON.stringify(change.indication)
}))}}
1 Like