DATABASE

Database node is used to write a data record to the database linked in the initial credentials.

Specific parameters:

  • Database section:

    • Credential - option to connection to the base​

    • Table - name of the table in a database

  • Input row section:

    • pass values to fields in the database. In addition, there is a method available from the Groovy script to write multiple records to multiple tables in one operation.​To allow using this feature user have to define database connection in advance (Credentials & database panels).

Database node

In addition, there is a method available from the Groovy script to write multiple records to multiple tables in one operation (Sending data to remote queues)

To allow using this feature user have to define database connection in advance (Credentials & database panels)

Last updated