"Has Record" with multiple criteria?

Options
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?

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
     yes you will want to use the Query All Records function for this. But you can accomplish it with just the function - change the return type to "Exists" (Query All Records > Output > Return)... then you can find existence based on multiple parameters