Thanks so much for the tip about the response format
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.
Do you have any advice on the cleanest way to handle mapping / parsing between the ChatGPT response and the Google Sheets row?