PowerApps Hide Button Based on User and other fun

  Рет қаралды 123,108

Shane Young

Shane Young

Күн бұрын

Пікірлер: 270
@OneBallJ
@OneBallJ 5 жыл бұрын
Oh man, I used to build two applications, one for the submitter and one for the team. Now I use this same functionality to merge the two platforms. Even though I've been doing this for the last 4 months your video still showed me a new way of doing it! Thanks Shane!
@ShanesCows
@ShanesCows 5 жыл бұрын
Happy to help
@TimothyBishop-o2c
@TimothyBishop-o2c Жыл бұрын
YES! THANK YOU FOR GETTING MORE COMPLICATED WITH THE DATA QUERY! Sorry for yelling. I was very excited you took the time to get more complicated.
@ShanesCows
@ShanesCows Жыл бұрын
🤣 Glad it was helpful!
@EffortfortheEffort
@EffortfortheEffort 4 жыл бұрын
Good video! There is not too much content available for these scenarios and you really hit the nail in the head with this video.
@ShanesCows
@ShanesCows 4 жыл бұрын
Thanks 🙏
@chloez2725
@chloez2725 3 жыл бұрын
This is exactly what I've been looking for. Thank you Shane! Actually, like your clients, I work in the HR department too, and I have to create this "manager approval" button, which is visible to managers only. Your video definitely helps me out on this :)
@ShanesCows
@ShanesCows 3 жыл бұрын
Awesome 😎
@lindseywoolmington8165
@lindseywoolmington8165 5 жыл бұрын
Thank you, Shane!! This perfectly addresses a business problem we currently have!
@ShanesCows
@ShanesCows 5 жыл бұрын
Very cool
@bini2036
@bini2036 3 жыл бұрын
its 2021 and this is still useful. Thank you!
@ShanesCows
@ShanesCows 3 жыл бұрын
Awesome 😎
@EuroWin
@EuroWin 2 жыл бұрын
Such great videos! It helps me a lot for my job(MS Application Engineer). BTW, your attitude is so cool! Keep it up, Master Shane!
@ShanesCows
@ShanesCows 2 жыл бұрын
Thanks 😊
@toniserrano6167
@toniserrano6167 5 жыл бұрын
Fantastic video! I have already applied it in my environment. Many thanks
@ShanesCows
@ShanesCows 5 жыл бұрын
Awesome
@yehunlavolontededieu322
@yehunlavolontededieu322 5 жыл бұрын
Hmmm lol i didn't know chewy was there listening until 16:30. Another nice video, simple but great tactic. txs
@ShanesCows
@ShanesCows 5 жыл бұрын
Thanks 😀
@simonball5602
@simonball5602 Жыл бұрын
Great stuff Shane. A true MVP.
@ShanesCows
@ShanesCows Жыл бұрын
Thanks Simon
@gokurukay1234
@gokurukay1234 2 жыл бұрын
Hi Shane, Thank You for share this video it help solution my problem to manage user access permission.
@ShanesCows
@ShanesCows 2 жыл бұрын
Glad it helped
@Fernando_Calero
@Fernando_Calero 4 жыл бұрын
Hi Shane, great training, as usual, thanks! Also, I created the Access field in a SP list as choice type and that generated an "invalid argument type" error. I changed it to Single Line Text and everything went smoothly afterwards.
@ShanesCows
@ShanesCows 4 жыл бұрын
Glad you got it 😀
@shreyapandey1671
@shreyapandey1671 3 жыл бұрын
Hi Shane, M following u last 1 yr and ur all videos is very useful & helpful. I've one query, m not able to find anywhere. My scenario is- 1. I've 11 PowerApps applications in same tenant. 2. I created 11 separate apps. I used 1 app as Master app, in Masterapp there is 10 SubApps. 3. Suppose 5 users have permission for only 5 SubApps but the problem is they (5 users) can also see the rest of 5 SubApps icon. 4. they don't have permission but still they can able to see those Apps icons, bcoz that all Subapps link in same screen whenever they click on those icon, it ask the permission. 5. So what i want is, Who don't have permission, they cannot able to see those apps icon. SOLUTION is there any way, they can only find those apps or they can only see those apps icon, which have had permission.
@ShanesCows
@ShanesCows 3 жыл бұрын
Not that I know of. YOu will need to write logic to manage that yourself.
@aparnagupta9472
@aparnagupta9472 2 жыл бұрын
Awesome!!Although I have a concern that why are the videos blurry?? For most of the powerplatform tutorials videos are blurry...
@Amr-Ibrahim-AI
@Amr-Ibrahim-AI 4 жыл бұрын
Thanks for the comprehensive lesson
@ShanesCows
@ShanesCows 4 жыл бұрын
Glad to help. 😀
@zacharymcdonald8929
@zacharymcdonald8929 Жыл бұрын
Shane, great video this helped me with one of my power apps a while back but now managing my access list is to time consuming. I want to change my button view to what you described for the last button in this video. I just can’t find the second video. could you share the video link with me?
@ShanesCows
@ShanesCows Жыл бұрын
Zach can you give me a time stamp where I mention it? I don't remember which video anymore. Sorry.
@jenn4256
@jenn4256 3 жыл бұрын
I ran into the issue that the button will still be available for about 1 to 2 seconds to individuals not in my Access Control list (mine is called Voters list) and of course someone went in to click on it right away before it disappeared. Not sure if anyone else had this issue, but I fixed it by making a varAccess variable on app start that saves the boolean value when compared to my Voters list. Then I put the button on an inner screen so that it is automatically invisible and does not even pop up for the 1 to 2 seconds while the app loads and decides the value. This is my app on start line: Set(varUser, User().Email); Set(varAccess,!IsBlank(LookUp(Voters, Title = varUser).Title)) and then my vote button is just visible set to varAccess. Thanks so much for your help with this video!!
@ShanesCows
@ShanesCows 3 жыл бұрын
Thanks for sharing Jenn.
@Balit0s
@Balit0s Ай бұрын
Thx for sharing this ! this solve my problem straight away !
@AbhimanyuDawar
@AbhimanyuDawar 4 жыл бұрын
Hi Shane, great video not just this but all the ones I have seen so far. Very easy to follow and apply. I love the pro tips and the pitfalls you share. Using the above example please share how can I extract an email address using the Person field in the SharePoint list, thanks!
@ShanesCows
@ShanesCows 4 жыл бұрын
PersonField.Email
@hailm03
@hailm03 Жыл бұрын
Thank you a lot! You have save my day
@ShanesCows
@ShanesCows Жыл бұрын
Happy to help. 😎
@khalidmullawns
@khalidmullawns 3 жыл бұрын
Thank you Shane, you made my day
@ShanesCows
@ShanesCows 3 жыл бұрын
Awesome.
@ClarkyXR
@ClarkyXR 2 жыл бұрын
Awesome video, thank you!
@ShanesCows
@ShanesCows 2 жыл бұрын
Glad to help
@canasman11
@canasman11 5 жыл бұрын
Awesome video Shane. Keep up the good work.
@ShanesCows
@ShanesCows 5 жыл бұрын
Thanks Manny
@DanielADamico
@DanielADamico 5 жыл бұрын
Hi Shane, good video! However, I would like to see you giving more examples of security using CDS instead of SharePoint. Using Power apps along with SharePoint lists to control security is not a good idea because as you know, the users of the app will need to have access to the SharePoint lists and they could easily change the list contents and bypass the app security you implemented.... 😊
@ShanesCows
@ShanesCows 5 жыл бұрын
I am working on a proper CDS intro series. So many little things to cover to do it well.
@travellingstu
@travellingstu 5 жыл бұрын
They only need view access to the list for this to work
@DanielADamico
@DanielADamico 5 жыл бұрын
@@travellingstu This is true for this example, but often you'll also have personal/confidential information that sometimes you don't want to be shared/viewed by other users.. ☹️☹️
@travellingstu
@travellingstu 5 жыл бұрын
@@DanielADamico In these cases i use a 2010 workflow using an impersonation step to restrict the permissions on create
@Flick2025
@Flick2025 5 жыл бұрын
Also would like to see more of these apps done with CDS
@StevieBirdBones
@StevieBirdBones 3 жыл бұрын
This video is so helpful! For some reason I wasn't able to get the varUserEmail to work, however. It just wouldn't ever load, even on a label, and I followed the instructions exactly :(
@ShanesCows
@ShanesCows 3 жыл бұрын
Set(varUserEmail, User().Email) should work OnSelect of a button. 😑
@StevieBirdBones
@StevieBirdBones 3 жыл бұрын
@@ShanesCows Update, I think it has to do with how our tenant is set up. Lame!
@nitzan300
@nitzan300 3 жыл бұрын
Thanks a lot again for the amazing videos that you are sharing ! i would like to disable one option from my dropdown list in a certain hour, i am building a Meal ordering tool in my org and the employee should have the ability to order Lunch till 12:00 AM and Dinner till 17:00 , i have drop down list where the employees can choose Lunch or Dinner , what is the best way to do it ? Thanks in advance .
@ShanesCows
@ShanesCows 3 жыл бұрын
I think this video will help. kzbin.info/www/bejne/qWmYmmuLjNxlh68
@fnanfne
@fnanfne 4 жыл бұрын
Hahahaha, I was laughing so hard at Chewy! Great video once again!
@ShanesCows
@ShanesCows 4 жыл бұрын
🐶 is always so fun
@francisnoonan2314
@francisnoonan2314 2 жыл бұрын
Shane, Thank you kindly for your well explained video. I am intrigued by the external list of email address you used for the visible buttons. I would also like to use this list as a "Send To:" list using the 'Office365Outlook.SendEmailV2' function, but it wants text instead of a table. Do you have a video that would explain using an external list of email addresses? I would like to modify a list instead of the app every time someone is hired or fired (or quits). Edit - Found article using the 'Concat' function. Works perfectly. Thank you again, your videos are well done!
@ShanesCows
@ShanesCows 2 жыл бұрын
Glad you got it. Yup, Concat was the answer I was going to give. :)
@jackviljoen8809
@jackviljoen8809 2 жыл бұрын
Hey Shane, I'm sure you can easily answer this. I am wanting to click a button and the label below disappears. I have looked all over and cannot find out how. Thanks!
@ShanesCows
@ShanesCows 2 жыл бұрын
When you click the button Set a variable to be false. Set(varShowButton, false) Have the button's visible property be varShowButton `
@travisjones8134
@travisjones8134 5 жыл бұрын
just finished watching video, and it definately gives me thoughts on my app that im building. my question, can you apply these same techniques to forms and galleries, rather than just individual buttons or fields?
@ShanesCows
@ShanesCows 5 жыл бұрын
Yuppers
@RowDogSA
@RowDogSA 3 жыл бұрын
Awesome. Thank you.
@ShanesCows
@ShanesCows 3 жыл бұрын
You bet!
@alfonsolans
@alfonsolans 3 жыл бұрын
Great Material Shane thanks a lot for your great help appreciate it, keep on rocking Bold Zebras
@ShanesCows
@ShanesCows 3 жыл бұрын
My pleasure!
@OptimalTrainingGroup
@OptimalTrainingGroup 3 жыл бұрын
Excellent Video Shane! Do you have a video showing how to make a field hidden or visible if a checkbox is clicked?
@ShanesCows
@ShanesCows 3 жыл бұрын
I don’t. My hint is: set the Visible property of the label or TextInput you want to show to ToggleName.Value and you should be all set.
@OptimalTrainingGroup
@OptimalTrainingGroup 3 жыл бұрын
@@ShanesCows Ok. Thanks! I will give that a try.
@raghadm5719
@raghadm5719 11 ай бұрын
Thanks a lot for the video! 🤗 At 16:27 , what if I have Access as a choice field in SharePoint and not as a text field? Appreciate your support!
@ShanesCows
@ShanesCows 11 ай бұрын
Access.Value = "Full"
@MORTIMER2619
@MORTIMER2619 2 жыл бұрын
Life saver thanks so much!!
@tomaskavicky
@tomaskavicky 3 жыл бұрын
great video Shane, thanks a lot
@ShanesCows
@ShanesCows 3 жыл бұрын
Glad to help. 😀
@ankita199
@ankita199 3 жыл бұрын
Thankyou for the video. Question- can we have an app with multiple screens with admin able to access all screens while other users can only access certain screens based on their role?
@ShanesCows
@ShanesCows 3 жыл бұрын
Yes, hide the button to navigate to those other screens with the technique from this video.
@jwh7933
@jwh7933 3 жыл бұрын
Thank you so much for making this video! Coming from a SharePoint background, I knew there HAD to be a way to do this! On another note, what do you think the expiration date for the classic SP permission groups, esp since Office 365 groups have now been released..... I will have to check for that video you were going to make. Thanks again!
@ShanesCows
@ShanesCows 3 жыл бұрын
I don’t know about that. The permissions groups have been around forever 😑
@altino91255268
@altino91255268 3 жыл бұрын
Hi Shane, How are you? Your videos are great. How do I protect my Sharepoint list, I don't want users to be able to see them or edit them directly ?
@ShanesCows
@ShanesCows 3 жыл бұрын
One option would be like I show here. kzbin.info/www/bejne/lYLRq2ePmq2mm9U
@prashanthdiddi7199
@prashanthdiddi7199 4 жыл бұрын
Hi Shane, This video is amazing..! When are you planning to do a video on controls to show/hide based on member from Active Directory group? or from SharePoint group, if possible?
@ShanesCows
@ShanesCows 4 жыл бұрын
SharePoint groups aren’t possible without calling Graph API. Azure AD groups maybe I cover one of these days not sure.
@venkatagavili6249
@venkatagavili6249 Жыл бұрын
Hello Shane, Great video lesson, if I have buttons in a gallery how do I show or hide buttons in a gallery based on user login and items in my gallery are ["Home","My Team"] only want to show "My Team" button when the admin team logins in Let me know how to do that
@olabodemoboluwarin2768
@olabodemoboluwarin2768 3 жыл бұрын
Thank you very much, Please I am trying to hide a checkbox that has been checked by the user, while other checkboxes which are still unchecked will be visible when the user re opens the form. I am unable to use Isblank as the checkboxes always returns either a true or false value into my list. Please help. Thank you
@ShanesCows
@ShanesCows 3 жыл бұрын
CheckBox.Value returns true or false. Set Visible property to be Not(CheckBox.Value) and that should do it.
@leandrobello8130
@leandrobello8130 4 жыл бұрын
Thanks Shane, awesome!!
@ShanesCows
@ShanesCows 4 жыл бұрын
You are welcome :)
@adriennemcgowan8242
@adriennemcgowan8242 4 жыл бұрын
Shane this is exactly what I need. However, I can't seem to get the varUserEmail to work. It returns blank. However, if I just use User().Email it works fine. What am I doing wrong? I am using a SharePoint list that contains the email address.
@adriennemcgowan8242
@adriennemcgowan8242 4 жыл бұрын
Finally got it to work correctly. I had to click on the ellipsis (...) next to App to RunOnStart. Good to go.
@ShanesCows
@ShanesCows 4 жыл бұрын
Awesome thanks for sharing 😀
@nAhmd1
@nAhmd1 4 жыл бұрын
Hi Shane, fab video tutorial, as always. Quick question, is there any way to hide a button once clicked?
@ShanesCows
@ShanesCows 4 жыл бұрын
Create a variable and set it when they click the button. Have the visible property of the button tied to the variable.
@nAhmd1
@nAhmd1 4 жыл бұрын
Shane Young What would be the syntax for this? I used UpdateContext and set it to false on the OnSelect property and then tied the visibility to the variable. It doesn’t hide the button.
@sofiafrancia2059
@sofiafrancia2059 3 жыл бұрын
Thank you very much Shane, you are great! I need to create a save button that is enabled on the 1st of each month and disabled on the 15th of each month automatically so that users can only send information within a certain date. I did not find instructive about the latter, do you know if it can be done and how?
@samratguha8933
@samratguha8933 4 жыл бұрын
Hi, Shane Thank you for being so informative this video really helped me a lot, as I was unable to perform the task based on the user from a List. I have a request if you could upload a video about the validation of a form (for both SharePoint and Non-SharePoint fields). Thank You in advance.
@ShanesCows
@ShanesCows 4 жыл бұрын
I do some validation in this video not using forms kzbin.info/www/bejne/f6fEoXypd8eAY7c
@lfish894
@lfish894 2 жыл бұрын
Hi Shane, as always a great educational video. One question, if you have a power app who’s data is based on a SP list, can you restrict access to the whole list and still allow users to use the app. (Form based app)
@boiling101
@boiling101 4 ай бұрын
thank you! you are amazing
@MikeSunTzu
@MikeSunTzu Жыл бұрын
The problem is even though the button's not visible it is still active. It needs to disable too???
@ShanesCows
@ShanesCows Жыл бұрын
If the button is not visible then you cannot click it.
@Jimmy_Winberg
@Jimmy_Winberg 5 жыл бұрын
May i ask how to do the access list but with a people column? It does not seem to work when i try it.
@ShanesCows
@ShanesCows 5 жыл бұрын
That is probably because the people column is a complex column so hard to query
@jimmywinberg8460
@jimmywinberg8460 5 жыл бұрын
@@ShanesCows Thank you i ended up using the Office365 group option. Awesome videos thank you very much
@wiktorkostrzewski7769
@wiktorkostrzewski7769 4 жыл бұрын
Great Guide !
@ShanesCows
@ShanesCows 4 жыл бұрын
Thanks 🙏
@manideepmalyala
@manideepmalyala Жыл бұрын
Hi shane, this is the tutorial i'm looking for thank you but thing is i need to implement this on model driven app custom ribbon buttons i.e., only particular users must see the custom ribbon button, can you please help thank you!
@colby4390
@colby4390 3 жыл бұрын
I have created the global variable you did and then to verify I placed the variable name in the text field of a label and it is blank. I have both connectors Office365Users and Office365Outlook. The only way that works is when using User().Email. I am not sure what I am doing wrong.
@maggieho9521
@maggieho9521 2 жыл бұрын
Hi Shane, good info!. I have a reset button to reset all combo boxes; reset(cboABC). When click on reset button, my gallery info/data are disappeared. Anything I missed? Thanks.
@ederjimenez8
@ederjimenez8 4 ай бұрын
is the logical funtion "or" still available today? I´m traying using ir but I get error on Power Apps
@ShanesCows
@ShanesCows 4 ай бұрын
Yes it is. Make sure you capitalize the O in Or
@ederjimenez8
@ederjimenez8 4 ай бұрын
@@ShanesCows the function lower is also important, thanks a lot🙏
@PeterHeffner
@PeterHeffner 5 жыл бұрын
As always, a great video, Shane! Any chance to check the Sharepoint permissions groups for user().mail? This way we wouldn't have to maintain another AccessControl list in Sharepoint.
@ShanesCows
@ShanesCows 5 жыл бұрын
Not that I know of. 😐
@swapnabendi234
@swapnabendi234 4 жыл бұрын
Hi Shane, Quick Question!! Can You Please prepare a video for creating our own Database for testing purpose. It will helpful for practice too.
@ShanesCows
@ShanesCows 4 жыл бұрын
Like this maybe? kzbin.info/www/bejne/eYCZqZmYn9OMrcU
@rickysydney4208
@rickysydney4208 3 жыл бұрын
hi Shane. Can you restrict based on AD group? For example if i sent the visibility based on someone AD group., will everyone who is part of that AD group see the list?
@ShanesCows
@ShanesCows 3 жыл бұрын
Yes, you would need to add the groups connector and write the logic. I have tested it and works fine but I don't have video on it. I do think this download in the Curated Library has that working though.
@dianegood1319
@dianegood1319 3 жыл бұрын
Thank you Shane!! I always enjoy your videos. But as usual my scenarios are different from your examples and I can't get some of my stuff to work. Please help....uuurrrrgggghhh! I am using a SharePoint list and I want to show/hide based on if the user equals the person showing in a person/name field. Is that possible? This code is not working: !IsBlank(LookUp('SharePoint List Name',PersonColumn.Email = varCurrentUser.Email)). I have also used varUserEmail but that and all kinds of different ways is not working. Please help!!
@ShanesCows
@ShanesCows 3 жыл бұрын
Diane that looks right. :( I know it has been a while so my fingers are crossed you got it working already. 🤞
@jlemoo2
@jlemoo2 3 жыл бұрын
I have this same question. Why should I need to explicitly type an email address when I can get it from the properties of a person object? I've been at it for a day now, and it tells me that the PersonColumn.Email returns a table, and not a text value. I do it LookUp('SharePoint List Name',Title = "Plant Manager", Name).Email, where "Name" is a column of type "Person." I should get the email of the Plant Manager this way, but nope, just an error about it being a table, and how I cannot compare that to a text value. I'll do a workaround by adding an Email column to my table, so I can do LookUp('SharePoint List Name',Title = "Plant Manager").Email and that works, but I don't think I should need to do that. In Shane's example, he manually types the email into his list, which seems a little bit error-prone to me.
@naokoh8069
@naokoh8069 2 жыл бұрын
Hi Shane, I am so excited to see your KZbin and increase some knowledge about Power Apps. Now, I have trouble with Gallery & Visible. Sometimes, Gallery's text goes "blank" even if there is a certain text. But after clicking Gallery again, it works. Do you know something about it? Do I miss some trap?
@naokoh8069
@naokoh8069 2 жыл бұрын
I found my mistake... the gallery's result is not the one, multiple results were shown. That's why the text did not return a certain result, and when it was clicked, it means the result was selected, then the text showed. Umm... difficult!
@sounderparthiban5810
@sounderparthiban5810 2 жыл бұрын
Hi Shane, It is useful Video. Have a question. I created an app which consists of 3-4 screens and it's working for me during the edit mode. actually when ai share with my peers its directly getting into the new entry form. where in my idea is that when I share the app it should show the Home screen(only few buttons for TMs) first and then from home screen it show the new entry form when click Submit new entry. Also I have supervisory access button in the home screen and that should show only to few people. pls help
@jenniferfoust1193
@jenniferfoust1193 4 жыл бұрын
Your videos have helped me so much. Thank you so much for what you do!! I have a question that I can't find the answer to. Let's say someone enters an email in a field, and I only want a button to appear to that email user when they're logged in, but I don't know the email address to start with. Do you know how I could tell it to show the button based on the email entered in the other field, without knowing the email? How do I target the value without knowing what it is? Is this possible?
@ShanesCows
@ShanesCows 4 жыл бұрын
If I follow you would need to store the email address the user entered in a data source and then do a lookup to see if the logged in user email matches and he lookup
@jenniferfoust1193
@jenniferfoust1193 4 жыл бұрын
@@ShanesCows This makes sense, and was helpful. I needed an approval button to show for a manager, who would log in after the form was created and approve or deny, but I wouldn't know what manager was chosen before they were chosen. I worked through a few videos, and got it to work! Thank you!
@praveeng3921
@praveeng3921 Жыл бұрын
Thanks, it helps me.
@ozifer7934
@ozifer7934 3 жыл бұрын
Hi Shane , thank you great video. I am trying to hide more than one filed depending on the selected value in dropdown. I m struggling what is the best way to achieve this?
@ShanesCows
@ShanesCows 3 жыл бұрын
You can put the same code in each control's visible property. Or setup one control, like a button, and then set the other controls to Button.Visible
@triciabautista1142
@triciabautista1142 3 жыл бұрын
Hello Shane as I put the LookUp(AccessControl, Title = varUserEmail).Title on the label for testing it shows that 'powerapps encountered an internal error trying to evaluate this expression'. How can I solve this?
@ShanesCows
@ShanesCows 3 жыл бұрын
NOt sure. That looks correct to me. Maybe try it with a hardcoded email address first.
@scottmatson3313
@scottmatson3313 Жыл бұрын
thanks good stuff
@ShanesCows
@ShanesCows Жыл бұрын
Glad you enjoyed it
@bonnis33
@bonnis33 3 жыл бұрын
Hi, Shane. The fist 7 minutes are grate! Then I am stuck! I type in OnStart on the app: Set(varUserEmail, User().Email), the text box goes blank. Shows no errors or mistakes. But on the OnStart it says: "powerapps encountered an internal error trying to evaluate this expression" Hoping you are getting this or someone else on this comment section can help.
@2009ians
@2009ians 4 жыл бұрын
Great video! Did you do a video on securing by office 365 user group, or by a sharepoint owner group?
@ShanesCows
@ShanesCows 4 жыл бұрын
I haven’t yet. SharePoint groups aren’t rally possible. 😔
@alleynesacademy1547
@alleynesacademy1547 2 жыл бұрын
HI Shane, your videos have been great, but I am struggling with this one. I have created an app and need to hide some buttons from certain users. I have created a list in sharepoint of the user emails that the button needs to be hidden from. I have tried adding and removing my own to test and it does not seem to work. any advice?
@ShanesCows
@ShanesCows 2 жыл бұрын
Have you tried manually testing the Lookup? Maybe your email isn't the same or capitalization is wrong? Troubleshoot the lookup and you will find the answer.
@alleynesacademy1547
@alleynesacademy1547 2 жыл бұрын
@@ShanesCows HI Shane, yes i have tried to do a lookup and it is returning a blank so as a newbie i am at a complete loss.
@alleynesacademy1547
@alleynesacademy1547 2 жыл бұрын
@@ShanesCows I started again with your video and did every step from the very beginning. For some reason my button will show if i use the user().Email = but when i use varUserEmail It is blank.
@ambujaable
@ambujaable 5 жыл бұрын
Excellent One! Thank for same
@ShanesCows
@ShanesCows 5 жыл бұрын
Happy to help
@ATLANTAHOSANNATELUGUCHURCH
@ATLANTAHOSANNATELUGUCHURCH 21 күн бұрын
Can you please suggest "How to disable Button (Button Name : Assign Manger- also this "Assign Manger" Button It's associated with Power Automate Flow ) in PowerApps after one click Button should be disabled). It would be very helpful ,if you could provide any reference link.
@ShanesCows
@ShanesCows 17 күн бұрын
You would need a variable that gets set to true when they click the button. Then set the buttons display mode to be tied to the variable. Sorry, I don't have a video on this.
@ATLANTAHOSANNATELUGUCHURCH
@ATLANTAHOSANNATELUGUCHURCH 14 күн бұрын
@@ShanesCows Thank you 🙏
@olivelake2807
@olivelake2807 3 жыл бұрын
Hi Shane! First thanks a lot for the VERY useful video! I'm trying to hide button when our app is embed in sharepoint and visible when the app is opened on mobile or tablet device. Any idea?
@ShanesCows
@ShanesCows 3 жыл бұрын
.... not sure.... IDEA add a parameter to the URL when you embed in SharePoint. Have your app check for the parameter. 😎 This would work. If you have used parameters before look for my video on Deep Linking for an overview.
@javipyo
@javipyo 4 жыл бұрын
How can I make a button visible if the email is inside a field where I have stored several emails, the field is of the Person or Group type, I have tried a lot but not without success
@ShanesCows
@ShanesCows 4 жыл бұрын
Look for my video on the In operator. It is a recent one.
@mustafahussainmohsin320
@mustafahussainmohsin320 4 жыл бұрын
Hello Mr Shane, Again nice video, I would like to ask, am I able to show the button for two different People, the HR and the Manager only, how can I add both the variables in visible property of that button. Help
@ShanesCows
@ShanesCows 4 жыл бұрын
Put an Or between the two = formulas
@shwetashetty2537
@shwetashetty2537 2 жыл бұрын
Hi Shane, Great video. How can i use a user group instead of individual user email? or how can i decide whether to make the button visible based on the "Owner" " Co-owner" and "User" permission to the app?
@adrianparker5841
@adrianparker5841 3 жыл бұрын
Hi Shane, your really doing great work here. I have a query. I get get the command to work when only looking at the varUserEmail, when I add "And =" section, I'm getting an error on the = saying Invalid argument type. Have you any suggestions?
@ShanesCows
@ShanesCows 3 жыл бұрын
Sorry I don’t remember the whole formula. Leave a new comment with the broken formula and I will try to help
@mluimes1871
@mluimes1871 3 жыл бұрын
Hi, nice video again! How does it work when in sharepoint, you used a "choices" or "person" column instead of a text? I am keep on having errors?
@ShanesCows
@ShanesCows 3 жыл бұрын
Type YourColumnName. and then see what it offers you for options. :)
@franknielsen3219
@franknielsen3219 5 жыл бұрын
Another great video from you. THX a 1000 times. But you are eating to much candy. The candy box in the background are emtpy??? :D
@ShanesCows
@ShanesCows 5 жыл бұрын
I like candy.
@felipperibasbarboza9454
@felipperibasbarboza9454 2 жыл бұрын
Hi shane how are you doing? Man I got stuck trying to hide a button if a value selected on my forms is equal to "No". I tried everything but without victory. Could you help me?
@lagenteestaloca5875
@lagenteestaloca5875 3 жыл бұрын
Thanks Shane, great material. Love your videos - very informative and fun to watch!.. Shane I wonder if you'd be able to to advise. I am new to PA's. I'm doing a flow project where I get a shift swap request form. The old paper form had to have signatures of parties requesting swap. In my app I am implementing checkboxes that are ticked by both parties participating in shift swap. Unless both boxes are ticked, the Submit button is not visible. I am using the string for Submit button: If(Checkbox1.Value = true && Checkbox1_1.Value = true, true, false) is there a way to make this Submit button to trigger submit action once it becomes visible? I hope it makes sense. Thanks heaps again for great material you're putting out.
@ShanesCows
@ShanesCows 3 жыл бұрын
Yes, but it isn't simple. You could have logic that says OnCheck If(both boxes are checked, submit) Hopefully that is enough for you to get it. 😀
@lagenteestaloca5875
@lagenteestaloca5875 3 жыл бұрын
@@ShanesCows nice one thanks Shane, so quick ! Didnt think about yhat one... I'll give it a crack...
@srinivas.g09
@srinivas.g09 5 жыл бұрын
Hi Shane, Thank you it is very useful. If the Access list having people or group column with multiple users and Role . How can we hide and show the buttons.
@ShanesCows
@ShanesCows 5 жыл бұрын
I haven’t done a group column. Sorry
@srinivas.g09
@srinivas.g09 5 жыл бұрын
@@ShanesCows No Problem. I have tried and done it. Thank you Shane.
@asimrehan73
@asimrehan73 5 жыл бұрын
Nice Video Shane, i am wondering if it’s possible to show/hide button based on user being part of a member group of the Sharepoint list? Can Powerapp recognise, what is the level of rights the user have for that sharepoint list ?
@ShanesCows
@ShanesCows 5 жыл бұрын
Not that I know of Asim
@michaelshelnutt3534
@michaelshelnutt3534 3 жыл бұрын
Do you have a video similar to this on how to make the Button's action contingent upon a drop down item on the same page?
@ShanesCows
@ShanesCows 3 жыл бұрын
Yes Sir! kzbin.info/www/bejne/qWmYmmuLjNxlh68 😀
@jh112
@jh112 4 жыл бұрын
I have a powerapp setup to only show a button when a user is logged in, but when the screen first loads, for a brief second the box shows up and is clickable by anyone (granted, you have to be very quick to click on it), it's like the button object loads before the visible formula loads. Is there a way to disable it by default, or make the screen not load until all the visible formulas have loaded?
@ShanesCows
@ShanesCows 4 жыл бұрын
Look in app settings. I think there is a setting that says Delay app start or something of the sort.
@papithasekar9608
@papithasekar9608 4 жыл бұрын
Hi Shane, Thank you for the video. Am trying to hide a datacard if the user has not filled the value in it. My scenario: User has to select the hours and min from the drop down. If they didn't enter overtime, then I would like to hide the datacard in detail screen. Will you able to help me to do achieve it.
@ShanesCows
@ShanesCows 4 жыл бұрын
Use IsBlank to check if the field has been filled in
@pranjalsingh287
@pranjalsingh287 5 жыл бұрын
Hey shane, awesome video. I needed to clarify one thing from you regarding the Add picture control. I have a powerapp where I am using the add picture control and pictures are getting stored in an azure blob storage. Everything works fine when the app is used via mobile. The issue is when I use the powerapp from desktop and try to save images, if I change the file extension from image files to all files, the browse pop-up let me also select files which are not images like doc or pdf. Technically only images should be there but other files are also getting stored in blob through this. Is there any way by which we can validate the add picture with only images. I tried the IsMatch() function with image regex but it didn't help much. What's your take on this?
@ShanesCows
@ShanesCows 5 жыл бұрын
Check the file name to see if it matches jpg or png
@alec5443
@alec5443 5 жыл бұрын
Are you going to make a video on the powerapps portal option?
@ShanesCows
@ShanesCows 5 жыл бұрын
I need to for sure. 😀
@juanjo2391
@juanjo2391 3 жыл бұрын
Hi Shane nice video! I was wondering if you already created a video where insted of "fixing" the email to display the button it goes and compares against an Azure AD security group to determine if the condition is true or false? Thanks!
@ShanesCows
@ShanesCows 3 жыл бұрын
Juan I thought I showed in this video how to query a list. But you are right I never did a video on security groups. 😑
@juanjo2391
@juanjo2391 3 жыл бұрын
Not a huge issue, I can create a power automate flow to fill a list with the members of an AD group, however it would be cool to create different roles in an app and manage it easier 😃
@hpchristener
@hpchristener 5 жыл бұрын
Thank you for this video. The show/hide switching somehow doesn't work properly in my app: for some of the eligible persons the button is shown and for some of the same list it is not. It even happens that the button is shown and later the same day it is no longer visible. What could be wrong?
@ShanesCows
@ShanesCows 5 жыл бұрын
Try adding labels to the app to see what is happening when it is running
@hpchristener
@hpchristener 5 жыл бұрын
@@ShanesCows Thank for answering. I was loading those users from a SharePoint list into a collection and from there in a variable. All of them were shown in the collection but not all of them in the variable. Now using !IsBlank(LookUp(KLBBackOffice;Title=varCurrentUserEmail;Title)) as shown in your video solved the problem.
@verdijason11
@verdijason11 4 жыл бұрын
Hey Shane - have you used (display:none;) functionality within Power Apps instead of (visible:none;) ? I'm achieving Visible: none; - what I need is Display:none; Because the element still takes up the same space when not visible.
@ShanesCows
@ShanesCows 4 жыл бұрын
Hey Jason I don't think Display.None is possible. I think you have to do Visible. If you need something to move up then you would need to write dynamic formulas for X and Y of hte object you want to move. Possible but a lot of moving parts
@verdijason11
@verdijason11 4 жыл бұрын
@@ShanesCows Thanks Shane!
@dalelouie8200
@dalelouie8200 3 жыл бұрын
Share, in InfoPath I was able to do similar logic to hide a section (of controls). Can sections be created in Power Apps? Do you have a demo that shows how to do this?
@ShanesCows
@ShanesCows 3 жыл бұрын
Replied to the other comment
@akbarmahfuzalam
@akbarmahfuzalam 3 жыл бұрын
How would I disable the button based on the date picker value? If I selected a date say 2nd April 2021 and I don't want the user to click the button till he reaches 2nd April 2021. Now the app user is sitting on 24th March 2021.
@jonathanlloyd8920
@jonathanlloyd8920 4 жыл бұрын
Why doesn’t varUserEmail work in my power app? It doesn’t even turn blue?
@ShanesCows
@ShanesCows 4 жыл бұрын
Did you create it on App OnStart?
@tedmeyer4231
@tedmeyer4231 3 жыл бұрын
Hi Shane, good stuff. I am curious about load time. I built an app for my company and it has several buttons on the home screen. Each is either visible or not based on an access list value. When the app is first opened, the buttons all appear for a brief second and then they hide based on the evaluation. Is there a way to overcome this?
@ShanesCows
@ShanesCows 3 жыл бұрын
You could put a spinner on the visible of the screen that delays things a second or two? Not sure, you might just have to get creative. I don’t think any of the apps I do this in have the issue but I have seen it before
@justinabel6733
@justinabel6733 4 жыл бұрын
Is there a way to lookup by current user and then check to see if that columns "yes/no" field is set to yes to display the button?
@ShanesCows
@ShanesCows 4 жыл бұрын
That is shown in this video, you will need to slightly pivot and change your LookUp to have a criteria of Field = yes
@illmatic1668
@illmatic1668 4 жыл бұрын
Hi Shane, thanks for this! I am running into an issue i can't seem to figure out. When testing on a label, the LookUp formula as entered always returns blank instead of printing an email. PowerApps always tells me no records can be found even though records exist. Do you know what would cause this? Thanks in advance.
@ShanesCows
@ShanesCows 4 жыл бұрын
I would guess you have a typo in your lookup.
@jaimearturomartinezcervant4059
@jaimearturomartinezcervant4059 3 жыл бұрын
I'm building an app that has its data source in SharePoint, how can I hide a button when an item in the list is empty? Example my list in Sharepoint has 3 columns and 1 of them is empty.
@ShanesCows
@ShanesCows 3 жыл бұрын
Use the IsBlank function to test 😎
@jaimearturomartinezcervant4059
@jaimearturomartinezcervant4059 3 жыл бұрын
In the event Visible?
@jaimearturomartinezcervant4059
@jaimearturomartinezcervant4059 3 жыл бұрын
@@ShanesCows I am trying to make an IconEdit active if the Attachment column is empty, that is, if there is an attachment the IconEdit is not shown as active and if it is empty it is enabled.
@patricknassar3790
@patricknassar3790 4 жыл бұрын
Hi Shane, Thank you for this info. One question. I am putting "varUserEmail" as the replacement for "User().Email" (discussed around the 6min mark). I have done everything you said but when I put varUserEmail in the code, my button stays disappeared. It works with "User().Email". And no error pops up. Any suggestions?
@ShanesCows
@ShanesCows 4 жыл бұрын
Did you make sure that there is a value stored in the variable?
@samratguha8933
@samratguha8933 4 жыл бұрын
1 more question I had in mind is that is it possible o control the visibility of a field based on a SharePoint Group (suppose if I don't belong to Group XYZ I can't edit/view some fields)
@ShanesCows
@ShanesCows 4 жыл бұрын
There is no easy way to reference SharePoint Groups. Maybe via Graph API.
@thealchemist5376
@thealchemist5376 5 ай бұрын
18:40 Shane was only half joking, Greg.
@ShanesCows
@ShanesCows 5 ай бұрын
I agree. Time for him to go. 😂 I will tell him you approved it. 😂
@ShanesCows
@ShanesCows 5 ай бұрын
Greg just replied to be. He thinks you are jealous and want his spot.
@thealchemist5376
@thealchemist5376 5 ай бұрын
@@ShanesCows ha ha, maybe I am jealous! 😂
PowerApps Filter Gallery by the Current User
22:16
Shane Young
Рет қаралды 118 М.
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 37 МЛН
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 14 МЛН
Intro to PowerApps Variables
19:23
Shane Young
Рет қаралды 204 М.
Use Document Libraries not Attachments with SharePoint
26:21
Shane Young
Рет қаралды 10 М.
Implementing Role Based Security in Power Apps
23:54
Reza Dorrani
Рет қаралды 164 М.
Intro to the PowerApps If Statement
28:35
Shane Young
Рет қаралды 103 М.
PowerApps Save Data - Patch, Collect, and ForAll
25:52
Shane Young
Рет қаралды 245 М.
PowerApps Forms - Form Mode
21:23
Shane Young
Рет қаралды 245 М.
Web Scraping Made EASY With Power Automate Desktop - For FREE & ZERO Coding
13:11
Show/Hide fields based on drop down selection in Power Apps
3:07
Dhruvin Shah
Рет қаралды 45 М.
PowerApps List Relationships with SharePoint
25:41
Shane Young
Рет қаралды 9 М.