Automating windows application fields

I need help. On my desktop application, there is a field which is disabled for the user and has dynamic text/value ‘1234567890’ in it. This number is passed from the previous window. On previous window, I selected this number from the dropdown list.

How should I validate the field is not available and has the value ‘1234567890’ similar to previous window?

Propety explorer shows

Text 1 2 3 4 5 6 7 8 9 0
Tag INPUT
Aastate unavailable
Value 1 2 3 4 5 6 7 8 9 0
Id desktopNo
Name desktopNumber

Can someone please help?

Hi.
Did you try using wild card(asterik)?

I am new to UiPath . Can u please elaborate?

Note please.

i found a solution. I see there is attribute which has 0 and 1. i will use this value for verifying if field is editable or not.