Upload an album from an array of photos to Telegram

Hello I have a problem, I haven’t been able to solve this simple problem for three days now, I’ve tried all sorts of methods, telegram gives me one or two errors. I want to upload an album from an array of photos to Telegram





1 Like

Welcome to the Make community!

Aggregators

Every result (item/record) from a list/search/match module will output a bundle. This can result in multiple bundles, which then trigger multiple operations in future modules (one operation per bundle). To “combine” multiple bundles into a single variable, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and can apply to many use-cases like building of JSON, CSV, HTML.

There are other types of aggregator modules, click the below links to find out more:

Array Aggregator – mapping multiple bundles into a complex field

The Array Aggregator module is very powerful because it allows you to build a complex array of collections for a later module’s field to map multiple items (collections) to it.

This is done using the “Target structure type” of an Array Aggregator module.

Here is an example:

As you can see, the “Map” toggle on complex fields are used when you have an array. You can easily build an array variable to map to a future module’s field, by using an Array Aggregator module and select the “Target Structure Type” as the future module’s field you have mapped the array into.

Screenshot_2024-08-08_100808

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

@samliew

I’ve probably tried 100 options for 3 days now.
Various errors appear

The first telegram module is responsible for sending text
I don’t think you should pay attention to him





Well, it looks like the image URL does point to an empty page, hence you are experiencing the error “WEBPAGE_MEDIA_EMPTY”

https://images.craigslist.org/00VOV_i7ZQVihdXHs_0t20Cl_600x450.jpg

Check that the images work first.

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

@samliew

![](upload://ydeDDr6JB0LLYwhjNPKYAMHxDAS.jpeg)

All links are active
I checked now
You have incorrectly defined the link instead of O - 0

Maybe you should leave the Parse Mode field empty.

I didn’t select any option here:

Screenshot_2024-08-08_120825

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

@samliew

No, that’s not the point, the error remains

I launched the telegram module separately, using the link I needed and a link from the Internet.
The link from Craigslist gives an error, although I can upload the picture manually, and I uploaded the picture from the link from the Internet to Telegram without errors. Is there any possibility why this happens?


If I try to connect a module - get an HTTP file via a link from cragelist, then everything is fine in a binary file and displays the picture in the telegram group



1 Like