Hello,
I created a connector function that filter a Tulip table by several fields and should return a single record, first field is text type and other 2 are boolean, I want to get all fields with values from app for the first 2 fields and where the 3rd field is blank (null value), how can I do that ?
For values you’re checking if null, you can use the functionType blank and not pass in an arg to the filter! You can use notBlank as well if you want to return records that are not null!