Get user name from given id

Hi,
how can I get the display name of a given user id e.g. ‘annie.austin’.
I found the method ‘findUser(userId)’, but it creates the following error: TypeError: Cannot read properties of undefined (reading ‘apply’).

Hi @Jonas.Stahl

The “findUser” function delegate is only available in Flowable Enterprise.

${findUser(userId).firstName}

Regards,
Simon

thx @amporsim,

I’m using the Enterprise version.
Can the method be used inside of a form, more accurate inside of a data table?
Inside of my variables only the userID is saved, but the display name would be more comfortable for the user experience