Hi everybody,
I'm trying to create an automation that auto categorizes new records based on a Rules table.
For example:
Rules table:
NAME | CATEGORY
Uber Transport
Airbnb Travel
Nike Sports
So when I add a record to my apps table, it checks it against the rules table and adds a category in case it finds a match.
Transactions table:
PAYEE | DATE | AMOUNT | CATEGORY
Uber Amsterdam 03/01 $40,00
I got close with an Automation:


But I could only check for the exact match of Payee on my Rules table. I'd need to check the other way around whether any of the Rules are contained in the Payee filed of the new record.
Any insights or ideas about how could I accomplish this?









