Menu Selection Input with Condition to Hide

Hello!!!

Me again. I have a dropdown field using the “Menu Selection Input”. I wanted to use the condition to hide so it will only appear when i have a certain value? Not sure though if that’s what it’s suppose to mean? I tried this but it isn’t working. Do you have any suggestion at all? Currently I have set it up with decision step but wanted to make it look cleaner and simplier :frowning:

Thank you and appreciate all the help I get from this forum!

Hi Faye,

That field “Condition To Hide“ works, when the statement is true.

So in your case, that menu selection input will be hidden when DS_BIDWRecord.StatusID = ‘1’, any other cases it will be visible.

Best,
Zoltan

1 Like

Hey there Zoltan!

You don’t know how glad I am to see familiar name haha. Thanks so much but it does not hide the menu selection input even if the status id = 1. Not sure why.

1 Like

When you debug it, are you sure the DS_BIDWRecord.StatusID is not empty and has the value ‘1’?

Or in that “Condition To Hide“ there is no any other character (like ‘ ‘ space) before/after or under your statement?

it doesn’t have space :frowning:

What is your Flow and FlowStudio version?

and I also have put condition in the Prompt part and displays “HELLO”

This one :smiley:

Very strange. :smiley:

And if you try to put this to Condition to Hide field: {CASE WHEN DS_BIDWRecord.StatusID=2 THEN true ELSE false END}

Only way I can reproduce your issue, if I add and extra enter/new line after the statement:

followed both you have sent still shows the dropdown list :frowning: my flow studio version is ok?

I have a newer one:

i have update my studio version but not the server, still doesn’t work for me. so i guess “condition to hide” only works on newer version?

I think, it should work on you version too.

If you re-create the user step (or creater another one to test it)?

Should be available in 6.15, but needs NG Clients.