Hi all, I have a combobox dropdown that I am trying to populate only with people from a SharePoint list, filtered by a unique ID (#36 in the example below). There will be multiple rows, with a varying number of people in each row. There could be 1, 2, 3, or 4, people in a row, so the dropdown should reflect all of them in a given Unique ID.
I tried "Choices([@Suppliers_2].Supplier).DisplayName", which worked, but it gave me the entire list of everyone in the organization, which is not what I want.

I just want the list limited to everyone in the "Supplier" column for "RequestID" 36 (for example). Is this possible?
