Making Selector dynamic!

Hi
if a selector contains aaname= kkk ddd (abc@gmail.com)
I have a variable for string “abc@gmail.com”, that I can pass.
But aaname=* “& variable &” throwing exception

1 Like

It should be like
aaname = “ ‘ + variablename.ToString + ‘ “

And make sure that the whole string with the variable name Inserted should be passed as a string between double quotes in the selector property
That is don’t change in the selector editor
—copy the selector to a notepad and make the attribute aaname as mentioned with its value and put the whole selector between double quotes and pass that as string value to the selector

That would work for sure
Cheers @KarthikBallary

You need to edit the string manually and not in the Selector Editor, it can’t handle variables :'(.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.