I have a SharePoint List
In Power Apps I have a Gallery that was blank and I have added fields to it including "Spread Margin"
I added an Edit Form tied to the selected item in the gallery
In the Edit form I ask three questions:
Bill Rate, Pay Rate, Burden
I have tried multiple ways... but what I want to do is use those three fields to calculate the spreads margin. Which would then be saved in SP List and the value reflected on the card in the gallery.
I have tried doing the calculation on the Spread Margin Field itself
I have tried doing it OnChange/OnSelect of the Billrate/Payrate/Burden fields
Tried using Variables and ClearCollect on the save button...
Anyway, the closest I have come is I can get it to reflect in the edit form as changes are made. But when I try to submit the form and clearcollect the gallery the change is not shown on the card.
My question is what is the best way to do calculations from multiple fields and save those so the gallery shows the latest?
Thanks,
Terry