I have format rules in place that are working fine to color pins on a map. I am trying to do another format rule which is exactly the same but just reads from a different column and this one won’t work for me.
I have it at the top of the rules list, and I have just copied another rule and changed the formula to include the new source column.
If you didn’t already, confirm (e.g., using the test feature in the expression assistant) that your expression indeed evaluates to true for the intended rows. For example, if [Scoped] is not a Yes/No type column but rather a Text type column then your expression would need to be [Scoped] = “TRUE” (i.e., with quotes).
If you didn’t already, confirm you selected the color using the same property in both rules–i.e., either “Highlight color” (which is the property that I think is applicable to map pins) or “Text color”.
Confirm the rules are sequenced to achieve the effect you want. Per Format Rules: The Essentials - AppSheet Help "The rules are processed in order from the first to the last. If two matching rules conflict in their formatting information, the last rule takes precedence. "