Is there a way to set the visibility of a DataCard to show if a value is true, and to stay visible if the status changes.
For example,
I have a dropdown with Status's: New,Approvals,Reviews,Signatures.
The status will change as conditions are meet, and I would like the fields that became visible on the step before stay visible.
Status = New
1,2,4 are visible
Status = Approvals
1,2,3,4,5,6 are visible
Status = Reviews
1,2,3,4,5,6,7,8,9 are visible
Etc.