on ‎2019 Jun 05 11:40 PM
Request clarification before answering.
With the new XPath 3.1 capabilities, you write something like
function:simple('${property.my_property}'))
inside your xpath.
It is documented here: https://help.sap.com/docs/cloud-integration/sap-cloud-integration/examples
The example given is:
/starCatalogue/star[(class le function:simple('${property.class}')) and (class ge function:simple('${property.class}'))]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
When you use filter, use '$' in front of property name. For example, $Company = 'Test'
Don't use ${property.company} inside filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.