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?
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?