User handle variable

Hi! How can i get user handle variable in workflow?

the invoker variable is available in the workflow context.
It is the ID of the user who triggered the workflow.

Then you can fetch the user object based on the ID.

@jfortun can you provide example, please

image

This is the variable, its available in all workflows.

Invoker.zip (711 Bytes)

@jfortun how can I view a custom object based on an ID?