Hi I have an object list and would like to conditionally color entire objects within that list, or at least color in the title. For instance, if the object has “PASS” on a property, I’d like it to be colored green – or at least its title to be green (and if “FAIL” then red). That way end-users can more easily sort through the list visually. Is this possible? If so, how?
We do have conditional formatting on properties, so you can set up a rule that allows the title to be displayed in OMA based on another property.
If you create a workshop module that displays the object set, you will now be able to see the title properly formatted, but only if you explicitly add the title property by its actual name (if you just add the property as “Title” then it won’t work).
Thanks @bparruck! I was hoping I could leave the property as Title but still have it conditionally formatted – but that doesn’t appear possible. Just some way to highlight / make it stand out that this is overall a PASS (the problem is we have other properties that are conditionally formatted – other “pass”/“fail” booleans within it that contribute to the overall “pass” status)