Workflows
Working with Workflows
Create, manage, and execute workflows
Working with Workflows
Workflows are the heart of NodeDrop. This guide covers everything you need to know about creating and managing them.
Creating Workflows
From the Dashboard
- Click New Workflow in the sidebar
- Enter a name for your workflow
- Start adding nodes to the canvas
From Templates
NodeDrop includes workflow templates for common use cases:
- Go to Templates in the sidebar
- Browse or search for a template
- Click Use Template to create a copy
The Workflow Editor
The editor consists of:
- Canvas - Visual workspace where you build workflows
- Node Panel - Add nodes by clicking + or dragging from the panel
- Properties Panel - Configure the selected node
- Toolbar - Save, execute, and manage the workflow
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| Ctrl/Cmd + S | Save workflow |
| Ctrl/Cmd + Z | Undo |
| Ctrl/Cmd + Shift + Z | Redo |
| Delete | Remove selected node |
| Ctrl/Cmd + C | Copy selected nodes |
| Ctrl/Cmd + V | Paste nodes |
Adding Nodes
Click to Add
- Click the + button on a node output
- Search for the node you want
- Click to add and connect it
Drag and Drop
- Open the node panel
- Drag a node onto the canvas
- Connect it to other nodes
Connecting Nodes
- Click and drag from an output port to an input port
- Connections show the data flow direction
- Delete connections by selecting and pressing Delete
Configuring Nodes
- Click a node to select it
- The properties panel shows configuration options
- Required fields are marked with an asterisk
- Use expressions to reference data from other nodes
Saving Workflows
Workflows are saved automatically when you:
- Press Ctrl/Cmd + S
- Click the Save button
- Execute the workflow
Workflow States
| State | Description |
|---|---|
| Draft | Not yet saved or activated |
| Active | Ready to be triggered |
| Inactive | Saved but won't respond to triggers |
Organizing Workflows
Naming Conventions
Use descriptive names that indicate what the workflow does:
- Good: "Sync Shopify Orders to Airtable"
- Bad: "Workflow 1"
Tags and Categories
Organize workflows with tags for easy filtering and searching.
Importing and Exporting
Export
- Open the workflow
- Click the menu button
- Select Export
- Save the JSON file
Import
- Click Import Workflow in the sidebar
- Select a JSON file
- The workflow is created as a copy