FAF1
September 10, 2025, 1:50am
1
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
Thank you and appreciate all the help I get from this forum!
zobeno
September 10, 2025, 6:05am
2
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
FAF1
September 10, 2025, 6:09am
3
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
zobeno
September 10, 2025, 6:17am
4
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?
zobeno
September 10, 2025, 6:53am
6
What is your Flow and FlowStudio version?
FAF1
September 10, 2025, 6:54am
7
and I also have put condition in the Prompt part and displays “HELLO”
zobeno
September 10, 2025, 6:56am
9
Very strange.
And if you try to put this to Condition to Hide field: {CASE WHEN DS_BIDWRecord.StatusID=2 THEN true ELSE false END}
zobeno
September 10, 2025, 6:59am
10
Only way I can reproduce your issue, if I add and extra enter/new line after the statement:
FAF1
September 10, 2025, 7:13am
11
followed both you have sent still shows the dropdown list my flow studio version is ok?
FAF1
September 10, 2025, 7:58am
13
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?
zobeno
September 10, 2025, 10:27am
14
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.