How to get data from multiple sheets from a single google sheet file

Status: Closed · Asked by RaviKumar on · 0 views

RaviKumar — Question ·

I have a single google sheet with file name- Example. This has multiple sheets Sheet1, Sheet2, Sheet3, Sheet4....
I want to read this file once and get data from 2 sheets. And then I want to consume data from Sheet1 and sheet2 in my workflow. I cannot combine data from all the sheets in to a single sheet as I also need to delete a row from sheet2 as a part of my workflow.
Is there anyway this can be done

Connecting to googlesheet app allows me to pick a file, but I cannot specify the range from two different sheets. I can only specify range for one sheet using the reference - Sheet1!A2B5.
But I want to get the data from two sheets. Can I specify Sheet1!A2:B51, Sheet2!A10:B10 as a comma separated range values or is there any other tip that i can use

Imperfect Seizure of the Unknown is more fun than the Perfect Capture of the known.
PabblyMember3 — Reply ·

If you want to get the data from two sheets of a single worksheet then, you can make use of Get Row(s) action of the Google Sheets multiple times in your workflow but if you want to get this done in the very first step of your workflow then, it is not possible for now. Pabbly Connect Webhooks Addon can send data of a single sheet to the workflow.

RaviKumar — Reply ·

oh ok...so essentially it will be two step - One for each sheet. So in my case two sheets - so it will be two actions of Get Row(s).
Hopefully this ability to call different sheets in a single google sheet action happens soon.
Thanks!

Imperfect Seizure of the Unknown is more fun than the Perfect Capture of the known.
PabblyMember3 — Reply ·
oh ok...so essentially it will be two step - One for each sheet. So in my case two sheets - so it will be two actions of Get Row(s).
Hopefully this ability to call different sheets in a single google sheet action happens soon.
Thanks!

The Google Sheets API request allows only to fetch rows of a specific sheet at a time so, it won't be possible for now, if there will be any possibilities from Google Sheets API in near future, we will do the same at our end.

Back to all forum threads · Log in to reply