I am needing to change the fill color on a datacardvalue based on a Yes/No toggle.
In this example, if "System Requires Maintenance" is Yes, then I need the "Comments" field to be Red.
I have tried:
But, this makes the "Comments" field Red regardless of the toggle value.
Once I get through this hurtle, I also need it to do the following: when text is entered into the "Comments", I need it to go back to normal (White).
Thank you very much; that worked. Do you have a solution or an idea what to do for changing back when text is entered?
Try this:
If(Toggle1.Value,Red,White)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.