Hi all
I have a SharePoint form with two data sources on it, I have successfully populate the Meeting Name in the second based on what is selected in the first, but I want to now use that second value to populate the Coordinators from the selected record, it is a multi select user field, and in my example/test case there are 3 people selected, what is the best way to show the 3 people and then be able to test if the current user is one of those?
I tried the flow approach but I need the coordinators to be available during the form update or creation process so I am in essence trying to look it up during the form creation, the flows only give it to me after the record is created.
Any thoughts/guidance would be appreciated.