I have a problem I am entering a list box where there are several variables that I introduce by text I have to click on the bottom part to be added
I can’t find a way to add it since it disappears when I try to see the code
I would try using Send Keys and then send a sequence like:
UTM_Content + “Arrow Down” + “Return” which would translate to UTM_Content\uE015\uE006. See the node’s documentation for the key codes. This is generally easier than performing several clicks.