Map slack message to data struct in make

Hi Makers :wave: Newbie here hitting giant blockers and would love to pick your brains!

I try to parse slack message into make data struct. I would like to fill data struct fields from Blocks:Elements[1]elements and assign to each field in data struct array item from elements.

How can I do this?

Screenshot 2024-09-06 at 00.53.57

Hi @OptimusBit ,
We have created a sample JSON based on the structure you shared.

If you want to retrieve the collections from each element, you can use the flatten and map functions.
Eg:-

We have tried using a sample JSON, and it’s retrieving all the details inside the ‘elements’.

Best regards,

Msquare Automation

Gold Partner of Make

@Msquare_Automation