quick-musician-29561
10/14/2023, 6:26 AMjs
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.