would like to highlight the field that need to be filled in, so highlight them in yellow, then when they type or select fromdropdown to change the field color to white...
so if blank, then yellow, otherwise white...
Tried: (no luck)
If(IsBlank(ThisItem.'Brief Description'), RGBA(242, 247, 215, 1), RGBA(255, 255, 255, 1))
Tried: (no luck)
If(Len(ThisItem.'Brief Description')=0, RGBA(242, 247, 215, 1), RGBA(255, 255, 255, 1))