Hi all,
I am already hiding this card if another value is set to No
Visible: If(DataCardValue5.Selected.Value = "No", true,false)
But the card is still taking up space in the column, how do I hide this and only show fields that need to be there.
If I switch to one column view for the form I do not have the problem, it only seems to be in 2 or more columns.
Oooo I like the idea but how do I do that?
I'm afraid you are right. In that case moving it won't work. Could you disable it but then enable it if yes is selected?
The issue with that is that the card that needs to be visible and next to the card that is if yes is selected. If I changed it, wouldn't it be at the bottom?
Move the hidden cards to the bottom of the form. Also, no If() is needed since DataCardValue5.Selected.Value = "No" reduces to either true or false.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473