stom
September 27, 2024, 12:23pm
1
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
GIGO
September 27, 2024, 5:55pm
2
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:
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation
3 Likes
stom
September 28, 2024, 7:49am
4
@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