Hi All,
I have a gallery DD where when I change the DD in the first row, it changes any items that have not already been manually changed to that same value. I do have a patch on change that I have included below. Any help would be appreciated
Before

After

Patch(Jedi_tbl_Milestones,ThisItem,{milestone_name: TXT_Milestones.Text,first_define:DP_First_Define.SelectedDate,last_approved_contract:DP_Latest_Approved.SelectedDate,projected_completion: DP_Project_Completion.SelectedDate,actual_completion:DP_Actual_Completion.SelectedDate,cause_of_delay:DD_Cause_For_Delay.Selected.Value,milestone_status:DD_Status_.Selected.Value,comment:TXT_Comment.Text,idProject:Gallery1.Selected.idproject})
@WarrenBelz any idea>?