Hi All,
Im looking to do the following:
I have 8 inputs for team members on a nomination form. There can be up to 8 nominations that then go to be approved. I want to show only those names that have a nomination. If there is no name, I want to hide that data card. Im stumped. Any ideas? Ive already tried below: If(IsBlank(H.Selected.value,false,true)
