How to convert a numbered list from a row to Array

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”]

CleanShot 2022-12-21 at 10.19.41

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.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.