Hi, I’m trying to convert a numbered list from a row in Coda to an array with each element between double quotes. The list is as follows:
Text1
Text2
Text3
I want to get the following result:
[“1. Text1”, “2. Text2”, “3. Text3”]
I need to export this array to Supabase.
I’ve tried various ways but I can’t find the solution. I would greatly appreciate your help.