Note Component
Use the Note component to add comments, instructions, and documentation directly onto your workflow canvas. It's a simple but powerful tool for keeping your workflows organized, understandable, and easy for collaborators to follow.
Why this matters
What You’ll Configure
Step 1: Customize Content and Appearance
The Note component is configured directly from its settings panel. There are no functional inputs or outputs; it is purely for documentation.
Setting | Description |
---|---|
Title | The main header for your note. To edit, hover over the title on the component itself and click the edit icon. |
Description | The main body content of the note. This is where you write your detailed comments or instructions. |
Text Color | Sets the color of the title and description text using a hex code color picker. |
Background Color | Sets the background color of the note card using a hex code color picker. |
Color Coding
Best Practices
- Document Complex Logic: Place a Note next to a Code component or a complex ForEach Loop to explain what it does, why it's there, and what its inputs/outputs are.
- Leave Instructions: If you're collaborating, use Notes to leave messages for your teammates, such as "TODO: Connect this to the production database" or "Warning: Do not change this API key."
- Create Visual Sections: Use large Notes with just a title as headers to break your workflow into logical sections (e.g., "Step 1: Ingest Data," "Step 2: Process Records," "Step 3: Send Notifications").
- Ensure Readability: Choose a
Text Color
andBackground Color
with sufficient contrast to make your notes easy to read.
Troubleshooting Tips
Having trouble with a Note?
What to Try Next
- Place a
Note
next to an API Call component to document the endpoint's purpose and expected response format. - Use several
Note
components to create a "storyboard" for your workflow, outlining each major step before you build the logic. - Create a "Key" or "Legend" at the top of your workflow using Notes to explain the color-coding system you've used for other notes.