Extract XPath text from Retrieve activity

0
Hi. I want to use a static XPath as a template for a dynamically built XPath. This way I could make its syntax checked early and reflect the refactorings. Perhaps I could create a custom widget and make it send the XPath as string to a microflow, but it’s too complex. Is it possible to extract XPath text from a Retrieve activity of a microflow?  
asked
1 answers
0

Hi ilya,

 

you can use the xpath module in market place to provide xpath as string

 

Xpath:Exactly like the retrieve from database activity but can provide xpath as a string variable.

https://marketplace.mendix.com/link/component/120424

 

 

answered