"I need to filter the choice list based on a location. For example, I have a choice list named ‘Location,’ which contains all locations across the globe. In the Apps edit grid view, I want to display only a fewer locations depending on the region. How can I filter the GetChoiceSet(“Location”)?
I am using the query below in the List Source, but it is not filtering.
GetChoiceSet(“Location”).data.Where(Function(c) c.DisplayName = “HQ” And c.Name = “AllHQ”)





