web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics 365 Key Topics / User functions in PowerApps...

User functions in PowerApps Canvas App

Devikumari Krishna Profile Picture Devikumari Krishna 371

In this blog we will see how to use User function in Canvas App.

User function helps to retrieve the information about logged in user.

We can get email, full name and image information of the logged in user from PowerApps studio Account Information section.

Navigate to Default property of the email text field and associate User().Email function.

It returns the email ID of the logged in user.

Navigate to Default property of the Image URL text field and associate User().Image function.

It returns the blob url of the image.

Insert an Image control and navigate to Image property. Type the function User().Image.

It returns the actual image of the current logged in user.

Navigate to Text property of the label FullName. Append the value User().FullName

This way we learnt about User functions in Canvas App.


This was originally posted here.

Comments

*This post is locked for comments