Selectors - Fine Tuning (Unable To Add Variables In Selector Editor)

Hi all,

I’m currently going through the selector section in the training and when I work on the fine tuning assignment I can’t seem to add a variable to the UIpath explorer or selector studio. I tried control+s which didn’t let me add a variable like the video and I also manually attempted to put my variable ‘{{index}}’ in the attributes which still didn’t work even though it was the same exact code as instructed. Any advice would be greatly appreciated.Selector Error

1 Like

@kodm For adding variable in selector you have to use syntax like below.

“+variableName+”

in Your case ‘“+index+”’

Note: Don’t add any extra single quotes.

2 Likes

@Manjuts90 Hi this worked perfectly, thank you so much for your response and help!

1 Like