Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm trying to configure a Contour prevalue using the Umbraco Docs from xpath option.
Setting the xpath to:
/nodeTypeAlias[@attribute = 'foo' and property]
returns no results.
/nodeTypeAlias[@attribute = 'foo']
returns intermittent results - sometimes I get a list of nodes, sometimes not. In both cases, I know there should be matches.
I'm guessing that this is related to our load-balanced environment?
Using a text file works fine, but that's not realistic for this scenario - the node list will be >100 items
Any suggestions would be awesome.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco document prevalue source
I'm trying to configure a Contour prevalue using the Umbraco Docs from xpath option.
Setting the xpath to:
/nodeTypeAlias[@attribute = 'foo' and property]
returns no results.
Setting the xpath to:
/nodeTypeAlias[@attribute = 'foo']
returns intermittent results - sometimes I get a list of nodes, sometimes not. In both cases, I know there should be matches.
I'm guessing that this is related to our load-balanced environment?
Using a text file works fine, but that's not realistic for this scenario - the node list will be >100 items
Any suggestions would be awesome.
is working on a reply...