I have a dynamic text field that show percentage. I'd like the color of the dynamic text to change based on the percentage.
For example:
0%-32% - Red
33%-65% - Yellow
66%-100% - Green
I came across this post on the Esri community - Advanced/conditional formatting to change text color in list - which seems to be similar to what I'm trying to do. But I'm not knowledgeable enough to start writing scripts.
Is there a way to add conditional formatting to a dynamic text without writing code?
Experience Builder does not currently support Arcade, so there is no way to dynamically alter text color.
If is possible to dynamically alter background colors, with no coding. This article and related linked articles should be helpful if you want to do it. https://community.esri.com/t5/experience-builder-tips-and-tricks/using-a-table-to-update-and-control...