I query K2's "Activity Instance Destination" object to get audit trail of a process. I want to make a call to AD service to get a display name for each user who has actioned the request. I am using a service that needs username without domain name so in an expression I am stripping out K2:DomainName and passing value to AD service to get username. Call to the service works OK as I can display value in a message box.
How do I get that value to display in listview ?
I have tried building a separate listview with transfer data action but second view does not display any data. Is there a way to display data in either list view for approver name field.
Thank You