Hi, you can try to use a microflow:
1) Retrieve User from Database, Range= First and Xpath Constraint as [id = '[%CurrentUser%]'] 2) Show profile page, passing the User object as retrieved from
2) Next use a data view in your profile page. The data source is your entity (User) This worked for my application, hopefully it works for you too! :)
The data view in your profile page should be able to display the full name and all attributes of the entity depending on what you may choose to display