Spiltting Object

Hello , I have an object as shown below.

I would like to split up “Receipt_Photo” two url as following

{
{" Receipt_Photo1" : "https: . … url1 "},
{“Receipt_Photo2” : " https: … url2 " }
}

I have tried the “list node” to split, but it return the same name ( Receipt_Photo ).

May i know how should i proceed it to have name 1 and name 2.

May you have a look for that workflow:

It’s not split node, but function, but it does what you need i think

1 Like