Hello! How can I show the submit button only when a particular (DataCardValue25) is not blank?
Solved! Go to Solution.
Consider making the Visible property of your submit button to the following formula:
!IsBlank(DataCardValue25.Selected.Value)
Assuming the primary displayed property of your Dropdown is Value, this will return true if it is not bank...and thus your button will be visible.
I hope this is helpful for you.
Consider making the Visible property of your submit button to the following formula:
!IsBlank(DataCardValue25.Selected.Value)
Assuming the primary displayed property of your Dropdown is Value, this will return true if it is not bank...and thus your button will be visible.
I hope this is helpful for you.
Perfect Randy! Thank you. I figured out a longer statement that worked too but yours was much better! Appreciate the quick response.
User | Count |
---|---|
212 | |
94 | |
85 | |
49 | |
38 |
User | Count |
---|---|
271 | |
103 | |
102 | |
60 | |
59 |