I have a scenario where my lookup rules returns the username for an employee . But in order to use them in the user task as per forms 10.2 the To field needs to have the username prefixed with "ADS".
So if the lookuprule return value is employeeX i need to prefix the return value with "ADS\employeeX "as the username.
How can i do this on the forms using a formula on the field?
Am trying it on js side but no luck.