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
Im trying to write a correct xpath to fill a dropdownlist with document names from a prevalue source.
I want to get the parents parent but cant get it right!
Someone have an example?
Comment author was deleted
Hey,
The xpath will need to return an id of a document that document will be used as the parent so it will list all the children.
Try $currentPage/../../../@id
Cheers,Tim
Ah, missed the @id..
Thank you!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Setting the right Xpath in Prevalue
Im trying to write a correct xpath to fill a dropdownlist with document names from a prevalue source.
I want to get the parents parent but cant get it right!
Someone have an example?
Comment author was deleted
Hey,
The xpath will need to return an id of a document that document will be used as the parent so it will list all the children.
Try $currentPage/../../../@id
Cheers,
Tim
Ah, missed the @id..
Thank you!
is working on a reply...