feat(Data Table Node): Add isEmpty and isNotEmpty operations (no-changelog) (#19046)

This commit is contained in:
Daria
2025-09-01 14:41:49 +03:00
committed by GitHub
parent 5bcff78174
commit b527edb5f8
5 changed files with 148 additions and 24 deletions

View File

@@ -75,6 +75,8 @@ export async function getConditionsForColumn(this: ILoadOptionsFunctions) {
const baseConditions: INodePropertyOptions[] = [
{ name: 'Equals', value: 'eq' },
{ name: 'Not Equals', value: 'neq' },
{ name: 'Is Empty', value: 'isEmpty' },
{ name: 'Is Not Empty', value: 'isNotEmpty' },
];
const comparableConditions: INodePropertyOptions[] = [