I have created a Form Connection that I am using to maintain form instance relationships in a manner similar to Parent - Child forms.
(For the sake of clarity, I will refer to the forms as Parent and Child in this post, though this is not exactly correct.)
I created an update action for the connection, and I placed it in a loop on the "Parent" Form, so that it will move to the first line of a table, extract the Instance ID of the "Child" from one table field, and update the "Child" with values from other fields within the table. It will then move to the next line, perform the same action for the next "Child" instance, and so-forth.
When I try to run the behavior I get "Form connection error. System Error: #1". None of the "Child" forms are updated. Any idea as to why?
