Jaakko Husso

Results 22 issues of Jaakko Husso

## Summary `Cmd+S` / `Ctrl+S` keybind to save the workflow at Node details view wasn't saving the workflow if NDV wasn't focused or if the expressions editor modal was open....

n8n team

## Summary The default RunData NDV tab to open should be `schema` on non binary nodes, even after a binary node has been opened. If user opened a node with...

n8n team

## Summary Fixes a bug that made the `RunDataJsonActions` component always copy data from first run within an execution regardless of the run selection, as the selected run index from...

n8n team

## Summary Executing sub workflows with `Execute Sub Workflow`s in `options.waitForSubWorkflow` mode containing `Wait` nodes or "Human in the Loop" `sendAndWait` nodes would make them return wrong data to the...

core
n8n team

## Summary Align the `DynamicTool` and `DynamicStructuredTool` name fields so that our manually implemented tools don't have separate name field, and like the automatic tool nodes generated from regular nodes...

n8n team

## Summary Before: ![image](https://github.com/user-attachments/assets/939957ce-7268-4ea3-9d1f-eb589b3d02af) After: Allow links in rendered markdown to break into multiple lines even if they contain long continuous blocks of text. By default they would only break...

n8n team

## Summary https://github.com/user-attachments/assets/4b04af3b-c74d-4a0a-aec2-f623c5b9a473 This PR fixes expanding the items on NDV schema view if there are multiple inputs to the node containing a field with the same name. Prior to...

n8n team

## Summary Fix a bug that would cause workflows duplicated on the WF canvas to always be placed in the root parent folder instead of their current parent folder, like...

n8n team

## Summary This PR changes workflow removal from hard deletion to archival. Workflows are marked as archived on removal, and archived workflows can then later be deleted if user wishes...

core
n8n team

## Summary Change folder deletion to move the workflows to project root and deactivate them instead of hard deleting them when a folder is removed without transfer location. I by...

core
n8n team