I want to create a process where a user inputs information into the “Input” column of a Google Sheet. This information will be sent to OpenAI for rewriting, and the rewritten text will be output to the “Draft” column in the same row. When the dropdown in the “Confirmation” column is set to “Confirmed,” the content will be passed to OpenAI again to rewrite it as a Facebook post.
Issue: Even though I get the “input” from the sheet and add the OpenAI as a parameter, it seems it doesn’t get it when running. I don’t know if I did anything wrong.
blueprint (1).json (78.3 KB)