Merging array and text aggregator for a single Instagram post

Hello everyone,

I’m working on an automation to showcase property listings from Webflow CMS directly on Instagram. My Webflow collection is structured with:

  • Multi-image field: contains the images that will be displayed as a carousel in the Instagram post
  • Rich text field: to write descriptions for the property captions

I use Array aggregator to combine images into a single array, and Text aggregator to bundle the rich text description content.

However, I have no idea how to merge these two aggregators to use the carousel images and the property description in a single Instagram post. I’m aware of the merge() function, but I’m not entirely sure how to use it to achieve my goal.

Anyone have any ideas? Or is there another, perhaps better approach for my problem?

Thank you in advance!

1 Like

Why do you need a router? Delete it.

Just chain the top, then the bottom routes together.

Otherwise, what you’re asking for is explained in the router magic formula, linked below

Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

3 Likes

Hey @Zulfikar

You can the next iterator and text aggregator in same route after array aggregator and to pass the data to Instagram, to assist you on this better, we need to know the data structure you are getting from aggregators output.

As I see the below structure for instagram module. You don’t need to merge the arrays.

Could you please share the screenshots of the output from aggregator modules.

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live
Explore our YouTube Channel for valuable insights and updates!

1 Like

That’s exactly what I was looking for! Thank you for your help.

1 Like