Private Data in Metadata Path

Post Reply
Laurent D
Newbie
Posts: 2
Joined: Mon May 17, 2021 12:25 pm

Private Data in Metadata Path

Post 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
laurentd
Member
Posts: 137
Joined: Wed Mar 13, 2019 2:06 pm

Re: Private Data in Metadata Path

Post 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
Laurent De Wilde, Solution Architect @ Enfocus
Laurent D
Newbie
Posts: 2
Joined: Mon May 17, 2021 12:25 pm

Re: Private Data in Metadata Path

Post by Laurent D »

Hello,

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