Help with a filter

Good afternoon,

I’m presented with a scenario involving countries and a corresponding food item for each. My task is to devise a filter that segregates countries based on whether their names contain four letters or fewer.

I eagerly anticipate any assistance. Thank you very much.


Captura de pantalla 2024-05-20 180819

@Ghost

Please use length function.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel

1 Like

Welcome to the Make community!

I think you want to use a Search Rows module to get all the rows first.

Then, your filter should look something like this:

{{ length(6.`A`) }}

Numeric operators: Less than or equal to

4

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes