Hi,
My question is about performance on using Query List and Collection Operation.
I have a site workflow with a 5 branches parallel action. Each branch starts with a Query List which returns a collection of IDs, DueDates, Owners, and CTs. Then I have a for each loop that goes through the IDs collection, based on the Index the workflow does collection operations to get CT, Owner, and DueDate. I would like to know in term of performance isn't better to just get the IDs and then in the for each loop I add another query list to get Owner, DueDate, and CT based on the ID? Which one has the better performance?
First Scenario

Second Scenario:
