Dylan Sather (Pipedream) : Yes. Since that arrives as a JSON string, you’ll need to JSON.parse() it to turn it into a JavaScript object, which will let you reference the data by property. So you can just add a new Node.js code step and run something like:
const parsedData = JSON.parse(event.body["data.json"])
this.time = parsedData.time_submitted