The steps you have taken
- I’ve setup a netlify trigger to watch for form submissions.
- I’ve setup the webhook to watch for a particular form.
- When debugging, I have the schedule set to
On demand
but it doesn’t always fetch the data. See screenshot below. - If I change the schedule to
Immediately
and submit a form, it captures the data correctly.
It would be nice if On demand
worked consistently. I have 3 different scenarios setup and their behavior is different. Sometimes On demand
works. For some scenarios, it has never worked.
Is there something I can do so this behaves consistently and will fetch existing form data from Netlify?
Relevant screenshots