Does anyone if it's possible to call a variable from a different workflow in the same project? In execute code, when I type workflow. it only shows me available variables from that specific workflow - but I also need one from the Main workflow. Thx for any tips🙂
Ex
workflow.makeSuccess = false
const custData = {
name: workflow.name,
email: workflow.email,