ManagerEmail=toLower(‘${user.email}’)
Above gives error:
I consider this a very common need and a serious limitation if it cannot be done.
Practical use of the above is to get all direct reports of the logged-on user.
ManagerEmail=toLower(‘${user.email}’)
Above gives error:
I consider this a very common need and a serious limitation if it cannot be done.
Practical use of the above is to get all direct reports of the logged-on user.
Hi,
You can try the “like” method:
'${user.email}' like ManagerEmail