opened 05:35PM - 01 Sep 23 UTC
bug
triaged
**Describe the bug**
I just created a new workflow using "Google My Business" … App, so the first one I created is working fine for one location. So, now I trying to create the source for a second location, then i get the following error.
TypeError:
Cannot read properties of undefined (reading 'length')
at Object.getSummary (file:///var/task/user/sources/new-review-created/new-review-created.mjs:23:44)
at file:///var/task/user/sources/common.mjs:61:35
at Array.forEach (<anonymous>)
at Object.getAndProcessData (file:///var/task/user/sources/common.mjs:58:37)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.deploy (file:///var/task/user/sources/common.mjs:31:13)
at async /var/task/index.js:95:13
at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:5)
at async exports.main [as handler] (/var/task/index.js:60:20)
**To Reproduce**
- create a new workflow
- add a trigger for "Google My Business "
- fill the parameters
- click on create source. The first time worked fine.
**Expected behavior**
The source must be created
**Desktop (please complete the following information):**
- OS: Windows 11
- Browser : Chrome
- Version : 116.0.5845.141
