Carousel Instagram Business Error

Hi. I have just created a test automation to post IG carousel but Im getting one error.

This error show up on I5 BUSINESS Carousel module:

It should get image information from the Aggregator:

Can someone please give me an idea on whats wrong?

This is the whole blueprint:

Thanks for the help in advance.

1 Like

Hi @Henry_Good ,

This is because you are passing text data while it expected to be an array.

To resolve this, from your array agrregator, only map “Array” instead of url from that array.

Hope this helps.

Edit: Please note that you are using carousel post module, carousel post are images more than 1, so you should have post atleast 2 images. Meaning, if any chance your array can have only 1 image, put another module accepting one image on a router.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

1 Like

You are the best. Thank you so much!

1 Like

Glad to help you @Henry_Good

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

I’m so happy that it worked, but it uploaded the photos out of order.

Do you know how can i guarantee that it will be uploaded in order?

I named the photos from 1 ro 10.

Thank you in advance.

1 Like

You can use sort() function over the array. @Henry_Good

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

I tried that already. Unfortunately, since im passing links in the array its not sending the right order.

Do you know if there’s a way to order it at the moment im uploading the photos to imgbb or can you recommend me a different way to do that?

I am thinking to use airtable to store the photos. Do you think it’s going to work?

Thank you very much