Check if in a list of things all have a certain field not empty

I need to figure out a way to check if in a list of things all have a certain field not empty.
Does anybody know how to accomplish this?

Hey @yon :slight_smile:

*Edit, My apologies, I think I misread your question previously. If you want to check if a list of things all have a completed field in comparison to the to the total amount of Things which exist, you can use:

“Do A Search for Things, constraint: [field] is empty: count”, When that is 0, that would mean all Things which exist have the field not empty.

or:

“Do A Search for Things, constraint: [field] is empty: count”, When that is not 0, that would tell you the number of Things which still have that field empty.

1 Like

Thanks for your answer!

I think that logic is 100% correct. My problem is that I need to search in a list that is nested in another thing.

For example “Order” has a list of “ordered products” and “order products” has a “traveler”

I need to figure out a way to know that all “ordered products” in an “Order” have a “traveler” signed to them.

I hope its clear hehe.

“Order” “ordered products” and “traveler” are things.

Thanks for your help!

No problem! :slight_smile: And ahh, I see! Could you share a link to the app editor?

This topic was automatically closed after 70 days. New replies are no longer allowed.