Skip to main content
Question

Google Sheets Sessions and Child Bots

  • March 19, 2026
  • 0 replies
  • 4 views

I am using the Community Edition.  I need to use Google Sheets.  I have successfully connected to Google Sheets, opened a sheets, and pulled data.  I am doing this successfully in a child bot (A) (I do not need to access it in the parent). 

In Bot (A), I connect, open, do stuff, close, and disconnect.

However, as soon as I try to go to another child bot (B), it says I already have the session open even though I am using a completely different session name in Bot B (the error says I have session B opened).  Again, in Bot B I am Connecting, Opening, doing stuff, closing, and disconnecting.  

I am not sure how the 2 sessions would be connected.

I have tried alternative methods like connecting and opening in the parent and passing a string with the session name to the children but then it says I don’t have a session open.

How can I do this???