| Error details: |
insert script used Collection= Parentform[ID = some-source.ID]; row1=Parentform.Subform; row1.Documents=input.Documents; -- a single file Collection.Subform.insert(row1); I did try at source to insert into destination (on submit) and from destination to fetch the source and insert (on load) - same result and error type. |
Update: My code was bad - so, maybe check your code - it should work :) |