Multiple data in too multible rows

Hi

I have a form that has a repeater - when more than one item is filled I get this comma separated data back.

[ {

“mode”: “Curabitur dictum,Tristique sit”,
“start”: “,01:04”, “slut”: “,20:51”,
“heledagen”: “Hele dagen,”,
“sted”: “SHC,SHC”,
“lokale”: “,Mødelokale 2;Teams”,
“navn”: “Vestibulum fusce,Tincidunt eleife”
} ]

how do I separate them so each entry can be put into a new spreadsheet row?

Welcome to the Make community!

You can use the built-in split function to split a string based on your chosen delimiter.


Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

2 Likes