Hello,
Please help! I have setup a number of cards invisible based on the criteria.
I will need to move some of them up or down the form (reorder). Because they are invisible I cannot just grab them and move and I cannot see them in the form.
How can I accomplish that without making them all visible and removing condition???
Example of the condition:
If (DataCardValue9.Selected.Value = "2" || DataCardValue9.Selected.Value = "3"|| DataCardValue9.Selected.Value = "4" || DataCardValue9.Selected.Value = "5" || DataCardValue9.Selected.Value = "6", true, false)