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

Woocommerce order note and google sheets

Good morning, I have a sheet sheet pre-filled by ContactForm7 this data creates a customer, an order and a set of notes attached to the order, and so far so good

i have three questions and hope you can help me

1) the google sheetsheet does not automatically send the data each time it is sent from CF7
2) I have to insert the html tag <img src="google sheets field"> (but it always gives me an error)
3) I do not associate the order with an already registered customer

my workflow is: orderportale2023
I enclose the screens
 

Attachments

  • non-invia-eventi.jpg
    non-invia-eventi.jpg
    454.7 KB · Views: 81
  • errore-pabbly.png
    errore-pabbly.png
    16.4 KB · Views: 91
P

Pabblymember11

Guest
Hey
1) the google sheetsheet does not automatically send the data each time it is sent from CF7
You can only use "Send On Event" when setting up Google Sheets if the data is coming from a Google application or if you manually enter it. If the data is coming from a third-party application, however, you may need to choose "Auto Send On Schedule" or "Send on Schedule," which will forward the data in exactly one hour.

Additionally, make sure the data was filled up to your trigger column.

1679547709825.png


2) I have to insert the html tag <img src="google sheets field"> (but it always gives me an error)
In the action step, you need to pass the single quotes in place of double quotes and after noticing in your image tag you haven't added the closing slash in the tag which is also causing the error.

Though we have corrected it for now and it is working fine.

3) I do not associate the order with an already registered customer
You need to map the customer's Id in the action step to pass the order to its associated order.


1679548630810.png
 
Top