Hi I am trying to build a powerapp form.But when i save it and share with others all can see the gallary.
For example all can see the applications made by others.How can we hide gallary and give users blank form oly.Or allow them to see only the entries they have made.Please help
Solved! Go to Solution.
Hi @VivekQibs,
Could you please share a bit more about your app's configuration?
Do you want to hidden the Gallery within the app that you shared with other users?
If you have shared your app with other users, these users would have Can Use or Can Edit permission to your app.
If you want to hidden the Gallery within the app that you shared with other users, I afraid that there is no way to achieve your needs in PowerApps currently.
As an alternative solution, you could consider take a try to allow them to see only the entries they have made. I assume that the data source within your app is a SP list, if you want these users to see only the entries they have made, please take a try with the following workaround:
Set Items property of the Gallery control to following formula:
Filter('20180620_case13',Author.Email=User().Email)
Note: The '20180620_case13' represents the SP list data source within my app. The Author represents the Created By property within my SP list.
More details about the User function, please check the following article:
Best regards,
Kris
Hi @VivekQibs,
Could you please share a bit more about your app's configuration?
Do you want to hidden the Gallery within the app that you shared with other users?
If you have shared your app with other users, these users would have Can Use or Can Edit permission to your app.
If you want to hidden the Gallery within the app that you shared with other users, I afraid that there is no way to achieve your needs in PowerApps currently.
As an alternative solution, you could consider take a try to allow them to see only the entries they have made. I assume that the data source within your app is a SP list, if you want these users to see only the entries they have made, please take a try with the following workaround:
Set Items property of the Gallery control to following formula:
Filter('20180620_case13',Author.Email=User().Email)
Note: The '20180620_case13' represents the SP list data source within my app. The Author represents the Created By property within my SP list.
More details about the User function, please check the following article:
Best regards,
Kris
User | Count |
---|---|
254 | |
106 | |
92 | |
47 | |
37 |