hi Expert
i have trying to create an access level to the button,
for example:
i have sharepoint list name : Usergrp
where i have column name as
Name | Lebel | |
Thanos Thor | thanos.Thor@avenger.com | admin |
wanda vision | wanda.vision@marvels.,com | admin |
i have button on powerapps where on visibility i was adding a code as:
!IsBlank(LookUp(Usergrp,Name=User().FullName).Name)
now when i do this i am getting an error: Name isnt valid. Usergrp is not recognizd.
lookup has some invalid argument.
what am i doing wrong here
Hi @pokhani ,
Other than your mis-spelling of Usergrpr and assuming you have the list connected to the app as a data source, it should work - have you checked this ?
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
its jst an example yeah every thing was fine
i even tried new sharepoint list but lookup function is not recognising the list
@pokhani ,
There is nothing wrong with your code assuming