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.