Returned value cannot be converted to WebElement: Element not found

I am getting the below mentioned error in Set method component, what should I do?

:arrow_down:

WA-0004|Response not success…Returned value cannot be converted to WebElement: Element not found /app/con[0]/ses[0]/wnd[0]/usr/txtRSYST-BNAME on session Build info: version: ‘3.9.1’, revision: ‘63f7b50’, time: ‘2018-02-07T22:25:02.294Z’ System info: host: ‘IST01DW01TEST02’, ip: ‘10.12.21.79’, os.name: ‘Windows Server 2019’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_221’ Driver info: driver.version: RemoteWebDriver

Hi @AdrianaManch ,

The text field in the Set method component is a required field. If you leave the text field blank, you may encounter the error you specified. When you fill the text field, the problem will be solved.