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' />