Good afternoon,
I have several flows that run when a column is modified. The column being modified is for Tracking Number. I have a condition to check if the column changes and a few other conditions. The flow is firing on every change and i'm getting a ton of running flows. I tried to add a Trigger Condition, but it doesn't seem to be working. Is there a way to set a flow to only fire if there's a change to a specific column? The column won't ever have the same info since it's a tracking number, I tried using @equals(triggerBody()?["columnname'],true), but nothing happens when I add info to that field within that column.

Thank you for any help you can provide!