Hi,
I’m hoping someone might have come across a solution to the problem I’m trying to solve.
I have a document generation form, where one of the fields is a “Custom Table”. The table consists of two columns, with a date fields in the first column and a number field in the second column.
When completing the form, you can add multiple rows, so therefore the submitted “Params” XML data for this field contains a “Container” node, with a XML node for each row with a date value and a number value.
Within a CLM workflow, I’m trying to map the submitted data for this field to a document attribute. If I map the “Params” XML data’s “Container” node to a variable, it just saves as a raw ‘non’ delimited list of values from all the fields in the table, which is unusable. Can I iterate over the rows in the table’s XML data and save to separate attributes?
Or is there another approach?
Any advise would be appreciated.
Thanks,
Josh