Does anyone notice this before.
The strange arrangement of print log in output window.
Sample on the attached.
The Flow Counter must be printed right after the Processing Account number.
But in strange behavior it goes in weird placement. Which is on the next is in the middle side.
Hmmm… that’s strange… haven’t noticed this scenario… have you checked from where those repeating number is printed? Looks like that is coming from a loop or something… just trying to figure out some things…
@jayson.actimai
We see this fairly often. Logs are stored with millisecond accuracy so every log has 0.001 second precision. Computers are much faster than that, though. If the robot is not doing anything complex than multiple logs can come in at the same time. If you log 5 items at:
0.0000
0.0001
0.0002
0.0003
0.0004
Then UiPath stores the timestamp for all of these at 0.000. When this happens the logs can appear in a different order than we might expect.