Get Data From XML file

I have a xml file like this:
image
My workflow:


When i call:
xmlDoc.Element(“HSoKhaiThue”).Element(“TTinChung”).Element(“TTinDVu”).Element(“maDVu”).Value
Log Message: Object reference not set to an instance of an object.
Help me !!!

Hi,

You need to handle XML namespace.
Can you share your xml as a file?

Regards,

Hi,
BCTC 2019.xml (38.3 KB)
here is it.

Hi,

Hope the following sample helps you.

img20201225-3

Sample20201225-2.zip (9.2 KB)

Regards,

Thank you so much, I got this