Constant in xPath

0
Hi, can I use a constant like an integer value (that represents days) in a xPath? I tried it with the ‘@’ but it did not work for me. Thank you!
asked
4 answers
5

You can not. But if it is in a microflow, you can create a variable based on the constant and use this variable in your xpath.

answered
3

You might have to park your constant in a variable for this

answered
3

In Xpath you can't directly. If you want to use it in a retrieve in a microflow you could create a variable with the constant and use the variable in your xpath.

answered
1

Thank your for your fast and valid answers.

answered