Hello
Complete newbie - please forgive me.
I've watched a YouTube video to make a data card visible when the user selects a particular option from another data card - using: DataCardValue4.Selected.Value = "P1"
I'd like the value to be something along the lines of DataCardValue4.Selected.Value = "P1" Or "P2" Or "P3" Or "P4"
Whilst there are no errors thrown, this just doesn't work.
How can I make it so that a user can select 1 of multiple options to make the next data card appear? (It is the same data card if that makes it any easier.)
For context, the 5th option is the one if chosen that I don't want the data card to appear.
Would it be easier to somehow make the formula DataCardValue4.Unselected.Value = "Not Raised" - appreciate "unselected" is not an actual term.
Any help would be amazing!
Thank you in advance!