Skip to main content
Best answer

How can I tell Zapier to use the first worksheet in a Google Sheet without the name?


Forum|alt.badge.img

Hi!

I’m automating a process that involves a Table in Excel(.xlsx)

 

Once i’ve copeid that into Drive and converted to .gsheet i just can’t retrieve any row because the worksheet name is different every time

 

How i just can tell the zap to use the first worksheet without the name??

 

Please help.

 

 

 

 

 

Best answer by Troy TessaloneBest answer by Troy Tessalone

@greenhub 

If the Worksheet title and Worksheet ID are different each time, then yes you will need to use the GSheets API.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @greenhub 

Good question.

You may have to use the GSheets API: https://developers.google.com/sheets/api/reference/rest

If there are multiple worksheets, then you’ll have to add logic to isolate the first worksheet ID.

 


Forum|alt.badge.img
  • Author
  • Beginner
  • 6 replies
  • October 3, 2023
Troy Tessalone wrote:

Hi @greenhub 

Good question.

You may have to use the GSheets API: https://developers.google.com/sheets/api/reference/rest

If there are multiple worksheets, then you’ll have to add logic to isolate the first worksheet ID.

 

Thanks for your response Troy!

Ok, but if tehre’s only one Worksheet in the SpreadSheet, I need to use the API or there’s another way?


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31497 replies
  • Answer
  • October 3, 2023

@greenhub 

If the Worksheet title and Worksheet ID are different each time, then yes you will need to use the GSheets API.