Hello Community,
This question might be asked many times but my case is a bit complex
I need to Sum up Total Price,
The formula for Total Price is
ThisItem.'Trade Price'*SearchCart_TextInput_Quantity.Text*(100-SearchCart_TextInput_Discount)/100
Item list from this gallery is from a Collection where each items are manually added (Not a filter).
And it is a nested table (This is another issue I encounter, not very sure how to convert to normal table)

Any help appreciated,
Thanks in advance.