I have a canvas app with a form and I have a dropdown that currently lists all items from the DV choice column (not a lookup column).
// Dropdown menu Items Propery (Current code - No Filtering)
Choices(Offerings)
I need to add a filter to Choices(Offerings) to exclude a list of select choices (e.g., Not In - list of choices to exclude "Choice 3", "Choice 5", etc.). How would I add a filter to Choices(Offerings)?