I have a DropDown as a part of a form. I set the Allowed Values on the card: ["" , "Glass Bottle" , "PET Bottle" , "Carton" , "Pouch" , "Bulk" ] and then the dropdown's Items property is Parent.AllowedValues.
I have an icon that is conditionally enabled via DisplayMode property: If( frm_NewItemDetail.Valid, DisplayMode.Edit , DisplayMode.Disabled )
If I select any value other than "Glass Bottle" from my dropdown, the enable logic works. If I select "Glass Bottle", the icon stays disabled.
I have deleted it and recreated. I have logged out and back in. I am not sure what could be wrong. Hoping it is something simple I missed.
Solved! Go to Solution.
I am dumb! Field length in my table set to 10 characters. I just realized. Thanks for your help in getting me there!
🤣🤣 I was about to go crazy myself! I was narrowing in on the characters themselves in your choices and length, but I guess the lightbulb turned on!! 💡
Glad you got it!
User | Count |
---|---|
255 | |
107 | |
85 | |
51 | |
43 |