• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Import Google sheet data from one sheet to another

Status
Not open for further replies.
I wonder if someone could help - I have 25 workflows that are bringing in Google My Business reviews into there own google sheets. I want to create a workflow that will consolidate all these sheets into one new sheet, which I believe I can do with pabbly. What I also need to do, is at the time of the row being created in the new sheet, the last cell on the row needs to be populated with the name of the spreadsheet/file where it was imported from. Is that possible?
 
P

Pabblymember11

Guest
Hey @searchdusoleil

For your concern, you can try to make an additional column in your desired sheet as "Google Sheet Name" and in every workflow's add row action step, you can manually add the name of the Google Sheets for every workflow. Will that work for you?
 
Last edited by a moderator:
Thanks for the suggestion - I managed to get the last cell populated in the first sheet by using an array in the header

"=ArrayFormula(IF(ROW(B:B)=1,"sheetname",IF(ISBLANK(B:B),"","sheetname")))" This works fine for me - but;

- I am having trouble with the copying from one sheet to a different spreadsheet - is that possible, or does it have to be a different sheet in the same spreadsheet?
 
P

Pabblymember11

Guest
Hey @searchdusoleil

You try copying the sheet with the help of Google Sheets "Copy the sheet" action event for your workflow.

2021-09-25_11h12_08.png
 
Status
Not open for further replies.
Top