Difficulties pass variable through selector

With wildcard:
CA2

With variable:
CA1

I have also tried -“+extID.ToString+” , extID.ToString , extID.toString()

Hi @ michaelamay0,

your variable must be writed inside the Edit selector, dont copy past or you can have that issue.

your parent ID must be

parentid=‘ext-element-“+Variable.toSring+”’

1 Like

@michaelamay0
Do it in Expression Editor and Not in the uiexplorer. Syntax is "+ varname.tostring "+
Not &quot…

1 Like

@michaelamay0 There is a new way to pass dynamic variable in selectors have a look Here

3 Likes

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