Has anyone else had any trouble with Action Log V2? So when running Power Automate Desktop flow from the cloud unattended and having Action log version V2 active.
Some of the log actions are logged in wrong order. Its very difficult and unreliable to go through the PAD unattended logs when the order can be bit random.
For example here you can see that the action index 43 "Get current date and time" is not being logged in the correct order. Its getting stored into the log after "Convert date time and "populate text field".
The flow is actually doing them in the correct order ofcourse since it would fail if the action number 44 "Convert datetime to text" would try to fire before the "Get current date and time" -action.
But it is very confusing and hard to go through the logs when they are in the wrong order in some places.
Similar example. The order of logged actions are "Newest to oldest" so actions that were done last are at the top. So it should be 213, 214, 215, 216, 217, 218... but now its 215, 213, 217, 214, 216, 218 ...
Third example where I have Log message in a loop and it logs the actions in separate loops like they were not in a different loops but executed one after each other.
Here is exported csv look of the two last pictures. For example the log message seems to have same start and endtime.
Any one else had similar trouble and is there any fix for this?