Filter Multiple Keywords

Hello everyone,

I hope you’re all doing well. I’m fairly new and I need your help with setting up a filter. Specifically, I need to filter data to include items containing any of the following keywords: Facturas, Factura, and Invoice.

Currently, I’m struggling with adding multiple values to the contains function. I’m unsure how to implement this and would greatly appreciate any guidance or advice on the best approach.

Here’s what I’m looking to achieve:

  • Include items that contain any of the keywords: Facturas, Factura, or Invoice.

What I’ve tried so far:

  • Using a single keyword with contains, which works fine.

My question:

How can I create a filter that includes all three keywords mentioned above?

Any help or suggestions would be greatly appreciated.

Thank you in advance!

Welcome to the Make community!

Insert your variable on top.

Select Text operator: Matches pattern (case insensitive)

(Facturas|Factura|Invoice)

samliewrequest private consultation

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

2 Likes

Thank you very much!!! It worked :slight_smile:

2 Likes