Limit

Limit a storage to a certain number of rows.

Options

limit (int)

The number of rows.

in (string)

The identifier of the storage.

Example

books: !storage
  - title: The Dunwich Horror
  - title: The Call of Cthulhu

default: !task
  - limit: 1
    in: books

Last updated

Was this helpful?