Read Xml Value improvment

Hello,

When using Read XMLValue to variable Action, you are suppose to use a valid Xpath request.

We often use this action to get optional attributes. The bad thing is when xpath is invalid, action fails. Therefore, we have to set Ignore failure and add OnAfterEvent code to test action status.

It would be great to have an option Fail if no node found to manage optional xpath (with ou without attribute)

I do not prefer to use Xml NodeIterator to get only 1 node

Regards,

Fabien

 

 

 

Hello,

Any chance to add this option to the action ? many thanks

Fabien

in fact, I think i can use Xml NodeIterator. no really need to improve Read XMLValue to variable
bye