"Current User" vs "This User"

In one of my workflows, I need to increase a certain number field (in the User’s data type) by 1 each time something happens.

Is there a difference between the following actions in regards to fetching data from the database / Work units?
1: Current User’s “Count” = Current User’s “Count” + 1
2: Current User’s “Count” = This User’s “Count” + 1

I’d doubt it. They bith reference the same user and (I assume) do that in a similar way on Bubble’s backend. You can test this pretty easily though, WU are visible in the logs.

Although it’s a pain that Bubble’s made it necessary to ask questions like these with unusual and opaque WU calculations…

1 Like