PowerApps User() function & Office365Users

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 38

  • @agojiedoramilaje27
    @agojiedoramilaje27 Рік тому +1

    Thank you for this video! I couldn't figure out a solution to this problem and this worked fantastically. You are a lifesaver

  • @jomarismeneses3765
    @jomarismeneses3765 8 місяців тому

    Nice video! I have a query, if I have a combobox where l search in Office users for the name and I have other textinputs that depending on the user I choose, automatically fill these fields such as position, department, etc. However, I have a problem, it only returns the data of the first 100 users even if I use the top function since I handle about 650 users. How could you make it show the information of all users and not just the top 100? Thanks!

  • @sudeshkalyan8191
    @sudeshkalyan8191 4 роки тому

    Thank you for highlighting this property and taking the time to share it with us. It was very useful in understanding why we were having issues identifying users correctly using their email addresses.

    • @DavesTechTips
      @DavesTechTips  4 роки тому

      Only a pleasure Sudesh, glad that it could help you. Hope to see you soon.

  • @janemaxey8974
    @janemaxey8974 4 роки тому

    Excellent video...Using the Office365Users function is much more versatile than Users() and the video offers clear instructions for creating variable with objects! Well done and many thanks!

  • @neilnorpa
    @neilnorpa 4 роки тому +1

    Cheers Dave you are a life saver, A brilliant well paced clear tutorial. Thank You.

  • @LatinoTropico
    @LatinoTropico 8 місяців тому

    I am struggling with the "work phone" number that appears on the Outlook365 contact cards. Do you know how I can get that please? Not the mobile number, but the work phone ie: desk phone

  • @olabodeoladipupo1619
    @olabodeoladipupo1619 5 років тому +2

    Thanks for this Dave, please can we have videos on how to set up or define variables in PowerApps.

    • @DavesTechTips
      @DavesTechTips  5 років тому +2

      Thank you for the feedback Olabode, will add this topic on the list to be made soon ;)

  • @titaatang4609
    @titaatang4609 2 роки тому

    Thanks Dave. Just what i needed!

  • @garvitkarnwal7017
    @garvitkarnwal7017 3 роки тому

    Hi Dave, Please help me out. I am building a power App in Microsoft Teams for teams meeting. Please let me know how the power app could read the current meeting name/title.

  • @macabar75
    @macabar75 4 роки тому +1

    Thanks Dave...just had this issue today with a user that had a hyphen in their email but not in UPN...caused lots of issues.

    • @DavesTechTips
      @DavesTechTips  4 роки тому

      Pleasure, glad this could help. Have a fantastic day!

  • @MrDionmar
    @MrDionmar 3 роки тому

    Tks a lot, its possible to get my the chief of my chief ? How to do that ?

  • @MortenSchouenborg
    @MortenSchouenborg 5 років тому +1

    Awesome video, I learned a few new tricks!

    • @DavesTechTips
      @DavesTechTips  5 років тому

      Thank you so much for the feedback Morten, glad you found it useful

  • @devagunalan1056
    @devagunalan1056 4 роки тому

    Dave!! If I can put up a thousand thumbs up I will buddy..
    I will also like to mention to all your viewers. You can also add one more step to check for the DirectReports of your Manager by adding this set to your variable:
    myMgrDirectReports: Office365Users.DirectReports(Office365Users.Manager(Office365Users.MyProfile().Id).Id)
    This will return all the subordinates of your Manager.

  • @NamfonSupershy
    @NamfonSupershy 3 роки тому

    Thank you so much from Intern (TH)

  • @stuff9429
    @stuff9429 2 роки тому

    Your PowerApps videos are great. Also really liked the pulling-out-your-hair joke.
    It looks like you have stopped making videos which is a bit of a shame =(

  • @rajarn7566
    @rajarn7566 4 роки тому

    Can you help me with,upload pic to gallery and then send to share point,as of now am able to send only 1picture, one by one and able to view only the latest pic in powerapp

  • @vincent.noiset
    @vincent.noiset 5 років тому

    Perfect and very clear video !!

    • @DavesTechTips
      @DavesTechTips  5 років тому

      Thank you very much for the feedback kind sir, glad you found it useful!

  • @nomialijee
    @nomialijee 4 роки тому

    how we can encrypt password. i want to call API to authenticate which takes username and password but i want to pass encrypted password. How we can do?

  • @fhp9st870
    @fhp9st870 5 років тому +1

    Good video - Thanks

    • @DavesTechTips
      @DavesTechTips  5 років тому

      Thank you @FHP 9st, glad you found it useful ;)

  • @banksa71
    @banksa71 4 роки тому

    Very useful thanks

  • @subsguts2691
    @subsguts2691 2 роки тому

    How do you get the email from a GUID since the Offcice365User.UserProfileV2 doesn't accept GUID as a parameter. All I have stored is the GUID and it gives an error if you pass GUID into this even if it does return the email. It appears functionality that works, but give you an error that it's not supported.
    This is the function that works, but gives you an error:
    Office365Users.UserProfileV2(ThisItem.UserGUID).displayName
    However, I can't find a way to get the email address from the GUID that was stored when the record was created.
    Thanks!