In a model-driven Power App, I have main form. On the main form, next to an individual field control, I'd like to have a red/green indicator based on the contents of the field. In this case, I'd like to indicate whether the field has been changed along the business process flow compared to another column that has the original text.
I've made a lot of canvas apps, and so I'm struggling a little with model-driven as I can't just drop an icon into the form with a Power Fx formula to control its color. How do I create similar context-driven indicators on a model-driven form, in general? I'm comfortable with Web Resources and Javascript, but not sure how to apply this to a dynamic indicator on a form.
Any suggestion or strategies would be most welcome.