I have a snippet in TEXT BLAZE that successfully updates my Google Sheet (via a form), but havent found a way yet to get AI BLAZE to do similar.
I have tried to copy the text blaze snippet in there, and also use keypresses at the end of the AI Blaze prompt but no success.
Any workarounds?
Hi Angus,
For now, you could copy the results from AI Blaze and use Text Blaze to update the sheet using the clipboard command. Specify the exact output format in your AI Blaze prompt.
For example, if the output of AI Blaze is comma-separated:
{list=split({clipboard},",")}{=list[1]}{key: tab}{=list[2]}{key: tab}
Thanks Dan, thats a good approach too.
What I went with was just two snippets that I can hit quickly ,. and ./
So first one is text blaze to update the sheet and second one is AI Blaze to do the AI analysis for the user reply.
Works well - but would be nicer to have in the one program.
Product is already awesome. My productivity has taken a dip coming from a competitor because I keep finding new things I want to try, and then once I think I have it worked out, I find a better way of doing it I want to re-try 
2 Likes