How to use Parallel For Each to execute 3 or more database queries

I want to execute 3 database queries concurrently using multiple threads. Is there a way to use Parallel For Each to do this?

Hi,

Parallel For Each activity provides not multi-threading but pseudo multi-threaading.
I think it depends on activities inside it whether can send queries parallely.

Regards,

Hi,

you can build the process like below image. hope this would help. Cheers