Omkareshwar
3 years agoContributor II
Destination Data Units
I am passing 2 Entities in the Data unit for Calculation as Entity is different in both the destinations
So what i was expecting is that it will run as a for each loop with both the entities so it will pick enitity1 and then run the Calc and then enitity2 and then run the Calc
what i was expecting was that the order will remain same every time it will run that is Enitity1 then Enitity2
but what is happening is that it is first taking enitity1 and then entity2 but when i run it again it is taking enitity2 and then enitity1 in that for each loop
to solve this i used 2 different DM steps but why it is running like this i want to know
Can anyone explain why it is running like this ?