How To Make A Login Screen In Power Apps

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 40

  • @sannsor8799
    @sannsor8799 5 дней назад

    Thanks for sharing. Amazing video.

  • @messywebdev
    @messywebdev 2 года назад +1

    Thanks for this! This one was definitely the best login screen video I’ve found. I’m BRAND new to coding and application making in general. I really appreciate you explaining this so thoroughly. Even with this being simple, I like knowing why things are done the way they are-like explaining why you use two closed parentheses. I’m subscribing, can’t wait to see more. 😊

  • @huyenchang7862
    @huyenchang7862 9 месяцев назад

    Thank you so much !!! Your video is easier to understand what happen on PowerApps, Thank youuuuu

  • @HowtoHacks
    @HowtoHacks 11 месяцев назад +1

    Awesome video! Quick question, how would you go about automatically filtering data to be user specific? Only the data that they have entered?

    • @saitamasan9495
      @saitamasan9495 8 месяцев назад

      Did you figure out how to do that ?

  • @Marck.5
    @Marck.5 5 месяцев назад

    Thank you so much!!
    Excellent video

  • @Kikikuku2
    @Kikikuku2 7 месяцев назад

    Incredible helpful tutorial, many thanks...

  • @ionb.2384
    @ionb.2384 11 месяцев назад

    Brilliant content, thank you very much :)

  • @nraps_
    @nraps_ 5 месяцев назад

    Hi! Great video and very straightforward, just what I need for my school project! But I'm having trouble with the code. It shows that 'Text' and my equal sign have some sort of error. How can I solve this issue?

  • @moisestatis5418
    @moisestatis5418 Год назад

    Thank you, thank you, and thank you. So powerful information simply and well explained. I'll practice it immediately. I wish this has been repaid to you with prosperity many times. Would you have a video on how to make a sharepoint list to collect the user name of visitors of the app with date, time, etc.?

  • @radiosonicfan1726
    @radiosonicfan1726 5 месяцев назад

    Very cool. Need to add Find User Name and Forget Password in a separate video.

  • @anoopkushwaha4904
    @anoopkushwaha4904 2 года назад +1

    User1 can login with another user password in sharepoint list?

  • @imran002ali
    @imran002ali Год назад

    Hi, Excellent video!! 👍

  • @MikeSunTzu
    @MikeSunTzu 4 месяца назад

    Hi, so could this make powerapps available to 3rd parties outside the organisation

  • @santoshis3916
    @santoshis3916 2 года назад

    Short and informative vedio today i have seen👍

  • @SaidElnaffar
    @SaidElnaffar 2 года назад

    I liked the motivation for this video -- Mega thanks!!

  • @MrAdgye
    @MrAdgye Год назад

    nice Tutorial. i am a beginner, so i dont know why, but i have to put the sharepoint list in quotation marks 'user_logins'

  • @RossMarvin-v2w
    @RossMarvin-v2w Год назад

    Amazing video! I need help on something. Im using Excel as I don't have access to creating a Sharpoint list and I just cant get it to work. Im following each step perfectly. Maybe my table isn't formatted correct?

  • @ansarshaikh2486
    @ansarshaikh2486 2 года назад

    so Nice Bro Short And Usable

  • @cadelink6286
    @cadelink6286 Год назад

    hey bro what keyboard do you use?

  • @MartGameFails
    @MartGameFails Год назад

    Hi, im doing this but instead of using sharepoint im using a table i created, but its telling me that i cant compare a text ( the username column in the table ) to a control (the text input field in the app), any ideas?

  • @kenshynne97
    @kenshynne97 2 года назад +1

    how do you display their name base on the logged screen?

    • @powerappsuniversity
      @powerappsuniversity  2 года назад +1

      Try “User().Fullname” this will display the name of the user who is signed into powerapps currently. If you would like to show based on a text field such as a username text input, simply add to the on select property of the sign in button “Set(var_logged_in_name,textfield.Text) and display it that way

    • @kenshynne97
      @kenshynne97 2 года назад

      Thank you,this help.a lot😊

  • @zoey-fw2el
    @zoey-fw2el Год назад

    Was so happy that I found your tutorial but no matter how many times I have tried, it keep showing 'circular reference':( I have uploaded the Sharepoint List and followed the formula u wrote....

  • @sultanSurya
    @sultanSurya 2 года назад

    Thanks for your video

  • @swamilekkala4420
    @swamilekkala4420 Год назад

    Hi... i have created power app. i want user to login the app using their PKI card or mailid and password from our office365 group...pls provide the video link for this.. Thanks in advance

  • @toluwanimiadebayo-yv5rm
    @toluwanimiadebayo-yv5rm Год назад

    how about the backend portion of it all

  • @galrickgak9615
    @galrickgak9615 2 года назад

    One issue though, What if you select Username1 with password for username2 is this going to let you through?\

  • @kudosjunel1805
    @kudosjunel1805 Месяц назад

    I don't have a default property in power apps

  • @burradeekshith8150
    @burradeekshith8150 9 месяцев назад

    smiply superb

  • @AndyHernandez18
    @AndyHernandez18 2 года назад

    This is exactly what I need but for me it's always returning as false, even with the right password. what am I missing?

    • @powerappsuniversity
      @powerappsuniversity  2 года назад

      Hi Andy! Could you copy and paste your formula in the comment? Would be happy to help. Also what are the column names you are using?

    • @AndyHernandez18
      @AndyHernandez18 2 года назад

      @@powerappsuniversity If(!IsBlank(LookUp(Techs,Password=PinInput2.Text)),Navigate(Screen2),Navigate(LoginScr1));
      "password" is column, screen2 for success, loginscr1 for failure

    • @powerappsuniversity
      @powerappsuniversity  2 года назад +1

      @@AndyHernandez18 Hi Andy, in your formula try changing the “P” in Password to be lowercase to match the column. Should work after that!

    • @AndyHernandez18
      @AndyHernandez18 2 года назад +2

      @@powerappsuniversity OK it was the column name, but turns out it wasn't recognizing Password as the column but another powerapps function, created new column named PassList and now it works. Thank you!

  • @mrholandia753
    @mrholandia753 Год назад

    SELF EXPLAINATRY, BUT IS STILL DID NOT WORK ON MINE