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:
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!