Do we have any way to get the details of current logged in users using workflow?
You can try using the invoker
variable that is available. Its the userID of the user who invoked the workflow.
The runner
variable is similar but its the userID of the user that the workflow is run as, respecting RBAC.
2 Likes