Have a scenario
Love the function above currently it works however there is one work around i cant get and i feel like it is probably a simple solution can someone assist.
ok i need assistance with two work arounds
one the manager's text box where the copied data is going into. When he clicks the button that copies and pastes from the gallery item it show the previous user's information. Until you edit the information.
second workaround i need. Every time i enter the edit button (which is were i have the set of rules and then save the data it copies the user's information again below what has already been edited?
Image 1

Edit button on select has
Set(Var_Copy,TServiceReport_1.Text);
UpdateContext({LetsEdit: !LetsEdit});
Reset(TFinalReport_1);
The save button on select has:
Patch('TestingAPP-WeekendServiceReportList',ThisItem,{FinalReport: TFinalReport_1.Text});UpdateContext({LetsEdit:false})
The manager report text box has on default
Gallery3.Selected.GFinalrepor_1
this feeds info from a hidden text box in the gallery
___________________
Basically the outcome i want is when the manager hits the edit button i want the information from the user to populate in the managers text box. Giving him the ability to edit the information at his will. Save it and then send a report to himself once all the departments have entered their data.
A email function button appears once the checkboxes are ticked.
I hope i have explained myself properly.
thanks