Hi everybody,
I've a list with a true/false field and i want to show the status with a color indicator on the first page of the powerapp.
Everything works fine with status true=(Green) and false=(Red).
The 3rd entrie should be YELLOW
Here ist my code that works:
If(approval=true; Color.Green; approval=false; Color.Red)
How can i define a empty field as (Yellow)?
I played around with "isempty" and "ifempty" but got no soloution.
THX for your help!
Kind regards
Thomas

Report
All responses (
Answers (