Happy Friday!
I was able to get the
"$" & Sum(Quantity*Price)
To Sum up Quantity & Price in Gallery. But is not doing the same in the collections
Patch(PitneyBowesCollection,Defaults(PitneyBowesCollection),{Category: CategoryDrp.SelectedText.Result},{SubCategory: SubCategoryDrp.SelectedText.Result},{ProductName: ProductNameDrp.SelectedText.Result},{Item: TextInput5.Text},{Quantity: TextInput_Quantity.Text},{Price:Value(TextInput1.Text)});Reset(CategoryDrp);Reset(SubCategoryDrp);Reset(ProductNameDrp);Reset(TextInput_Quantity);
What l'm i missing?

