Custom Schedule for Pabbly Trigger

Status: Closed · Asked by gregdev on · 0 views

gregdev — Question ·

I would like to send the data every day and not every hour, is this possible if so how do I achieve it?

Arshil Ahmad — Reply ·

Hi @gregdev,

It is currently not possible to increase the trigger interval time to fetch the data from Google Sheets every day.

gregdev — Reply ·

okay is there any alternative?

I want to use the data to send post to my page everyday?

Pabblymember11 — Reply ·
I want to use the data to send post to my page everyday?

Regarding your concern about sending posts every day, please refer to the following video lesson for a similar logic.

youtube.com/watch?v=yVgF9wCso38

gregdev — Reply ·

I tried this and it did not give the automation I want.
So I have a set of keyword in G Sheet. And I would like to get the keyword from G Sheet everyday and then create content using OpenAI
I already have all set but just the part where G Sheet sends the keyword everyday to Pabbly Is what is left

Arshil Ahmad — Reply ·

To achieve this use case, you would have to set up your workflow in this manner. I am assuming that you have a keyword in each row of your Google Sheets spreadsheet, and you want to create content based on that keyword using OpenAI. Here is how it would work:

  1. The scheduler will trigger your workflow every day.
  2. The counter will change the row from which the keyword is to be captured.
  3. 'Get Rows' will help capture the keyword in that row.
  4. Finally, you can replace Gmail with OpenAI as the last step to create content.

youtube.com/watch?v=5m4UdvOL5qQ

gregdev — Reply ·

Perfect !
Thanks alot
I have spend days think of a solution.

Back to all forum threads · Log in to reply