Skip to main content
Thanks for the advice. In code it's pretty simple to assign the datafield with a value. How does it work with an xml field? Do you have an example of how you assign xml fields?
Is there a way to add process datafields programmatically. I have a datatable that will contain an x amount of rows that I need to store through the k2 process. What's the best way to do this? Anyone have any examples?
Hi,

Why don't you use a Process-level XML field to store the data?
Add a new node for each row in your database.

You can add data fields programatically using the Studio interop, but then you are changing the definition of the Process which will not work in your case.

Regards,

JohanL

Reply