Skip to main content
My robot

Run a robot

Run a robot

Asks for another robot to run once the current one finishes, provided the target robot is synced to the same device. The run is queued — the robot you call only starts after the current one has fully ended.


Options

Robot

The robot that runs after the current one ends. Only robots synced to the same device appear in the list. Deactivated robots are shown marked (Robot deactivated) and cannot be selected.

Arguments

(Optional) Data, written as code, passed as input to the robot you call. It is under Advanced options.

Returns

This action produces no data. The robot you call runs independently once the current one has ended.

Rules and conditions

  • Robot is required.
  • The target robot has to be active and synced on the same device the current robot is running on.
  • The robot you call runs after the current one has completely ended — not in parallel.
  • If the current robot fails before reaching this action, the robot you called does not run.
  • Arguments are optional and follow whatever format the target robot accepts.