Data not getting imported from one instance to another through XML data sourceIssue XML files imported from another instance via data source with XML format does not import records when the XPath root node field has been set with the path like: /unload/<table_name> or <table_name>CauseThe XPath root node value is not right when you get XML from another instance.ResolutionSet the XPath root node field value to "/xml/<table_name>"