Error using activity Invoke Method with XML folder

Good afternoon

I am using the invoke method activity, to convert an xml file to excel, I did it with a test file and it worked for me, however, I do not know if it is because of the structure of the file that I need to convert, when doing it with this it generates the following error : Nested table ‘DigestMethod’ which inherits its namespace cannot have multiple parent tables in different namespaces. How could I solve this problem?

image

Hi Nestor!

This happens because in your XML you have a child node “DigestMethod” mapped to two or more different parents. So it’s a problem with the structure of your XML file that you need to change it.

Refer to this post for a possible solution, that possible can be used with Invoke Code:

Hope it helps,
Best Regards

Thank you very much

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.