Hi Aneesh,
%currentuser% is a system variable that represent a instance of User current logged in the App.
You can access this variable directly in a Decision, Object Type Decision or Setting a association.
If all you need is to check the type of user / anonymous (system.user) or a user with Account you can have a microflow like:
If you can provide more info on what you need to archive, I may elaborate the answer with more options to solve out.
Best regards
Hi Aneesh,
You dont need to retrieve Current user, since CurrentUser is default available to use in both Microflows, nanoflow and XPath contraints.
Hope this will help,
Jan
Hi Aneesh ,
we can use this XPath also in retrieve to get current user
I hope this helps you