Get Text 'Transaction Type': Multiple similar matches found. Could not uniquely identify the user-interface element for this action. Edit the element, run Validation, and add anchors in order to ensure the element is uniquely identified

how to get the text from the text field value?

i’m in indicate the target to an empty text field.
when the test field is empty it doesnt throw the error.

i’m getting error if there in any value present inside the field.

Iwant the print the text field value whatever the textfiled contains

hi @AbarnaKalaiselvam

You need to finetune your selector for identifying the unique item.
only That way it’ll work.
Can you share the screenshot of Ui of application screen and UiExplorer?

Find which attribute holds your value using UiExplorer and use Get Attribute to fetch the desired value.