This topic was automatically generated from Slack. You can find the original thread here.
Hi,
I’m trying to create a Notion to Google Calendar one-way sync in pipedream, and I’m at the very end of setting up the automation, however, when I test the Google Calendar Sync, It says the following:
SyntaxError Missing } in template expression Details
SyntaxError: Missing } in template expression
at _pd_deep_evaluate (/var/task/params_evaluator.js:68:65)
at MessagePort.<anonymous> (/var/task/params_evaluator.js:11:9)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:757:20)
at exports.emitMessage (node:internal/per_context/messageport:23:28)
I’m not quite sure what’s the error about, can someone explain to me what’s going wrong?
Hi Sven, that error is most likely due to a missing } bracket in your prop input statement. I would double check that all of your JS expressions have double opening and closing brackets.
So, I think start time variable was messed up as it seemed that there was part of a piece of code in another piece of code, (Which I’ve now fixed) but now it says the following:
ACTIVE_HANDLEThis step was still trying to run code when the step ended. Make sure you promisify callback functions and await all Promises. (Reason: TLSSocket, Learn more: https://pipedream.com/docs/code/nodejs/async/)