I have a question about OpenText workflow XPath Expression, please support me on this.
Details:
We want to modify the Xpath in a workflow to exclude folders with both names with "CRI-<accession number> Authors" and “Native Documents”.
We only want to include the folder named with “Supporting data-<accession number>”.
The current XPath Expression is: /livelink/llnode/llnode[@objtype='0' and @name!='Native Document']/@id which only excludes “Native Documents”.
So we want to figure out the expression to achieve one of below two approaches.
1. Exclude folders with both names with "CRI-<accession number> Authors" and “Native Documents”.
2. Include only the folder named with “Supporting data-<accession number>”. Maybe something like “begin with”.
This is an urgent fix for our environment, and we will be appreciated if you can share us the knowledge. Thanks in advance.