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