Does XPath Constraints support DataType convert?

0
Hi Everyone, I’m trying to convert integer to string in XPath Constraints. However, the place seems not support toString() function. Do you know how to convert it?  Thank you so much :) Update result  
asked
1 answers
1

You can try to create a variable before the activity with the xpath. Do the conversion in the variable then use the variable in the xpath.

answered