DALL-E not generating all images

I’m having problems with DALL-E in make.com.

I currently have it set to generate a sequence of images. When I have DALL-E unlinked from anything else and as the last module everything works fine. When I continue the automation with other modules it only generates 1 image. I have tried adding sleep and things like that to the automation after the DALL-E module but this still doesn’t work.

How can I get it to generate all the images I need before moving onto the next stage of the automation?

FYI this is a work in progress

Welcome to the Make community!

Which modules define the images to be generated?

Is it the Text Parser or Trigger module?

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

The Text Parser module is the trigger. It is taking the output from claude & then splitting it up, each of the outputs is then what I want to be turned into an image by DALL-E

In that case, your Array Aggregator’s “Source Module” field should be set to the Text Parser – because that’s where the bundles are coming from.

For more information, see the Make Academy.

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

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

This fixed that issue, thank you - but it is causing another one.

The reason for using the array aggregator was so I could create a custom variable for all the images that were output by DALL-E. This was so all these images could then be used in sequence to create a video.

I haven’t quite got the code right to create the video I am creating so I am getting an error there, but I need to be able to gather all the URLs of the DALL-E images in 1 variable for the code I’m attempting to use.

FYI I’m not a coder, I’m using a mixture of youtube videos and some AI to try & put these sequence together.

(Since running the code I removed the variable value in the set variable module but previously it was the array output)

blueprint (3).json (122.5 KB)

I don’t understand your next question, perhaps you can create a new question for it?

While it’s tempting to continue an existing thread, a more effective approach would be to start a new topic. It helps other community users to respond to your query, and keeps our space organised for everyone. If you start a new conversation you are also more likely to get help from other users. You can refer others back to a related topic by including that link in your question. Thank you for understanding and keeping our community neat and tidy.

The “New Topic” link can be found in the top-right of the header:

Join the Make Fans Discord server to chat with other makers!

Hey @bgol99ine

To get all the URLs in one variable, please use map and join function like below.

join{{map{{YOUR ARRAY HERE;URL}};SEPARATOR}}

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live
Explore our YouTube Channel for valuable insights and updates!