Error in ppassing variable

Hi,
I am unable to add variables in selector.I want add “row(0).ToString” to the following selector value innertext=‘Senior Software Programmer (.net)’
plese give suggestions.

Best Regards,
Likith Rajesh

@likith_rajesh You can use this in selectors innertext=‘“+row(0).ToString+”’

Hi @inp,
I already tried that one but it is not valid.
Best Regards,
Likith Rajesh.

Hi Rajesh,

Try to add the 2 lines in an assign activity and store in a new variable and then add your dynamic variable there. Finally use the new variable in selector value. Consider the screenshots below.
Screen1

Screen2

Thanks,
Sruthi

Hi @ksruthi,
I tried that one also but getting error like below.
PFA.
Best Regards,
Likith Rajesh.

image
image

@likith_rajesh , Change the variable type to String instead of GenericValue type.