PTF adding <NL> to properties , causing "Object Not Found"
Here are two subsequent steps in a test.
Type > Action > Recognition > Parameters > Value
Text > Set_Value> name=PSU_STUDENT_TBL_STREET1 > > Student Avenue
Text > Get_Property> name=PSU_STUDENT_TBL_STREET1 > prop=Value;ret=&StudStreet>
The first step properly sets the page field value, the second step generates a fail
text.Get_Property [name=PSU_STUDENT_TBL<NL>_STREET1]
- Object not found in the page, or the access is denied to the Frame.
Clearly it found it and has access as the first step was successful. Why is it adding the <NL> to the property name thus breaking the script?