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

Pabbly + Spreedsheet + Telegram

tzzyl

Member
Hello there,

I have a list of items on my spreadsheet: SAMPLE LIST : https://docs.google.com/spreadsheet...DYhWs0qZ9nWq9ByHBGa8VeT5vA/edit#gid=759064107.

I need to have send each row per day to my telegram channel.; I already get the integration working but the issue here is, I can only either send all at once (which I don't want) or fill the row daily manually.

I just to have a list of items in the spreadsheet, say 2000 rows, and use pabbly to pick each row and have it sent to the telegram channel daily.

I've tried all means but doesn't seem to get it right. It's sending all data at once instead of iterating and sending after allotted hours.

Can you help?
 

Fagun Shah

Well-known member
Instead of setting Google Sheet as trigger, you need to do this -

1. Trigger - Scheduler - Daily at your desired time
2. Number Formatter - Counter - Increment of 1, no reset
3. Gsheet - Get Row(s) action - Pick row with the Final Result you get from Counter step
4. Send the row data to telegram

This way now you are picking up next row everyday at scheduled time instead of using GSheet as trigger.
 

tzzyl

Member
Instead of setting Google Sheet as trigger, you need to do this -

1. Trigger - Scheduler - Daily at your desired time
2. Number Formatter - Counter - Increment of 1, no reset
3. Gsheet - Get Row(s) action - Pick row with the Final Result you get from Counter step
4. Send the row data to telegram

This way now you are picking up next row everyday at scheduled time instead of using GSheet as trigger.

That was smooth, thanks!
Is there a way to make things a bit more interesting by making it available to a person one automating with a passkey?
 

tzzyl

Member
Instead of setting Google Sheet as trigger, you need to do this -

1. Trigger - Scheduler - Daily at your desired time
2. Number Formatter - Counter - Increment of 1, no reset
3. Gsheet - Get Row(s) action - Pick row with the Final Result you get from Counter step
4. Send the row data to telegram

This way now you are picking up next row everyday at scheduled time instead of using GSheet as trigger.


Just an update on this, please.
It's turns out I'm getting the same data on every loop sent to telegram. I've configured it just like the way you direct.

Is there a way I would make it change the data sent according to what's provided on the Gsheet?
Currently, I'm on receiving text on ROW one only.

In addition, the data is getting sent twice.

IMG :
 

Fagun Shah

Well-known member
You did not map the final value from Number Formatter - Counter step to Google Sheet get rows action steps.

You need to map it like this, so it will pickup only one row everytime it runs.

1660484362356.png
 

Fagun Shah

Well-known member
It only send 1 message per day to telegram if you have set scheduler as trigger like that. Share full screenrecording of your workflow if possible.

Also tagging @Pabbly @Supreme to check your workflow.
 
Top