function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
John Archer2John Archer2 

Problem with flow to update multiple opportunities

I have a flow which updates an opportunity (namely a subscription) and creates a new opportunity with the correct info in the fields and copies the previous years opportunity line items correctly.
This is all working fine, the flow is included below.
What i need to do now is get this to work on multiple opportunities at the same time.  There is a field (requires renewal) which is marked to true automatically when 60 days from renewal date.
My line of thinking so far is that it needs a fast lookup to find the opportunities using the "requires renewal" field, and then update them using a second loop.
At this point I am struggling, if someone could give me a few pointers would be extremely grateful 

User-added image