The “Set Text Activity” does not find the Selector - Designer - Foundation 24.2 - Foundation 24.2 - Ready - Hyland RPA - external - Hyland-RPA/Designer/Foundation-24.2/Hyland-RPA-Designer/Troubleshooting/The-Set-Text-Activity-does-not-find-the-Selector - 2025-04-03

Hyland RPA Designer

Platform
Hyland RPA
Product
Designer
Release
Foundation 24.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' />