• 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.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

Google Sheets integration

helen

Member
Hi, after my trigger, I'm doing a search for an email address, using the row number I want to update a cell by including the new value and not replace it. eg.

I did this but it just added to the next column

1654664090023.png


BEFORE
Nameemailproductprice
Fake fname 1[email protected]product 1100000
Fake fname 2[email protected]product 3100000
Fake fname 3[email protected]product 1 100000
Fake fname 4[email protected]product 1100000


AFTER
Nameemailproductprice
Fake fname 1[email protected]product 1100000
Fake fname 2[email protected]product 3100000
Fake fname 3[email protected]product 1, Product 2100000
Fake fname 4[email protected]product 1100000
 
P

PabblyMember3

Guest
Just checked your workflow and it seems you are missing to pass values in double quotes.

1654674993366.png


You need to pass comma-separated values within double quotes as "product1","Product2".

Please correct your mapping in the Update Row action step.
 
Top