UiPath Documentation
activities
latest
false
Integration Service activities

List Records

List Records activity in the Database Hub - Preview connector.

Description

Retrieves multiple records from a specified table in a supported JDBC database.

Project compatibility

Windows | Cross-platform

Configuration

  • Connection - The connection established in Integration Service. Access the dropdown menu to choose, add, or manage connections.
  • Select Switch to object view to explore and map your data using the Data Mapping editor.
  • Table Name – The table from which to list records.
  • Limit – Maximum number of records to return.
  • Auto detect order by – A boolean option, disabled by default. When enabled, and you have not specified a sort order, the activity automatically adds a deterministic ORDER BY clause so that paginated reads return a stable set of records without duplicate or missing rows. If you specify your own sort order, that order is honored and auto-detection is skipped.
Note:

When Auto detect order by is enabled and no sort order is supplied, the activity selects the ordering column from the table schema:

  1. A date/time audit column — a column whose name contains created, updated, modified, changed, _at, _on, date, time, or timestamp. If multiple match, the first available date/time column is used.
  2. If no date/time column exists, the table's primary key is used. Composite primary keys are ordered by all key columns.

If the table has neither a date/time column nor a primary key, no ordering is applied.

Output

  • Records – The retrieved rows as a data table. Dynamic output based on the table schema.
  • Description
  • Project compatibility
  • Configuration
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated