I am currently encountering an issue when I am trying to push an array of images through a table tool. The errors shown for the tool are:
Table (46) The PCXML snippet passed to this Reporting Text tool is malformed.
Layout (44) An unknown error occurred in II_PushRecord.
I noticed that instead of identifying the Image cells like normal : "Image - View Browse Tool Report Tab"
After I union the images from all of the different download attempts the cell shows: "(Multiple Sources) - View Browse Tool Report Tab"
When I push only one of the data paths through, without using the union, I encounter no errors whatsoever. My assumption is that the Union tool is causing the issue (maybe truncating the strings?) and I was wondering if there is a way to get around this. If any one has any guidance it would be much appreciated!