Configuring a filter for one value

:bullseye: What is your goal?

To make several filters

:thinking: What is the problem & what have you tried?

trying to set up a for a single value, The attached filter does not work

:clipboard: Error messages or input/output bundles

none

:link: Create public scenario page

trying to set up a for a single value, The attached filter does not work. Later on I want to send through bundles that have comma-delimited array in that field

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Mateโ€ฆ This is completely wrong on so many levels. First K column is not an array, second that filter literary checks if the array contains an item called one value, not that the array has one value inside.

You need to check if the array length is 1.

Also, a comma separated list is not an array, so you will need to use the split function on it. Or to check if the item doesnโ€™t contain a comma, meaning there is only one.