Hello,
I have an SP List that has a column amount & column payment and Balance this is a number column. So I need calculation for example.
Amount =$100
Payment -$50
Balance =$50
I would like to automate this in PowerApps using a form
Thank you.
Announcements
Hello,
I have an SP List that has a column amount & column payment and Balance this is a number column. So I need calculation for example.
Amount =$100
Payment -$50
Balance =$50
I would like to automate this in PowerApps using a form
Thank you.
Hello @Drrickryp
Thank you so much that solved balance, is there a way to add up the payments for example paid now 20 later on 10 and so on that keeps track of the payments
Thanks
In the form, set the update property of the card containing the balance as Value(Textinput1.Text) - Value(Textinput2.Text).
Where the Text Input controls are the Amount and Payment.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1