Hi All,
I have an 'estimate builder' power app, where users can create a new estimate or re-open a previously built estimate to modify.
To build an estimate, users select various items from a gallery (on selection of each of the items, it populates a collection) once all items have been added to the collection they can 'save' (patch to a sharepoint list).
The estimate collection is pretty straight forward a row per Item that shows item description, quantity and cost. At the bottom of the page I have some totals fields i.e. total direct cost of all items in the collection.
This is the issue I am having - when the estimate is built from scratch, the sum formula works, but when an existing estimate is loaded the sum does not work.
The estimate collection and all fields are identical regardless of how the estimate is built, and when I review the collection table, all values are appearing in the collection, its just the sum formula does not seem to see it.
See screenshots for context;
Thanks in advance for your help.