Hi All, Here is my issue. I have to gather events from different calendars and run them through a process. So instead of running the process 3 times, I would like to gather all the events from all 3 calendars and put them into an array Aggregator and then an Iterator to run the process for each event.
This is what I have so far:
I read that {{merge}} could solve this issue but I am getting an empty output all the time
This is what I did for the merger
I am not sure how to solve for this issue
When merging arrays, you must not select a sub-property of that array, otherwise it is no longer an array.
This is a very common mistake.
Instead, merge all the arrays first.
Then use the built-in functions map and get/first to extract sub-properties.
For more information, see Mapping with Arrays below.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too β
Getting Started
Help Centre Basics
Articles & Videos
Hope this helps! Let me know if there are any further questions or issues.
β @samliew
1 Like
Thank you vey uch that worke great
1 Like