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