I tried to add userid for my next node by setting up the edit fields node.
So I enter userID for the name, string for data type and Help with {{$$uuid()}} for the value but it keeps showing red text
What is the error message (if any)?
the error message is [undefined], i have tried asking meta and gemini and they both dont know too
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.)
It looks like you’re trying to generate a new UUID and I dont believe $uuid() is a valid built-in function, so it’s best to use the crypto node like this:
Thank you but so sorry, im kinda newbie, and I dont really understanb 100% when you said root? I am just trying to generate random unique id to be used for my google sheet. (next connected node from edit fields node) So it doesnt take any specific input from the previous output (webhook trigger).
Thank you for your help,
Sorry Im newbie in n8n, what does crypto node do?
I am just trying to generate random unique id to be used for my google sheet. (next connected node from edit fields node) So it doesn’t need take any specific input from the previous output (webhook trigger).
Does crypto node help me to generate unique id for my next google sheet node. So i need userid for each different user with all their properties for the google sheet node.
It’s a node for basic cryptography. You can use it to generate random string using one of the options. You can click the “Docs” button at the top right to get to the documentation, but best is to just play around with it. For example you could also just generate a fixed length random alpha numeric string using the Hex type:
Thanks for your help. Yes I already integrated crypto node for my project. Though I am not stuck with other problem I will try to find the solution myself before asking again. Thanks again for your help. Much appreciated.