Can I use variable in drag drop source selector

I want to use dynamic value in the source element selector of drag and drop activity. Is it possible?

@neha.verma

Yes you can…it is using dynamic selector in any other activity as well

Cheers

how to read dynamic value, say I have a variable city and I want to pass it in the Text is - city

@neha.verma

After adding the text there and saving it

Open the fuzzy selector from the properties …where you would see “…….check:text=‘textyougave’ />”

Change it to "…….check:text='" + varible + "' />"

Alternately you can select a name or in ertext in your selector… and then use variable in palce of that also.this can be done in strict selector

Cheers

You could just highlight the word “City” in the selector panel, right click → Use Variable

Thanks, it worked!

1 Like

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