Hi Rosecela,
To use the [%CurrentUser%] token, your Employee object should be generalized with Administration.Account
Then, you can use the below xpath to retrieve your tickets
[MyFirstModule.TicketRequest_Employee_2/MyFirstModule.Employee/id=’[%CurrentUser%]’
Hope this works for you, Thanks!
hi,
your xpath constrain should be something like
[Module.A_B/Administration.Account/id='[%CurrentUser%]']
Let me know if its not understood.
Thanks