Hello all!
I'm trying to get a unique list of phone numbers from a SharePoint list, and if you assign a phone number, it wont be available in the dropdown anymore.
Here is my current formula within the form:
Filter('New Arrivals', 'Name (Title)' = "Vacant")
So it needs to reference the other names in the list that are titled "Vacant" and then when a number is assigned, it pulls it off of the dropdown.
Any thoughts?