I would like to copy values when a new repeat record is created if current values are not null. I have attached the xls. Additionally, below is the repeat I would like to be able to add this function. I have a feeling this is simple, but I can't find any documentation. Thanks in advance if you have time to help!
begin group PlotOverview <center>PLOT OVERVIEW</center>
note <font color ="red">(Step 2: This Section is Used When Status Changes & is Independent From Visit Details)</font>
begin repeat PlotStatusHistory Plot Status History
text PlotIDHistory <b>PlotID</b>
text InventoryYr_H <b>Inventory Year</b>
text Protocol Protocol
text Location Location
dateTime StatusDate Status Date
text Status Status
text OwnerApproval Owner Approval
text OwnerName Owner Name
text OwnerName2 Owner Name 2
text OwnerNum Owner Number
text OwnerNum2 Owner Number 2
text PlotType Plot Type
text CtyStZip City, State, Zip
decimal Acres Acres
text Section Section
text Township Township
text Range Range
decimal ForestPerc Forest %
text OwnCl OwnCl
text PID Parcel Identifier
text Reason Reason
note <font color="red">(Tap '< or >' below to Change Overview Inventory Year)</font>
end repeat PlotStatusHistory
end group