JS array values passed to component values

This js creates an array called 'values'.
Then I would like it to pass its values into the three textInput components (but it doesn't).
Then it displays the contents of 'values' (just so I know the array isn't the problem).

Probably a really simple syntax problem but it has me beat. As always, any help is much appreciated.

Solved the problem by using the Event Handlers to change the value of the components instead of doing it within the js.

For those who may be interested:

When put together these queries read the state of three textinputs and write the configuration to an array in 'xclientquery'.

Saved configurations are displayed in 'table3'. Any saved configuration can then be 're-loaded' into the textInputs to duplicate a previous set of inputs.

If helps you can use textInput1.setValue() in a JS query if needed

Thanks so much. I knew it had to be something simple.

:smiley: :+1:t2: :+1:t2:

Here is the documentation and component library