usually we are using initiator in process flow and loggedInUser in interface, rules and other expression. what might be the specific difference between these two.
Discussion posts and replies are publicly visible
Initiator and loggedInUser do not return the same values! The Appian documentation says:
"If there is no user context, such as when used in an expression in a node output, loggedInUser() returns "Administrator"."
loggedInUser()
So be careful with this!
I use loggedInUser() in interfaces only.