Skip to main content

Get Next Item

Retrieves the next item from a specified queue.

Properties

  • Name (string) - The custom name of the node.
  • Color (hex) - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error (bool) - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed, even if the Catch node is used.

Output

  • Item ID - The ID of the retrieved item.
  • Item - The data of the retrieved item.

Options

  • Queue Name - The name of the queue you want to retrieve items from.
  • AES Key / RSA Key Pair - The AES key / RSA key pair used to encrypt and decrypt queue items.
  • Start Transaction - Starts a transaction (starts decrementing try count) if set to true.