Hey everyone!
I have a simple automation.
Link to a screenshot in google sheet > OpenAI image analyser > Text Parser > Back to google sheets.
The automation works. Only issue is that it outputs to the row below it, instead of the same row where it gets the link. I cannot find anywhere on how to change the output row. I can clearly see in the output logs that it’s outputted it to “rowNumber”: 18, but it should be 17.
[
{
"spreadsheetId": "1oqs_RanN3Ku7QG0tKJUShPfwIQ9GHn5Pbiu-rhV9dTc",
"tableRange": "Sheet2!A1:F17",
"updates": {
"spreadsheetId": "1oqs_RanN3Ku7QG0tKJUShPfwIQ9GHn5Pbiu-rhV9dTc",
"updatedRange": "Sheet2!A18:B18",
"updatedRows": 1,
"updatedColumns": 1,
"updatedCells": 1
},
"sheetName": "Sheet2",
"rowNumber": 18
}
]
Thanks for any help already!