Hello
I am trying to add Price + Shipping and Handling to autocalculate Total.

For Price, Default: Text(Value(ThisItem.Price), "$#,##0.00")
For Shipping, Default: Text(Value(ThisItem.'Shipping&Handling_Fee'), "$#,##0.00")
For Total, Default: Text(Value(ThisItem.'Shipping&Handling_Fee'+ThisItem.Price), "$#,##0.00")
Within the app the value in the Total Column is correct.

However, data not pushing to the SharePoint list. Any recommendations?

Thank you in advance.
KG