Hi all, struggling to get my head around this one so hope someone might have a solution for me.
I've put a combobox in my app, the data source being my SharePoint List. The DisplayFields is currently set to ["Title"] which lists all the reference numbers. Users will select a record and it will make a ViewForm visible of that data.
I want to restrict access so that users can only select records in which they are named in one of 4 People Picker columns in that record (PI, RDM, BP, SubmittedBy), so I figure I need to filter the list so it only shows the relevant records, but I'm struggling to write any sort of LookUp/Filter on the Items or DisplayFields of the combobox which works. I have the current user (lowercase) email saved as varUserEmail.
Any suggestions? and many thanks in advance!