Hi I’m new in Uipath and I am having issues in adding string to a selector that is stored in a variable.
for reference please see the image below:
Example of the goal I want to add.
String selector + “One-?tep EGA”
Please let me know if its possible
thanks in advance
ppr
(Peter Preuss)
November 18, 2020, 9:52am
2
@Alvin_Apostol
have a look here:
This tutorial will teach you how to easily use variables in your selectors. In other words, we will be making dynamic selectors without the use of the old method of concatenating strings. How cool is that!
For the purpose of this tutorial, I will make 1 click in the Notepad app.
Feel free to also reference our documentation here .
Let’s begin!
1. First, we will indicate the element we want to click on. In this case, it will be File menu in Notepad:
[image]
This results in the…
shaikmdrafi
(shaik mahammad raphi)
November 18, 2020, 9:59am
3
hi
place the cursure where ever you want to insert, and press “ctrl+space” from the key board, so that variable pan will open to select the required variable.
Thanks…
Hi @Alvin_Apostol what error it is throwing