I'm trying to create a query where one of the conditions is a field without a value. Under the Operators for List of Assets, I see an operator of EXISTS, but not an option for when the field has no value.
path: "currentItem.assetCustom.fields.Server Type",
operator: NOT EXISTS,
value: ""
Or Value is NULL?
I have the option to check for NOT EXISTS in the Branch, but I don't want to loop through all assets every time the I run the flow.
Any ideas?