Skip to main content

Notifications

User functions in PowerApps Canvas App

  • Login to https://make.powerapps.com/
  • Create a new Canvas App
  • Add labels and text box controls by navigating to insert menu.

     

    DeviKrishna_1-1688482020288.pngDeviKrishna_2-1688482041106.png

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

    It returns the email ID of the logged in user.

    DeviKrishna_3-1688482093243.png

     

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

    It returns the blob URL of the image.

    DeviKrishna_4-1688482132922.png

    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.

    DeviKrishna_6-1688482351942.png

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

    DeviKrishna_7-1688482390457.png

    This way we learnt about User functions in Canvas App.

Comments

*This post is locked for comments