Is it possible to display a pre-defined option set in a prompt-and-response? I don't mean one where you enter the possible values in the query itself. I want to use an Option Set defined in the Customizations.
I can see how I can query entity records but not option sets. I can also retrieve an entity that contains the option set, and limit the result set to a single column of that option set, but I can't specify "Distinct". The "Modify Query Variables" tab shows the Fetch query with distinct="false" but this does not seem seem to be editable. I also tried making a View but once again, I can't seem to specify Distinct.
Thank you