Power Apps Login Screen

Поделиться
HTML-код
  • Опубликовано: 7 июн 2024
  • In this video, we'll be building a kiosk user login screen. We'll be using SharePoint as the data source. I'm building a Service Center Mechanic Garage Management Application and the users need to use it as a kiosk type of application (users will be sharing computers and won't be logging in/out of a workstation).
    🍭Join our free community and get my Power Apps Crash Course for free: www.skool.com/power-apps-comm... ⬅️
    Previous week's video!! • Power Apps: Edit Users...
    Darren Neese, Microsoft MVP, PowerApps Tutorial
    TIMESTAMPS =======================================
    0:00 - Introduction
    0:50 - Jumping In
    8:00 - Adding in Controls for Gallery
    15:55 - Adding the Login Button
    22:00 - Changing the Profile Photo
    28:55 - Login Success
    34:25 - Office Admin Home Screen
    40:00 - Setting Up Developer Access
    46:00 - Updating Menu
    51:25 - Debug Feature
    57:00 - Site for Generating Icons & Spinners
    1:01:00 - Update Menu
    1:05:17 - Bloopers
    #DarrenNeese
    #PowerAppsTutorial
    #LowCode
  • НаукаНаука

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

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

    Hey Darren, you win my heart thanks this super super teaching and am enjoying watching

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

      Great to hear. Thanks so much for viewing and engaging!

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

    This was the most amazing video and I was exactly looking for! Thanks a million

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

      You made my day, Kevin! 😀👍 Thanks for the kind words!

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

    Hi Darren, Still cathing up with all your videos. Not going to miss one. Edited or live. Top notch content. thx!

  • @PowerAppsTutorial
    @PowerAppsTutorial  2 года назад +3

    🍬 Get my free video course, access to my free community, and, if you would like, you can book a call with me here: go.superpowerlabs.co/opt-in-page-page ⬅

  • @maritkpro5256
    @maritkpro5256 Год назад +1

    Hello, the first video in the series is the edit users screen but I feel there's a video missing before that? I looked and can't find it. I'm trying to set up the environment like you did, thank you.

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

      Are you talking about all the menu and the application header at the top and the red theming? That's my template I talk about here: ruclips.net/video/GOWS3hIv8Tk/видео.html

  • @basehumax
    @basehumax 2 года назад +3

    Hi Darren, Quick question , I have added tblusers IsSupport staff but is denied access after setting login button? do I have to build Side navigation to work correctly to navigate to the assigned screen? Thanks

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

      Hard to tell why you get denied access without looking at your code (are you getting the notification?). I go through how to create a menu here: ruclips.net/video/J9uxmDXXH6M/видео.html
      One video I hope to do soon, is how to create your own application template (or an application shell, as I like to call it).

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

    Hey Darren, I have created the navigation component but am confused the GroupsUserIsIn in the component property type and data type ?, can you tell me the types please

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

      Thanks for the question! I'll try to create a side video about that soon. I'm now running a fever so I'll see how I feel in the next few days or week.
      ... If you figure it out, let me know. 😀👍👍

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

      Here you go! 😊 ruclips.net/video/DRpnLI8I3co/видео.html

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

    Hi Darren, am having an issue with showing testers and also to work the menu i have to use the login button this to male the side menu work Set(varUserRoles,varUserRoles & "varIsTechnician;") i have to use semi-column and am using your template Thanks

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

      Sorry to hear you're having trouble. If you could email me the msapp file (press F12!) that you're working with and some screen shots of the trouble points, that would be helpful. Thanks!

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

      @@PowerAppsTutorialHi Darren, i have emailed you the msapp file

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

      @@PowerAppsTutorial I have now solved the Tester to show up when login

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

      @@basehumax Very good to hear!

  • @babyboss6047
    @babyboss6047 2 месяца назад

    hi Thanks for this. may i know if you solve or get rid of the eye icon once you type into password? (the big eye icon) thank you.

    • @PowerAppsTutorial
      @PowerAppsTutorial  2 месяца назад

      You can use the Len() function to count the number of characters in the textinput field.
      Select the Onvisible property of the icon and insert this code:
      Len(TextInput.Text) < 1
      The code above would make the Eye Icon disappear when the textInput contains characters and reappears when the textInput is blank😊

  • @heatherleonard8941
    @heatherleonard8941 11 месяцев назад

    why is everything in this video started with "var" but the template package I purchased, everything starts with "gbl". Which do I use when building the switch user screen?

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

      its a variable name, you can always rename it ☺️

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

    bit