How to pass dynamic value to select item?

Hello,

I have a value 10 assigned to a variable (This value is dynamic),
Now i want to select the dropdown with value 10 in it.
for example - [ 10 ] 6007358, …
the value 6007358 and all will be dynamic… I just want to match the value 10 and select the option.
image

You could try with "[ 10 ]*".

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