I’m using a workflow to pull Strava data to google sheets - had a couple of iterations and support from here but am getting an error that is frustrating:
TypeError: Cannot read property ‘elapsed_time’ of undefined
at eval (eval at _pd_deep_evaluate (/var/task/params_evaluator.js:57:18), :1:33)
at _pd_deep_evaluate (/var/task/params_evaluator.js:57:18)
at MessagePort. (/var/task/params_evaluator.js:11:9)
at MessagePort.[nodejs.internal.kHybridDispatch] (internal/event_target.js:399:24)
at MessagePort.exports.emitMessage (internal/per_context/messageport.js:18:26)
I do not have elapsed time in the fields I have defined to pull - this seems odd and possibly points to somewhere else - any thoughts
Workflow is open to support
“https://pipedream.com/@johnreeve68/strava-pull-p_ezCJ7Dq/edit”
Thanks