Skip to main content
Nintex Community Menu Bar

Repeating Table to Smart Object

  • October 6, 2009
  • 1 reply
  • 6 views

Forum|alt.badge.img+6

I want to store the values in the repeating table to smart object for reporting purpose. I knew one method which we can loop through on the infopath itself. But my requirement is, once the form is approved, we need to track subitems which one are approved or rejected before archive the form. so for this reason i have to identify how to store repeating table values into smart object in the last activity of the workflow?


 


Please give me some suggestions.


Thanks 


 


 


 

1 reply

Forum|alt.badge.img+5
  • October 7, 2009

Use the approach outlined here:  http://k2underground.com/blogs/fromthebench/archive/2008/10/22/using-a-repeating-xml-node-to-start-child-ipcs.aspx


Not exactly what your'e looking for, but you could kick off a sub-process for each repeating node and pass in the values of the node.  The sub-process would simply have a SmartObject event that would create one row in your database each time an instance is instantiated.