Skip to main content
Hi

A particular part of my worflow I'm developing at the moment uses multiple activity-slots - one for each reviewer. I want to be able to collect information submitted by each of these reviewers via an infopath form (specifically comments and actions entered into repeating tables and approval/dis-approval decisions on the document), and collate these back into the one infopath form which can then be sent back to the originator for ammendment.

Can you advise if this is the best way to go about it / how to go about it.

Thanks in advance for your help.

Tom

🙂
Hi,

One way of doing this:
Store the Result/comments of the reviewer as per normal in the InfoPath form, in the Succeeding Rule of the Activity get hold of the information and append it in a Repeating section of XML (Process XML Field). Make sure that the repeating section correlates with a similar Repeating section of the InfoPath document, and copy the value of the Process XML section to the InfoPath section before you reach the Originator step in the process.
Hi Renier,

I'm still having problems getting this to work. Are there any code examples that you can point me in the direction of?

I am trying to loop around each table from each destination user and add each entry to a combined table of the same format in the main InfoPath form (main process xml).

Thanks again for your help.

T
Please have a look at the following sample: http://forum.k2workflow.com/viewtopic.php?p=2762#2762

Reply