Hey, I am trying to make my first automation but I can't find a solution to my problem,
I have a Google Sheet, and there are different data in each row. In column A there's some data in the column B checkbox which after toggled should run workflow and in column C there should be a written response from OpenAI from this workflow
So for example
I choose row 11 => click checkbox (true) => data from A:11 are passed to this workflow => chatgpt process data => chatgpt response saved in C:11
Is it possible to do?