Hi everyone.
How can I use the list that the test connector throws?
For example: I configured my postgres connector, then I wrote a query e.g: SELECT name FROM user.
After testing the connector it works and give me an output parameter which is an ArrayList with the correct data from the data base, but I don’t know what to do after this.
The main idea is to retrieve the list into a selector on the UI designer… But I’m completely lost.
Thanks in advanced.