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
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