Hey @John7 - it looks like your either adding or editing a record. If so, the conditional rule only updates when the record has been submitted, it doesn’t calculate on the fly.
You should be able to remove the Amount field from the view as it will update once the form is submitted and the record rules fire.
Hi @John7 - I’m glad that made sense.
Conditional and Record rules don’t run until a record is submitted.
Display rules work on forms dynamically to show/hide fields based on the rules set.
Happy building