I want to use dynamic value in the source element selector of drag and drop activity. Is it possible?
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
Thanks, it worked!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.