Variable Scope issue: "empty" workflow when printing result.
I build this to fetch event from google API for Date entry by user and store the number of events in workflow.eventcount so can the user know have many event in that date and so i can controle how many event to allow for user.
The problem is that printing this workflow variable with a workflow.eventcount outside of the execute node returns null (empty) and the true problem it work perfectly in console and show the number of event even when I store it in workflow.eventcount and display it win console.log.