How do I choose the Bundle Order Position of an Iterator Value?

I’m trying to scrape an article > extract the images > create a video with said images using the JSON2Video module. But I can’t figure out how to dynamically assign URL values.

There are 16 images in total in my test article. I’ve managed to create 16 different videos with one image each. But I’m trying to create one single video with all 16 images.

Here’s my general flow (which I’m pretty sure is overly complex, so feel free to pick it apart):

…and here’s where I’m having trouble:

I’m trying to assign a unique value in each “Url” field in the JSON2Video module but can’t figure out how to pull the value based on the Bundle Order Position.

Is this even the right approach? If so, what am I missing?

1 Like

Hi @jarmon
Use the Aggregator (with the target structure from the next module) and the Create Slideshow with Audio module.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like

Thanks @Msquare_Automation, I managed to figure out a solution at the eleventh hour.

I had to use the “get” function in the Set Variable module to properly assign unique image values before feeding them into the JSON2Video module.

2 Likes

Hi @jarmon

Glad to know you sloved it by yourself.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like