Finding elements by elementId attribute

Hi, i’ve just started using appium with python, i have only this information about a text field

The attribute Text can change, so it’s not the best idea to use it. I was wondering if there’s a way to get that element by the property elementId, i tried

//android.widget.EditText[@elementId:‘00000000-0000-0116-ffff-ffff00000273’]”

But it didn’t work