Title, if yes then how?
Could you please explain with screen shots, or go into further details about the visibility variables? Is there a way to do it without using UserRoles?
Defintely. You could achieve this functionality by creating two separate forms - one for the 'admin' view and another for the 'engineering' view. Each form will display the necessary and relevant data for its intended user. It may be more simple to implement two seperate forms opposed to maintaining all the individual visiblity properties of your data cards in one form. You could do something like...
okay so what your saying is that I would have to use some logic in my form to change the visibility of the information based on the viewer?
There is no way to directly/automatically link a View and a form but you can add logic to your app to simulate this. such as an engineer page/form and an admin page/form. You would need to add some logic to check which user is using the app and display the appropriate form based on which view they would potentially have. Apologies if my previous answer was misleading.
Is there some sort of guide or screenshots you could post? I can't seem to create/link another form to my list view
Yes! Sharepoint Allows you to create Custom Forms using Power Apps. You can then associate these custom forms with your different views. Something like this.
Create separate Power Apps forms for each view: For example, create an "Active Projects" form and an "Inactive Projects" form in Power Apps. Customize each form according to the specific requirements of the respective view.
Customize the SharePoint list form: Go to the SharePoint list settings and select the "Form settings" option. Choose the "Use a custom form" option and specify the URL or reference to your Power Apps form for each view.
Associate forms with views: In your SharePoint list, create different views such as "Active Projects" and "Inactive Projects". Edit each view and select the respective custom form to be used when editing or adding items
Ex. If my sharepoint list view is set to Active projects then it would bring up the active form when I hit edit/new. But then if I used my In-Active projects view, it would bring up the In-Active form.
Trying to streamline lists where there is an admin and engineering view which have totally different requirements and I don't want to have them scroll through a bunch of unnecessary stuff.
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,089
Most Valuable Professional