Getting Workflow ID on desktop app

Describe the issue/error/question

In the docs for execute workflow here:
https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.executeWorkflow#1-start-node
it says to “Copy the number after workflow/ in your URL and paste that in the Workflow ID field.” If I am not mistaken this is not possible with the desktop app due to there being no url. How can I obtain the workflow ID on the desktop app?

Information on your n8n setup

  • desktop app 1.6.0

Hey @sutru,

Welcome to the community :cake:

You have a very good point there and I have opened a feature request internally to display the ID somewhere.

There are 2 options I can think of, You could open the workflow you want to use and add a set node then set it to use an expression and for the value input {{$workflow.id}} this will show you the ID or while the desktop app is open you can open your browser and go to http://localhost:5679 and this will give you the n8n interface in your browser and you will be able to find the ID in the URL.

2 Likes

Thank you @Jon, this worked perfectly!

1 Like

Also visible in #{id} in workflow settings:

2 Likes