Hello!
I have a formula field, Balance__c, that returns a currency of 2 decimal places. Displaying the field in a table for this particular record, the balance is 0. I have a button that conditionally renders if the balance is 0. The button is showing. I am in the process of creating a mass action, that first does a branch to see if {{Balance__c}} != 0 then shows an error message saying it “must be 0 first.” This branch keeps triggering despite the other two indicators behaving as if the balance is 0. I tried adding a branch that checks if {{Balance__c}} == 0 instead and it did not trigger. Do branches behave differently and/or did I mess up that logic?
Thanks!
