Retrieving current user

0
I could be asking a really simple dumb question but I just can’t find the answer to it so here goes: I’m trying to create an overview page that is customized based on the current user (for example displaying a message saying “hello, {name}”) but I can’t quite figure out what the best way to retrieve my user entity from the database is. As of now I’m trying to use a Retrieve activity and trying to somehow get the xpath constraints to fit the $currentUser, but all I have achieved is being deadstuck on this. Any tips? I’ll attach a screencap of what exactly I was trying to do
asked
1 answers
3

This is how I do this:

Hope that helps.

Also, just looked at the Administration module in the ManageMyAccount microflow for a different way to accomplish this:

answered