Good day,
I created a SharePoint choice column that has Pen# (DataCardValue34) = 1,2,3 as choices
If the user selects 1 and 2 it should make the corresponding field visible
In the visible property in the corresponding field has DataCardValue34.Selected.Value = "1"
and the second one has
DataCardValue34.Selected.Value = "2"
but when the user select more than one option it only shows the last selection.
How can I get both corresponding choices to stay visible instead of one?

Report
All responses (
Answers (