Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Knowledge Base

Definitive answers from Designer Desktop experts.

Error: "XmlParse Error (2): the element Configuration is not properly closed" with macro or app

SophiaF
Alteryx
Alteryx
Created

Environment Details


  • Alteryx Designer
    • All versions
The following error is seen when running a workflow with macros, or an application.

Error: Join (1): Tool #79: XmlParse Error (2): the element Configuration is not properly closed.

idea Skyscrapers

Cause


The Action tool is configured to modify the Inner XML, and therefore the <Configuration> tag is not closed properly.



Resolution


Change the configuration of the Action tool to update the Outer XML. 

idea Skyscrapers


This is necessary when you are including the <Configuration> tag in the value you are sending to the Action tool. Here is a visual guide to the difference between the OuterXML (in Green) and the Inner XML (in Purple) for the Configuration element you see selected above.


idea Skyscrapers