Hello
I am attempting to add a string variable to a selector. See the screenshot below, the “If 1” i am attempting to replace with a string. The string will contain values: If 1, If 2, If 3 etc
Hello
I am attempting to add a string variable to a selector. See the screenshot below, the “If 1” i am attempting to replace with a string. The string will contain values: If 1, If 2, If 3 etc
Buddy @jon1302
Hope This would resolve buddy
Automation id = ’ " + variablename + " * ’
Where variablename = If 1 or If 2… Any value you want buddy
And
The reason why added * next to the variablename is, its always the best practice to have a wildcard whenever we use a variable in a selector, because sometime that variable may return a space or even the selector might become dynamic
Thats y buddy
@jon1302
Don’t indicate element the screen. Goto Target under Type Into activity properties and copy this selector directly in " ". Make sure this selector should be in single line.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.