Change state if input is empty

Hello,

How can I change the state of a group when an input item is empty and then change it back when the input item is not empty?

I have a yes/no state set up in the group. But I can’t find a way to set that in the workflow. Hoping for some advice.

Thanks!

You can set a “Do Every 1 second” workflow to check if the input field is blank, then you’d set the state.

Tal
nocodify.com

That’s a fantastic idea Tal, didn’t even think of iit! However, I am now having trouble adding the “only when” input is empty because my input item is a multi-dropdown. Any ideas on how to specify input is empty for a multi-dropdown? Thank you!

1 Like

Same here :slight_smile:

Try multidropdown value:count is 0

1 Like

It worked fine, thanks @bartek.dev