Hi
I have a Canvas App form, linked to SPO list.
I've got the main screen where users complete the form Section A, when the user submits the form, I'd like them to be able to view what they have submitted, so I have created a View Screen (I'm unsure how to direct users to this screen) on this view screen I have a Gallery and an Edit Form, and on the Items property of the Gallery I have set the Fx to: Filter('ListName', 'Created By'.Email = User().Email) to filter only the items the user has submitted. But I would also like the user who is specified in the 'supervisor' field to be able to view the item(s) with only 1 field editable by them the 'senior manager' field.
I'd then like the senior manager to be able to view the entire form, but only be able to edit Section B.
Furthermore I'd like a set of users to be able to view all the items regardless of who submitted them.
Can someone please advise how I achieve this?
Thanks