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

Metrics Reporting

spinckney

Member
Hello.
I am new to Pabbly so please forgive me if this is a simple question.
If I have a google sheet that contains KPIs/Metrics in a standard 3 column table like the following:
MetricValueNotes
Number of Sessions this week4
Number of Meetings this week10
Revenue Earned this week$500

is it possible for Pabbly to extract these values and send them to me in the body of an email?
Thanks.
 

Fagun Shah

Well-known member
Use Get Rows action of Google Sheet in Pabbly Connect workflow and then use Gmail to send the email with this values.
 

spinckney

Member
Hi Fagun, I've gotten GetRows() to work.
The result set i get back is a list of values in the screenshot below.
The next step after this is the SendMail via GMail step.

I've have the HTML for a Table, but what is the best way to capture the GetRows() data in a table?
Should I set a placeholder in each cell and replace each placeholder with a particular value?
Or is the an easier way to structure this dataset as a table?

Thanks.

1639348902766.png
 

Fagun Shah

Well-known member
If your number of rows and columns are fixed then you can go ahead and setup HTML table with placeholder with data you got from getrows action.
 
Top