What is the pupose of undo?

Undo does not do anything. What ever action is made, it simply does not work. Edit > Undo or shortcut.

Workflow
{
   "nodes":[
      {
         "parameters":{
            "url":"“https":
         },
         "name":"RSS Feed Read",
         "type":“n8n-nodes-base.rssFeedRead”,
         "typeVersion":1,
         "position":[
            -300,
            320
         ]
      },
      {
         "parameters":{
            "conditions":{
               "string":[
                  {
                     "value1":"“="{
                        {
                           "$node"[
                              "RSS Feed Read"
                           ]".json"[
                              "title"
                           ]
                        }
                     }{
                        {
                           "$json"[
                              "content"
                           ]
                        }
                     }"”",
                     "operation":"contains",
                     "value2":"insurance"
                  },
                  {
                     "value1":"“="{
                        {
                           "$node"[
                              "RSS Feed Read"
                           ]".json"[
                              "title"
                           ]
                        }
                     }{
                        {
                           "$json"[
                              "content"
                           ]
                        }
                     }"”",
                     "operation":"contains",
                     "value2":"health"
                  }
               ]
            },
            "combineOperation":"any"
         },
         "name":"IF",
         "type":“n8n-nodes-base.if”,
         "typeVersion":1,
         "position":[
            -80,
            320
         ]
      }
   ],
   "connections":{
      "RSS Feed Read":{
         "main":[
            [
               {
                  "node":"IF",
                  "type":"main",
                  "index":0
               }
            ]
         ]
      }
   }
}

Information on your n8n setup

  • n8n version: Windows desktop

Hi @vitaljik, welcome to the community!

The Edit menu provides access to the default functionality for text editing. So when you make a typo while writing a value in a text field, you could undo the input you have just made.

n8n does, however, not have a functionality to undo your workflow changes. So make sure to save your workflow frequently.

Thank you! I hope that undo function also for workflows will be implemented at some point.

1 Like

You’re most welcome! I too would like to see such a feature, make sure to leave your vote on the respective feature requests to let our product team know: