I don't understand why I can't filter my array from a matches block. It seems very simple, but I've been thinking about it for hours 😭 The idea behind is to filter the elements according to a contain filter. Maybe it's not the right formula to use.
Tod
1 month ago
Great energy @Julien! Your continuous contribution to the toddle Community just made you advance to Community Level 6!
Max
1 month ago
Hi! The matches block always gives you an array as the output. So it is always truthy. You can add a „Size“ node after the matches and check for the length of the array. That should work