Hi there, I’m learning scripting to help my company parse its Airtable rich-text fields to HTML. It’s a big ask and I’m looking for guidance (my boss can’t afford this solution).
I installed the Script extension and am watching the official help videos, but the output from either a console.log or output.text doesn’t match the example values from the API help page. I.E.
From Output.text(fieldString): (from the preview window in the scripting editor)
The SO will:
- Set up delegated Google Account to support the SO with delegation of ongoing security tasks
From API Example page:
“The SO will:\n1. Set up delegated Google Account to support the SO with delegation of ongoing security tasks \n”
I read this official Airtable Markdown article, but found little help in how I can work with the contents, so that I can eventually learn the Regex expressions to parse them into HTML.
Any help on how I can accomplish this within the Scripting extension? I feel working with the API on some local development program on my laptop is outside my comfort zone.