Radio - Default
f(IsBlank(_currentRecord.ContactProjectLeader), Blank(),
!IsBlank(_currentRecord.ContactProjectLeader),
If(ThisItem.ContactProjectLeader = true, "Yes",
ThisItem.ContactProjectLeader = false, "No"))
//this is what I tried, also tried Reset instead of Blank, but none of these work..