Fields
Database client
The connection configuration that is needed to connect to the database. This can be inline created or a pre-configured one.Destination
A path in the context data where the result of the query will be placed.Query type
At the moment only raw query is available. This means that the query needs to be a native SQL type query.Query
The SQL statement that will be sent to the configured client. It supports placeholders so data from the context data can be inserted into the query. The types of queries that can be executed depend on the authorization level of the user that is configured in the client. Be careful with users that have full database control as it opens the possibility to run potential database damaging queries like structure changes or data loss.Logging
Activates the logging of the executed queries.Sample data
Input dataresult
Query: SELECT * FROM products WHERE identifier="&{identifier}"
Result