I am admittedly new to node red... just as a warning. 🙂
We manage multiple organizations. I have the output of GetOrganizations, and am splitting that and running getNetworks.
I need to collect all the JSON outputs of each getNetworks call and join them and send it over to a different function that harvests analytics data.
right now, each network goes to the Analytics function individually. I need it to wait, and then go at the same time...
does that make sense? Thanks for any advice!!