Allow user to modify their Account details

0
I want to link the ´Mi informacion' Navigation item to 'Administration.MyAccount' so that every user can go see and modify their information. But i get the error shown in the image. I tried using a microflow to retrieve the list of Accounts filtering it to $currentuser. But i still get errors.   I'm not sure if im on the right track, how can i allow users to modify their own accounts?
asked
1 answers
1

Jessica,

You need to pass the current user to that page.  If you look in the Administration module, you will see a microflow called ManageMyAccount.  Use that in your Navigation instead of the MyAccount page. 

Hope that helps,

Mike

image.png

answered