Hi.
I have a process where I need to create excel file based on user selected rows from Dynamics using when record is selected. Everything works fine until I turn on the concurrent runs feature and limit it 1. Process generates 2 rows per record and I need to have them in order so this is a must if multiple rows have to be run. Otherwise generated order would be 1-1-2-2 instead of 1-2-1-2.
But turning concurrency control on makes the flow unable to return dynamic values. When a record is selected just stops returning anything. 
Any ideas how to fix this? Or is there something about concurrent runs that I am just not getting? Another way to set run order would be nice aswell.