I have a multi-select field. ( week day

I have a multi-select field. ( week day: Monday, Tuesday ...). I would like to filter only the rows with a specific value. recurrentWeekDay[in]:["TUESDAY"] { "statusCode": 400, "error": "BadRequestException", "messages": [ "'filter' enum value '\"TUESDAY\"' not available in 'recurrentWeekDay' enum. Available enum values are ['MONDAY', 'TUESDAY', 'WEDNESDAY', 'THURSDAY', 'FRIDAY', 'SATURDAY', 'SUNDAY']" ] }
1 Reply
Pedro Magalhães
Pedro MagalhãesOP2w ago
recurrentWeekDay[containsAny]:[TUESDAY] I assume that is the correct way to use.

Did you find this page helpful?