GSuite Issue Write Cell

Hi everyone,

I’m trying to connect with Google Suite to access to my spreadsheets. I have connect with the API and works propperly, but an issue with the write cell or write range is completely incomprehensible.

If I execute the next secuence, I get the ID of my SpreadSheet:

The response is:

image

Then, if I add a “write cell” in the SAME sequence, like this:

I get the next response:

Write Line Activity does not write anything, because str_Id is empty. I cant understand this behaviour.

Can anyone help me? Thank you so much!

I found the solution to this problem by myself. I just had to select the needed Scopes (in Configure scopes) to run all the activities inside the GSuite Application Scope:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.