More Task in Runner collection using each one a different "data select file"

Hi,
i’ve this scenario:

let’s suppose to have a collection runner made of two “POST” tasks, task1 and task2.
Task1 is using data from file “data1” and task2 is using data from “data2”.

I want to run both the POST at the same time, i.e., task1 and then task2 but just in one click. How can say at POSTMAN to chose the data1 for task1 and data2 for task2 and then run both them on one time?

thanks

I think this solves your case

Thanks for your feedback!