Hi- I have a flow which uses concurrency control as shown below. The problem is that the unique variable that I want to establish for each instance is not occurring. The variable uses a values from an excel spreadsheet in conjunction with UTCnow(). When I run the flow my UTCnow() value never changes. Is this an expected outcome for "concurrent flows"? If so, is there anyway to make each parallel flow unique? I need a unique value for each concurrently run leg so that I can update an excel spreasheet later in the flow. Unlike a parallel action which I could add a delay to, I expect I do not have that option here. Thanks!

