Contour Workflow - Save as Doc - Where to save xPath problem
Hi!
I'm trying to make a workflow for my contour form, making it save the enty as an umbraco document at approval. I need it to save the node as a child to the page of where the form was submitted, but I can't seem to get the xPath expression right.
I've tried:
$currentPage $currentPage/@id . /
..But none of them seemed to work.
I can't find anything about it in the forums, nor in the documentation. Anyone had this problem before me?
Contour Workflow - Save as Doc - Where to save xPath problem
Hi!
I'm trying to make a workflow for my contour form, making it save the enty as an umbraco document at approval.
I need it to save the node as a child to the page of where the form was submitted, but I can't seem to get the xPath expression right.
I've tried:
$currentPage
$currentPage/@id
.
/
..But none of them seemed to work.
I can't find anything about it in the forums, nor in the documentation.
Anyone had this problem before me?
is working on a reply...