Listen for data

Hello,

I want to complete a google sheet through chatgpt.
I created my gpts that calls a custom webhook that receives the data and writes it in google sheet.

When I click on “Run once - immediately”, the scenario waits for the data and everything works perfectly once chatgpt sends the data it is written in the google sheet: perfect!

However I would like this scenario to stay listening once its task is finished.

So I told myself that I would “Runonce - At regular interval 15min”.
the problem is that the scenario runs and closes immediately because it does not receive any data…

How to leave the webhook in waiting for data mode? and the scenario go back to waiting for data mode once the scenario is completed? In order to create a loop?

Thank you very much in advance!!

Screenshots: scenario setup, module configuration, errors

Welcome to the Make community!

You need to select “Immediately” instead of intervals.

Screenshot_2024-09-04_230921

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

No, it only works once.
It receives the data written in my sheet but once the scenario is finished it is no longer listening.
I want to create a loop. That once the scenario is finished the webhook starts listening again. to see it start adding data again etc…
Here in this case I have to click on the “run once” button each time.
I don’t want to have to click the run once button anymore
thx in advance

If you follow my instructions above and keep your scenario on, it will continue to listen to new items.

Your issue is that you’ve set your scenario scheduling incorrectly, can you see that yours has a clock icon, and mine has a lightning icon?