Hi Clay Team! Good day to you! I hope you had a great day today! I just want to ask, if there's a way to filter the search for "Lookup Multiple Rows in Other Table", Like I just want to fetch certain rows, if "owner_id" is equals to "something" AND date between "today" and "next friday"
The "Lookup Multiple Rows in Other Table" enrichment only supports filtering by one column at a time. You cannot apply multiple conditions like "owner_id" equals something AND date between specific values in a single lookup. The lookup inputs are: ** Table to Search ** Target Column (only one column) ** Filter Operator ** Row Value ** *Limit (Optional) To achieve your filtering needs, you'd need to either: 1. Use the lookup with one condition first, then apply additional filtering to the results 2. Pre-filter your source table using table filters before running the lookup
is there a way to search from another table using its view?
No, the Lookup Rows feature searches the entire table, not specific views. The lookup inputs are: ** Table to Search (the full table) ** Target Column ** Filter Operator ** Row Value ** *Limit (Optional) Views are display filters that don't affect how lookups work - they search all data in the source table regardless of any view settings.
hmm, wondering how could Achieve that
thank you! I already created a work around. I just used SalesForce's SOQL
its okay now! thank you! ❤️