Good afternoon,
We are exploring a project that could potentially be tackled with Workflow. We currently have a workflow that uses an XML file to assign values to metadata field.
Now, some of these files have different or additional XML tags.
For example
file1.xml
<VerifiedDate>Verified Date</VerifiedDate>
file2.xml
<VerifiedDate>Verified Date</VerifiedDate>
<somethingElse>somethingElse</somethingElse>
We are using an "Assign Field Values" activity to assign the keyfields that come from file1.xml. (see attached image)
We wanted to know if there is a way to append additional fields "create fields on the fly" into the "Assign Field Values" activity so that when there is only one field, only one field get created and on-the-fly...so in the example for field2.xml the template would have the fields
VerifiedDate
somethingElse
Any ideas or suggestions on this?
Thanks
Raul Gonzalez