Page 1 of 1

Private Data in Metadata Path

Posted: Wed May 19, 2021 12:51 pm
by Laurent D
Hello

Is it possible to integrate Private Data in a Metadata path.

I need to process multiple data in XML using a loop and I will want to use Private Data to increment the data to retrieve.

Example:

[Metadata.Text:Path="/Products/Product[1]/ProductName",Dataset="Xml",Model="XML"]

[Metadata.Text:Path="/Products/Product[[Job.PrivateData:Key="COUNTER"]]/ProductName",Dataset="Xml",Model="XML"]


Thank you for your help

Re: Private Data in Metadata Path

Posted: Wed May 19, 2021 1:00 pm
by laurentd
Hello,
No, it is not possible, but the Variable XPath Repeater app does exactly what you need.
https://www.enfocus.com/en/appstore/pro ... able-xpath

Re: Private Data in Metadata Path

Posted: Fri May 21, 2021 5:17 pm
by Laurent D
Hello,

Thank you for your reply. This solution seems very good to me, I will test it! :D