The “Set Text Activity” does not find the Selector - Designer - Foundation 23.2 - Foundation 23.2 - Ready - Hyland RPA - external

Hyland RPA Designer

Platform
Hyland RPA
Product
Designer
Release
Foundation 23.2
License

Issue: The Set Text Activity does not work after importing a run from RPA Analyst to RPA Designer.

Solution: Re-indicate or adjust the selector values to make them work, for example by removing the Value property.

Example of a selector value from RPA Analyst

<document automationid='15'
classname='Edit' name='Text Editor' value='HelloWorld' />

Example of a working selector value in RPA Designer

<document
automationid='15' classname='Edit' name='Text Editor' />