Hi. I changed my data field from a choice field to just a number input field. i had a conditional visibility set if the 9 was selected from the dropdown, it would appear. i need to change the code from dropdown to number input.
previous visibility code was:
If(DataCardValue8.Selected.Value = "9",true,false)
is the new code (it doesn't seem to work):
If(DataCardValue8= "9",true,false)

Report
All responses (
Answers (