I have created a form which has a date field, a smart multi row field, and a notes field.
I then display the data of this field using a table view which includes the fields listed above as well as an edit controls for confiforms which enables in-line editing and duplication of the schedule.
The issue I am facing is that when I select the "copy" button, it duplicates the schedule to the following day, but it appears that when I change any data within the duplicated smart-multi row, it also changes the stored data of the previous days schedule.
Is there anyway to duplicate a smart multi-row as you "unlink" the stored data?