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?
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