Hello,
I’m running into an issue with Make. I’m trying to automate the process of posting an Instagram carousel using image URLs stored in Google Sheets.
Here’s my setup:
- Google Sheets (Search Rows): I’m pulling multiple image URLs from a spreadsheet in a single operation, separated by bundles, 1 link at each.
- Instagram Module: This is where the problem happens. The Instagram module only processes one link instead of posting the entire carousel, like it’s ignoring the rest of the bundles.
I also tried using an Iterator instead and the Array Aggregator, but that didn’t work either. The links from Google Sheets are being returned correctly, so the issue seems to be happening somewhere in the Instagram module.
Does anyone know how to properly pass all the links so that the Instagram carousel posts correctly? Or is there a better approach I should consider?
I am desperate! Any help or tips would be greatly appreciated! Thank you very much!