How can I extract data from table fields with .net SDK ?
When we call SelfRelation for the desired document it showed table fields and keywords
Now we have a problem with adding new row, when we have already created and uploaded document.
Explanation:
1. We were looking for it here https://developer.docuware.com/dotNet_CodeExamples/workWithTableFields.html
2. We know how to Upload a document with table data "Upload a document including a table field"
3. We know how to edit fields of document already uploaded
4. We DON'T know how to insert NEW rows to and exisiting table
In start of workflow we have 2 rows
And in the middle of workflow we want to create 2 new rows
How we can do this ?