List collector filter not displaying result when using Choices referenceIssue When the list gets displayed on the screen, all values are displayed correctly, take a look on this example: When typing some letters on the filter fields, for example 'ABC', it displays correctly: But when typing, 'ABC-' (with dash), no data is displayed on the list collector where it should display the matched. ReleaseAny environmentCauseThis is out of the box and expected behaviour. It is most likely that the reference table for the list data is using 'Choices' under the Dictionary definition for the column. List collector filters on the value of the field when using Choices.ResolutionList collector filters uses the 'value' instead of 'Labels' when using Choices. Check the dictionary for the impacted fields and see whether it is using a Choice which has a label-value pair. The filter process checks the value and not the label, so typing the correct value in the filter will show the correct data (i.e. 'abc'_ instead of 'ABC-') If filtering based on label is required, then it is best to use the same value as per the label to avoid confusion.