Hello Team,
We are trying to write the value from table to collection using add column. For example, we have 3 columns like name, score and date.
For same date, if the user name is twice that should get score sum-up as a single record.
For that i used, ClearCollect(NewCollection,AddColumns(GroupBy(Filter(MasterCollection,Organisation='Organisation Dropdown'.SelectedText.Value&&Date=CurrentDay),"cr73e_username","UserGroup"),"Submitted Pages",Sum(UserGroup,'Submitted Pages'), "Date", ShowColumns(UserGroup, "cr73e_selecteddate")));