'Has Record' with multiple criteria?

Would it make sense to fetch the DB with a 'Has Record' based on multiple criteria, as in ' where column1='a' AND column2 ='b' '? Right now, that's not possible, the 'Has Record' only works with one criteria afaik.

I would mostly like to use it to validate entries for API Endpoints.

The way I see it, the only way to do that now is by going through 'Query all Records'.

Not sure if there's a more recommended way to run such validations?
Other
1 reply