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?