So I am saving the data into Process fields and once the parallel processing is finished I am attemplting to insert this values into the form.
The values are in repetitive fields and I am not sure how to set the activity data for these fields so the next time the data is written back to the infopath form this data is entered into the form.
I am attempting to use the last() function to insert the data into the last repating node but am receiving the error
/my:PASS0PDApproval
The insert code is as follows:
/my:PASS0PDApproval", TargetField)
K2.Synchronous = True
Any ideas?