▶️ Resume Button
The easiest way to iterate on your workflow is by using the resume button. Imagine you have a workflow with many steps but you want to iterate on the AI prompt at the end of the flow. You can tweak that prompt at the end, click the resume button and it’ll jump right to the step you care about. No more re-running the whole flow. This saves credits and tons of time.
@ Use the @ Symbol to Invoke Badges
You can drag badges into your node OR you can tag them in by typing the @ symbol and bringing them in. I find this much quicker as I’m typing in my flows.
⌨️ Cmd + S
There are tons of shortcuts on Gumloop but I use cmd + s the most. I save often as I build.
🎯 Select Groups of Nodes
Hold your shift key, click and drag to select many nodes at once. This helps when you want to drag around or delete many nodes at once.
🔄 Convert Groups of Nodes to Subflows
If you highlight a group of nodes, you can convert it to a subflow with a single click. If you ever are mid-build and realize a section of it should be a subflow it’s very easy to convert it into the right format.
🎨 Change Your Edge Type
I really prefer curved edges on Gumloop. Some people like straight edges. Pick your poison.
🎯 Drag Edges Onto Nodes Themselves
Most people are carefully dragging outputs into inputs. You can just drag the edges onto the nodes themselves! Much bigger targets.
🛠️ Make Custom Nodes
Whenever I need to filter, manipulate data or call any external APIs, I hit shift+cmd+g to create a custom node inline. I just describe what I want that node to do and AI will build it for me.
🚨 Use Alerts
If your workflow is super critical, you can set up alerts easily so you get emailed whenever there’s an error. Ideally there are no errors but you can sleep easy knowing you’ll hear about it if any happen.
🚀 Keyboard Shortcuts
General
Shortcut | Action |
---|---|
Cmd/Ctrl + C | Copy |
Cmd/Ctrl + V | Paste |
Cmd/Ctrl + Z | Undo |
Cmd/Ctrl + Shift + Z | Redo |
Cmd/Ctrl + S | Save |
Cmd/Ctrl + Shift + S | Save As |
Backspace/Delete | Delete Selected Node(s) |
Node and Flow Management
Shortcut | Action |
---|---|
Cmd/Ctrl + B | Toggle Node Menu |
Cmd/Ctrl + Enter | Start/Stop Run |
Cmd/Ctrl + Shift + Enter | Resume Run |
Cmd/Ctrl + Shift + + | New Flow/Make Subflow |
Navigation
Shortcut | Action |
---|---|
Cmd/Ctrl + Alt + [ | Previous Flow |
Cmd/Ctrl + Alt + ] | Next Flow |
Cmd/Ctrl + 0 | Zoom to Fit |
AI and Custom Nodes
Shortcut | Action |
---|---|
Cmd/Ctrl + G | Toggle AI Chat (Gummie) |
Shift + Cmd/Ctrl + G | Create Custom Node |