Show assignee name in report?

Hi, can I display the names of the assignee in a report? I’m only able to see their assignee number. Is there something in the import that I should set to get the user names?

Hi @matty,
You could persist the usernames as process variables, too. That way they are imported automatically. If you don‘t have the usernames within the process available you‘ll need to implement a VariableImportAdapter which finds the names from whatever IAM system you use.

Best, McAlm