Please add the ability to be able to change the formatting of an element by evaluating various conditions.
Such as changing the color of an object, the border color, font, font-styles (bold, underline, strikeout, etc…) by evaluating an expression.
Like this: IF([logical argument], [Statement1 if True], [Statement2 if False])
Such as: IF(Database.LoggedInUser.Admin=True, Field1.BorderColor=&F00000, BorderColor=&000000)
This would be awesome to have to have a screen that shows the status of assets. Color coding even based on a boolean being true/false assists with quick glance for management.
Pretty new to the community here so still getting my bearings, but I believe this can be merged with (and is covered by) the States feature Ben Haefele describes here: States | Voters | Adalo
That one is 20ish months old as I write this, and flagged as planned. Maybe rolling this Conditional Formatting request into it will increase urgency and visibility.