It would not. The way this is set up could hit the 5 MB page size limit. Essentially, what you’re wanting is to change the context of your flow after the lookup to "re-recordize." By that, I mean you want the results of the lookup to now be the records going forward through the flow. We don’t have this functionality yet, but it’s one of the main 5 MB limitations we are looking to solve soon-ish.
To avoid it for now:
- Filter out lookup results that you don’t need.
- Transform the data to remove fields you don’t need.
- Make field names smaller so fewer bytes take up space on the page.
If you still have the issue, you could do this: