Someone please assist with this error o the render tool "
PortfolioComposerRender : Invalid object being set as parent while exporting document to grid."
I didn't understand. If you send a print of what you are doing or the render tool configuration maybe it will help.
Is this END_OF_XML variable part of your data?
By the message there is a tool like layout number 569 and a render 581 that are giving error
open your workflow in notepad. Find the xml related to tools 569. find the xml related to tool 581. post both here. Your first error usually means that something broke in the underlying xml of your workflow. This is fixed by fixing the xml and resaving your file (in notepad) as a new Alteryx file.
you will see something like:
<Node ToolID="569">
<GuiSettings Plugin="PortfolioPluginsGui.ComposerTable.PortfolioComposerTable">
<Position x="761" y="779" />
the relevant part would be that until the </Node> pair.
Note - always make a backup first.
Anyone facing same error, it was solved by removing AMP engine, for me.
@Vijuzy I'm not saying 100% that you had a different issue ---> but you can you upload a screenshot of a broken xml error with amp on --- and no xml error with amp off? that would mean like a totally different parsing of the underlying xml in an Alteryx workflow with/without amp. I've seen behavior differences --- but I've never seen breakage of the xml node.