Merge multiple JPGs into 1

Hi all,
CloudConvert returns multiple JPGs, what is the best way of merging them?

This returns individual files unfortunately…

Hi @karla

The reason you are getting an individual file might be because of using an iterator. Alternatively, giving the map function directly could resolve this, or using an aggregator could also be a solution.

If you can show the workflow, we can gain a better understanding of the issue and may be able to provide the correct solution.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

2 Likes

Hi!
So there are multiple ways we’re trying to fix it, but it always returns individual files…

or

@karla

can you please provide the output of cloud vision

2 Likes

These contain the text that we need to merge:

Every result (item/record) from an iterator module will output a bundle. To “combine” them into a single structure, 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 has applies to many use-cases.

The Text Aggregator can be used to combine text from multiple bundles into a single text variable.

2 Likes

would you be so kind and provide the formula for the text aggregator combining 2 or more outputs? Looks like it’s the easier one.

Just map the “Text” variable (that you highlighted above) into the value field.

Expand the advanced settings and select new line/row.

3 Likes

it worked, thank you!!!

1 Like

No problem, glad I could help!

1. If you have 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!

Links

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 —

General

Help Center Basics

Articles & Videos

2 Likes