Add an action
Press /, ⌘ K, or ⌘ P to open action search. Search by action name, package, or related keyword, then select a result to add it to the canvas. The picker groups actions by package. For example, Core contains general workflow tools, while Gmail, HTTP, and Google Sheets contain service-specific operations. You can pin actions you use frequently so they stay available in the editor toolbar.Configure an action
Select one node to open its configuration panel. Inputs can appear in the panel, on the node, or in both places depending on how the action is designed. There are three common input modes:
Required inputs must receive a valid value before the action can succeed.
Optional inputs may have a default or may be omitted. Hover an input handle to
see its description, declared data type, requirement, and connection state.
Connect actions
Drag from an output handle to an input handle. The connection passes the value and makes the target action wait for that source.- An input accepts one connection.
- An output can feed several actions.
- Independent branches are eligible to run concurrently.
Control the node
Select one or more actions to access common canvas operations:- enable or disable the selection,
- duplicate, copy, cut, or delete it,
- align or automatically lay out several nodes,
- select connected upstream or downstream actions, and
- extract a selection into a sub-workflow.
Choose the right action
The action picker gives a short description. The Actions reference provides the full contract for every built-in action:- what the action does,
- each input and its type,
- each output and its type,
- relevant limits and edge cases, and
- setup or troubleshooting details when needed.