Return Valid JSON

Thanks so much for the tip about the response format :pray: Iโ€™ve now set the OpenAI step to return a JSON schema (ai_title, ai_description, ai_tags, ai_price). That part works, and I can see the structured response coming through in Pipedream.

The issue Iโ€™m still running into is getting that parsed AI output (especially ai_description) to reliably show up in Google Sheets via the add_single_row step. Sometimes itโ€™s blank, even though I can see the description in the AI response.

:point_right: Do you have any advice on the cleanest way to handle mapping / parsing between the ChatGPT response and the Google Sheets row?