I’ve been trying to follow this thread, but it didn’t help. I want to click on each item using a click activity. I want to move to the next time in the list with my array.
Why doesn’t this work?
ctrl name=‘“+item.ToString()+”’
I totally get it.I also faced the similar issue and this is kind of weird.
in the properties pane replace the value with the variable item in the selector field without opening it in the expression editor and then check in the expression editor you should only have your variable name there.
eg name=‘“+item.ToString()+”’ inspite of this ‘+"+item.ToString()+"e’