I need to get Sum of TempSize text label (number value) which is in my nested gallery. Whenever I do below formula it only gives me the Sum of selected nested gallery/area but not all nested galleries/areas in my Main gallery
Sum(NestedGallery.AllItems, TempSize.Text)
Is there any way to get Sum of all TempSize.Text? preferably without using Patch