I am struggling to update an individual item in a Gallery.
Scenario: When you select a value from the drop down control, it should return a value - such as, for item 1 below, an option was selected. As a result, the value 1 is returned.
For all the other values not selected, they need to remain blank until a value is selected from the drop down.
Please help, been trying to figure out for a week 😞
Thank you in advance.
Solved! Go to Solution.
If(IsBlank(drpdown.Selected.Value),"",yourvaluetoshow)
where drpdown - name of your dropdown control
yourvaluetoshow - text to show if dropdown has a value
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
If(IsBlank(drpdown.Selected.Value),"",yourvaluetoshow)
where drpdown - name of your dropdown control
yourvaluetoshow - text to show if dropdown has a value
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
Can you show the items on the dropdown
Thank you. This worked 🙂
User | Count |
---|---|
258 | |
111 | |
95 | |
48 | |
41 |