I have an INSTANCETABLE for a repeated instrument (DRUGS) nested within another repeated instrument (VISIT). I can have multiple visits and for each visit multiple drugs.
Now, given that drugs do not change often from visit to visit, once I create a new visit, I would like to copy the data from the previous instances in DRUGS, basically all instances of DRUGS corresponding to the previous instance of VISIT.
Any suggestion?
Thanks
I tried using extension module Copy Data on Save but without success