Hi there,
my gallery looks like below.

for the dates and two text boxes i used one more gallery within my main gallery.
Now i want to sum the text boxes in gallery B and show the result gallery A for each records. Kindly assist.
my formula in gallery A
GroupBy(Filter(SP_Milk,smon = dd_milkreportmonth.Selected.MonthName, syear= dd_milkreportyear.Selected.Result),"cow_name","cowGroup")
my formula in gallery B
AddColumns(ThisItem.cowGroup,"SumofMorning",Sum(morn_milk))