This is because your XML contains namespaces. When that is the case, you need to use the local-name() function in your xpath.
For your specific case, try the following xpath:
//*[local-name()='IdCountry']/text()
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.