Hi,
I am making an app where I have 5 DataCards each with a dropdown. On load I would only the first DataCard visible then depending on the answer of that one, then next one, then depending on that answer the next one again etc. I can get the following DataCard to be visible or not depending on the previous ones answer with the following If statement:
If(DataCardValue19.Selected.Value = "No", true, false)
My questions is how do I get them all invisible but then appear one by one (or not) depending on the answers. I'm not sure this is possible using a the Boolean logic of visible.
Thanks for reading.
Regards,
S