Assistant issue when service is named "Output"
Posted: August 18th, 2022, 4:14 pm
When a service is named "Output", then it shows in the assistant like below:
When dragging or double clicking to insert the xpath into the editor, it ends up as:
instead of:
This works correctly from the "Output" tab or the logs, but not from the "Assistant" tab.
When dragging or double clicking to insert the xpath into the editor, it ends up as:
Code: Select all
<xsl:value-of select="WorkData/Output/Result/Test"/>
Code: Select all
<xsl:value-of select="WorkData/Output/Output/Result/Test"/>