Hi,
So I am trying to work more dynamically and here is what I am trying to...
I have am Admin SharePoint list of all my team members, in that I have the following columns...
User Name: Single line of text
Email address: Single line of text
Personal ID: Single line of text
Business Area: Choice
I have a separate SharePoint list which stores (via a form in the App) details of submitted commissions to my team, this form collects data for all the Business Areas in my team.
I have a form for admins only (members of my team), who can view the submitted form an edit if needed. What I want to do is populate the form to only show the datacards in the form which are relevant to the logged in users specific Business Area (by looking up the Admin SharePoint list), and saying OK...this logged in user is attached to this Business Area, only show them X, Y, Z datacards.
Basically so I can specify which Business Area sees which datacards in the form.
I am looking for the best way to achieve this, at the moment I just have a label on the App which looks up the SharePoint list against the Personal ID of logged in user, then displays in the text the Business Area of that person, then in the datacards on the form I set visible based on the text in the label.
Just thinking there must be a batter, more dynamic way.
Thanks
J