I’m using a very funky and performance-heavy method for displaying a list as text, and I’m wondering if there is a better way that I’m missing.
I’m using “Extract with Regex” to clean up a phone number. I’m then using “format as text” to convert the list to text. Bubble inexplicitly requires a delimiter for the “format as text” so I have to put something in there, and I’ve chosen “-”. I’m then finding and replacing all of the “-” i just had to add. See images below
Is there a better way to do this, or is this the only possible method?