Hide/ Unhide in drop down

Hey there, I am


So I am building a drop down of Tasks.
So when I select a date and the frequency I want to hide/ not hide certain things.
So let’s day I choose the date 2nd, then I choose the frequency as “monthly”, I want the Due month drop down to hide because of the obvious logic that if it is monthly, due date month is not required.

While I have done the hide feature from elements, giving the logic to hide if monthly is chosen in frequency but it get’s permanently hidden when I choose monthly because I have not given any logic for it get back to normal if anything else is choose ( example: yearly).
What logic should I give?

You would be better off using the “Conditions” on the element, instead of using the hide workflow. That will give you the response you are hoping for.

If you haven’t, I would suggest you work through the video trainings.

Your Due Month drop down conditional should look like such:
Screen Shot 2020-01-30 at 5.21.44 AM

Hey, got the answer.
I added the Show option after the hide option. That means if “monthly” is chosen, it will hide the “due month” but when anything else is chosen, it will again show the other options.

Nice, but I still think you’re better off using a conditional within the Due Month drop down as opposed to using workflows.

1 Like

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