Hey guys! So I’m having trouble with a part of my n8n workflow here. So this workflow retrieves pre-set content ideas from my google sheet, generates image content based off those ideas (5 images) and then adds the images back in to the google sheet, having them ready for the next step - text generation for the carousel post. Everything’s working smooth, but the workflow breaks down in the second-to-last google sheets node. So the error I’m getting is:“Paired item data for item from node 'Select Random Style' is unavailable. Ensure 'Select Random Style' is providing the required output. An expression here won't work because it uses .item and n8n can't figure out the matching item. You can either: Add the missing information to the node 'Select Random Style' Or use .first(), .last() or .all()[index] instead of .item” So I have mapped the second-to-last google sheets node to find the same row that was retrieved with the second from the beginning node - ‘Read Carrousel Draft for Review’. The mapping is the row number outputted from that node. I think the problem might be somewhere in the split out/aggregate nodes of this workflow. You guys have any ideas? Thanks I attached a screenshot & blueprint at the bottom as well!