Adding a row to a recently created Google Sheet

Hi there,

I am currently trying to add data (add rows in a iterated manner) to a google Sheet I created in a previous module (Sheet created in module 61, data added in module 89).

I have checked the permissions and I seem to have the correct permissions needed, in the Add a Row module (89) I am referencing the sheet id created in module 61.

I have pasted screenshot of the current Error (400: INVALID_ARGUMENT), is there something I am missing when it comes to adding data to a previously created Google Sheet?

I appreciate any assistance with this,

Regards.

1 Like

Hi @Joseph_Keith_Noott

You need to pass the range correctly that should be something similir to like “A1:Z10”. Currently it is ‘output’!A1

Regards,

Msquare Automation - Platinum Partner of Make
@Msquare_Automation

How and where should this be done?