Database Actions

Database actions perform actions on a record set or create a record set from a text file.

Action

Description

For Each Database Record

Runs a database query and actions for each record.

Transform Text to Record Set

Transforms an identified source of text into a record set for a specified database.

Insert Database Record

Inserts a new record into a connected database.

Update Database Records

Updates one or more records in a connected database.

Delete Database Record

Deletes one or more records from a connected database.

Execute SQL

Runs any kind of custom Structured Query Language (SQL) script.