How to use LIST ADS module to list active ads, then use the GET INSIGHTS module to iterate through the LIST ADS results?

This workflow is working perfectly. It’s pulling the insights for a specific Ad and giving me the values as arrays, then using an iterator to process them, then an array to give me the values I need, and then pasting it in a Google Sheet. (Idk if this is the most efficient, but after 2 hours, I got it to work).

I wanted to use a LIST ADS module before the GET INSIGHTS module so I could iterate through the 5 Active ads thhe LIST ADS is giving me, so as you can see here, I linked it to the ad id thte LIST ADS module gave me, but for some reason is ignoring the LIST ADS ad id’s and it’s giving me 5 random inactive ads in my ad account. I’ve been trying to solve this one thing for hours now, and I have no way around it.