Need help to extract the value from xml response

Hi,

Can anyone help me to extract the getdocumentdatareturn value from the below xml response. Thanks!

you will handle XML Namespaces as described here:
XML Extraction - Handling Namespaces (Tableau, Soap, OASIS types) - Help / Community - UiPath Community Forum

Hi @divya.x.kuchi

use the below regex expression:

(?<=getDocumentDataReturn\>)[A-Za-z0-9]+

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.