I´m working on a project with a database connector by a query and displaying the results in a table, it works but now I need some data to use in other part of my project, how can I save some data in a variable or array to use in the other part of my project?? Can you help me please?? is urgent. thanks
Hello, did you had a look at the Trello Application Example ?
It shows how to retrieve data from an API, display it in a table or create a downloadable CSV, etc. Maybe it would help you ?
Blog articles:
Project example:
Let me know if it helps you
Hi Jhosimar,
You can use the operators to set some results into some global variables, for instance.
Also, you can create a connector and use the result part to fill your variables with a groovy script that calls your SQL data.