Hello again Dan, right now I’ve managed to collect the info from the user input ok but haven’t been able to modify the source text of the layer. Can you guide me a little? I’ve tried many ways using the language of the method that worked for me before. Back then I made my source text layer a variable as well as the user input and then:
myText.setValue(input);
that worked before but right now it returns “undefined” as every other method I tried. Thank you.
equipo.onChange = function(){equipo = this.text;}
aplicar.onClick = function(){
eqText.setValue(equipo);
}