Share Instagram carousel on telegram (description of photos)

Hello. I have a scenario for posting photos from Instagram to Telegram. A single photo or video works well in the form of: photo + description or video + description.

But if the post in Telegram is in the form of a carousel, then all the photos have the same description.

Please tell me how to make a description only for the first photo, so that the post in Telegram is: a carousel of photos, and below there is a description (only one)?

blueprint.json (49.6 KB)

Welcome to the Make community!

You’ll need to Iterate the array of images so that you have the β€œBundle order position” variable.

If you do not have an array of images, first use an array aggregator.

Then, you can use an IF function to only insert a description for the first image.

Hope this helps! Let me know if there are any further questions or issues.

β€” @samliew

3 Likes

Thank you very much. Your advice helped. Now when posting a carousel in Telegram, the description appears only for the first photo.

Please tell me, in Instagram the description still contains a list of hashtags. Is it possible to remove them from the description for a post in Telegram?

No problem, glad I could help!

1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.

2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!

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

Partner & Custom Apps

Hope this helps! Let me know if there are any further questions or issues.

β€” @samliew

1 Like

One more question:
If the carousel contains only one photo or one video, then everything works fine.
But as soon as a video appears in the carousel (example: photo1, photo2, photo3, video1), then the album is loaded into Instagram - photo1, photo2, photo3, preview_video1.

Below I have uploaded scenario.
blueprint.json (47.9 KB)

I’m not sure about that. Could this be posted as a new thread so that others can take a look at it?

2 Likes