How to Create a Profile User page

0
Hi! I’m trying to create a user profile page, which will display the cadastral data of the logged in user in the system. I read that is required to create a microflow with the Retrive activity and link it to the entity that has the user information. I tested it but it still doesn't work! Could you explain to me how I can do this thing?  
asked
2 answers
0

Hi Carla,

To show an entity ( in my example, it is employee) I use the current user:

 

Here you can see how the retireve is done:

 

Then I can use the data on a page.

 

Ferhat

answered
0

Hi!

 

As I said previously, I followed Ferhat's step by step, but it was still not possible to display the logged in user's information.

 

 

 

 

 

 

answered