This topic was automatically generated from Slack. You can find the original thread here.
This is the error we’re encountering, we believe its because JSON stuff is trying to parse something thats already parsed, which is causing the code to crash. Is there any specific way we should go about this?
if that doesn’t work, can you take a screenshot of the full configuration for that action? I’d like to see exactly what action it is, and what you’re passing. All of our actions are on GitHub, so we can take a look at the code together to see if we can figure out what’s wrong.
So in the Data field, do you see how you’re currently passing
{{steps.trigger.event}}
That’s passing the value of the JavaScript object steps.trigger.event . But you can pass any JavaScript expression within the {{ }}, so just replace the value you’re passing to the Data field with
The general idea of our API use is to connect Google Classroom and Adalo in such a way that when a teacher uploads an assignment to google classroom, the due date and assignment name are stored in an adalo database