Parsing JSON to Google Sheets

Hi there

I teach a software engineering course and was wanting to look at having their applications send JSON in a certain format to a pipedream workflow that would then parse the JSON and put the specific values into google sheets.

I’ve sorta figured out the google sheets part and I know how to parse JSON in a variety of languages, but I’m a bit sure on how to get it into the workflow.

The last part is then taking the parsed JSON bits and putting it in google sheets, a little fuzzy on the best approach for that also.

Thanks!