hi all hope yall are well
i cant seem to find my event id or how to even get it.
plus im not given the option for ai to find? after the event has been triggered.
but on other project the ai feature is there in the input field but for my newer projects the option is no where to be seen?
can ny one plz help??
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
you can’t “find” the ID in the empty node settings. you have to actually execute the trigger first.
open your trigger node (google calendar or whatever).
click “Test step” (or “Execute Node”).
wait for it to pull real data.
look at the OUTPUT panel on the right. the id will be there.
once you see it there, you can drag-and-drop it into the next node. about the missing AI button: if it’s gone in your new projects, are you on a self-hosted instance?
Hi @linc0ln Welcome!
Can you please share your workflow JSON with us and the aim you are trying to achieve, we can help you better with that information. Although what you trying to do is to add tools to AI agent where AI decides the inputs for the tools, for this you need to click on that star icon on the right of every input.
it wont allow me to excute the n8n node inside my workflow becuase i need the event id it keeps showing a error when i excute it is there another way of getting itt?
you can’t execute the node that needs the id to find the id. that’s a dead end
you’ll see a list of events. the field is usually just called id — nothing fancy like event_google_id. just id drag thatid field into your broken node.