Hi I use GET API and I want to pull 2 different data and put it in different table. Can I do it using groovy script and how? Thanks in advance!
Hi,
What about using the database connector ?
You could indeed use the Groovy sql inside an expression, but it would be cleaner in terms of design to use a specific activity in your process and database connector (ideally using a datasource).
HTH
Romain