I've encountered an unexpected issue when creating an analytical app inteded to render a report to an Alteryx Server Gallery instance.
Where using a network share address (e.g. \\10.24.123.223\Share) as the base of the Render tool Output file destination in pcxml format, it is converted on save as in this example to "_externals\2\invoice_report.pcxml" which I understand is normal. When running the app in the gallery, upon completion it is indicated that the workflow has not produced any data. Only by adjusting the output file destination to the physical location (e.g. "C:\Network Share\") does the app display the results within the browser as expected.
Using the drive location versus the network share is not a problem in my use case, but is this behaviour expected?