Update: I found a solution, but this one is overwriting the existing data in the sheet.
sheet_data = [
{'Timestamp': current_timestamp, 'User_Input': user_input, 'User_Output': user_output]}
]
conn.update(worksheet="My_Sheet", data=sheet_data)
Is there a way to use append here?
Hello. Following this tutorial I can read data from a google sheet.
But what is the setting for WRITING data to a sheet?
Hi @roland71
Please see this related forum post for a code snippet to write data to a Google Sheet
Hope this helps!
2 Likes
system
Closed
5
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.