11-03-26 06:01 AM
Hi,
I have a requirement to convert nested Json array in collection to Json,
I have attached the reference collection image,
Storing individually is time consuming where I have more data,
Kindly suggest solution to achieve this.
Thanks,
Nandita
11-03-26 06:14 AM
You can consider using the JSON utility available on DX to convert the nested json into collection
11-03-26 06:59 AM
Thank you for replying, I have used this, but this will only convert outer Array to collection, but again there are multiple array's within the collection (Action: json to collection (skipping array)) is converting the outer array to collection.