I have an issue with an array : I store it in JS format inside a long text field in Airtable.
But when I fetch the data and try to use it, Weweb considers this as a string, and I don’t know how to convert it into an array, I see nothing relevant in the integrated tools…
Use JSON.parse() to convert the string back into an array after fetching the data. Just make sure the string is properly formatted JSON. It should help you work with the data as an array in Weweb.