Ignore if empty doesn't work

Hi,

Is there are reason for why when the filter has “ignore if empty”, that doesn’t work exactly as intended?




The filter works when the array variables are not empty, but when they are empty, it’s not ignored by weweb.

Thank you

Hello

I found that it is only ignored when value is null, so, you can check if the array lenght is 0 and return null, That way it works.

Patrick

Hi, I kind of have the same problem but with an array field :

Here I’m not getting anything regarding rows that have a populated “groupe” field, which is normal because the user I’m connected with doesn’t match these groupes, but regarding the rows that don’t have anything within the “groupe” field, I don’t get them. Why is that (knowing that I enabled “Ignore if empty”, and here empty=null no ?) ?