Skip to content

Saving custom data to Google Sheets #332

Answered by Kholid060
doroness asked this question in Q&A
Discussion options

You must be logged in to vote

Automa sending the right payload (first image), and I think the error is on the range that you inputted (second image) when trying to update the spreadsheet cells.


Because with fullurl!A:A range you requested to write the cells on the first column (A) but in the payload, it writes to the second column (B)

[
  ["URL"],
  ["URL","{{activeTabUrl}}"]
]

There're two ways you can fix this, first by changing the range from fullurl!A:A to fullurl!A:B. And second, if you planning to only write on the first column, change the payload into

[
  ["URL"],
  ["{{activeTabUrl}}"]
]

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@doroness
Comment options

Answer selected by doroness
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants