I have a table with a JSON string in a long text field. I want to use the individual values in the Airtable Automation to update a record.
I pass the JSON string to the script and want to get it back as an object (like retrieving the body from a webh...