Hi @slaflora,
Thanks for sharing all these details!
Since you’re already using a Generate Text block, you can update the prompt to output in a Google Sheet-friendly format instead of using a Custom Function. The Spreadsheet Content field shows the expected format:
Just in case, here’s a sample agent you can remix into your workspace to explore the structure:
https://app.mindstudio.ai/agents/update-google-sheet-d031c9c1/remix
Make sure you’ve selected the Google Sheet before running the agent.
That message shows up because there aren’t any blocks in your workflow set to display content. If you’d like to preview the data that was added to the Google Sheet, you can add a Display Content block and either:
-
Reference the variable with the data and set the Display Type to CSV:
-
Embed a link to the Google Sheet:
Access the Google Sheet by clicking [here](<https://docs.google.com/spreadsheets/ABC>)
Let me know how it goes!