Hi all,
I’m building a website using Knack where users can apply for different programs. On the user details page, I display their Total Coverage and Balance After Programs.
The issue I’m facing is that when a user has been approved for multiple programs, the Balance After Programs doesn’t update correctly. For example, if two programs both cost $500, I expect the balance to reduce by $1000. But instead, it only reduces by $500, and shows $1000
twice (screenshot below):
See how both of those cost 500 and it just displays 1000 two times this is the equation I’m using for Balance after program {Application Users.Coverage amount} - {Application Program.Maximum Coverage} any help would be appreciated
Thanks John,