Monday's subitme name filter not working

I am trying to update a monday subitem based on a filter of the subitem’s name
i am using the monday get list module to get all items and subitems in the board.
than i am using the filter to move to the “monday update item” module to update only the specific item by the name.
when setting the filter as in the attached, i am not getting anything pass the filter


when setting the filter with the exist condition, than only the 1st item is passed in the filter and being updated.

i am not getting any errors
i will appreciate your help how to debug why the filter is not working as expected

@Gilad_Bar-Ilan
It is because you are using text operators contains function.
You should use Array Operators Contains Function.

1 Like

if i use an array, than any filter will return true.
solved this with an iterator and filter the iterator results

4 Likes