Extract variable from nested arrays

Hi everyone,

I’ve read through the community and tried different things, but I’m stuck.

I have data from Cal.com (available time slots).

I want to aggregate the ‘time’ values only.

For some reason I can’t get it to work with iterator setups I tried.

I also tried to convert the data from collection to array and then use further iterators etc.

But I never get the result I want. Would appreciate some help on this!

Thanks!
Tom

1 Like

Hey Tom

What about itterating the slots collection, then mapping the output and grapoing time?

Something like:

Itterator > map(slots;time) > aggregator

/Riko

1 Like

Sample workflow:

Sample structure created using parse json:






Output:
image
Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

3 Likes

@GIGO @Msquare_Automation
I really appreciate you both taking the time to help me.
Especially Msquare, thanks a lot!
I went for this and it worked. Trying to learn from this setup. Have a good one.

2 Likes