For me it works when I use this code in Execute co...
# 🌎general
q
For me it works when I use this code in Execute code card:
Copy code
js
const randomNumber = Math.floor(Math.random() * 78) + 1
workflow.RandomNumber = randomNumber
like you also mentioned in https://discord.com/channels/1108396290624213082/1160965307012239411 And I copy the Execute code card to the nodes where it's needed and use the workflow.RandomNumber variable there.