Hey Darren, you win my heart thanks this super super teaching and am enjoying watching
@PowerAppsTutorial3 жыл бұрын
Great to hear. Thanks so much for viewing and engaging!
@hansdotdev2 жыл бұрын
This was the most amazing video and I was exactly looking for! Thanks a million
@PowerAppsTutorial2 жыл бұрын
You made my day, Kevin! 😀👍 Thanks for the kind words!
@victordauden91732 жыл бұрын
Hi Darren, Still cathing up with all your videos. Not going to miss one. Edited or live. Top notch content. thx!
@PowerAppsTutorial2 жыл бұрын
That makes my day, man. 😀👍 Thanks!
@basehumax3 жыл бұрын
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
@PowerAppsTutorial3 жыл бұрын
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: kzbin.info/www/bejne/gGrYqaB6jb17bK8 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).
@PowerAppsTutorial3 жыл бұрын
🍬 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 Жыл бұрын
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 Жыл бұрын
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: kzbin.info/www/bejne/fYC6hGaefttris0
@basehumax3 жыл бұрын
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
@PowerAppsTutorial3 жыл бұрын
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. 😀👍👍
@PowerAppsTutorial3 жыл бұрын
Here you go! 😊 kzbin.info/www/bejne/eoPTn39_ba5mmdE
@basehumax2 жыл бұрын
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
@PowerAppsTutorial2 жыл бұрын
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!
@basehumax2 жыл бұрын
@@PowerAppsTutorialHi Darren, i have emailed you the msapp file
@basehumax2 жыл бұрын
@@PowerAppsTutorial I have now solved the Tester to show up when login
@PowerAppsTutorial2 жыл бұрын
@@basehumax Very good to hear!
@heatherleonard8941 Жыл бұрын
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 Жыл бұрын
its a variable name, you can always rename it ☺️
@babyboss60479 ай бұрын
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.
@PowerAppsTutorial9 ай бұрын
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😊