Beginner - issue with typeform trigger, stuck at pending trigger event

Hello

i just started n8n , still in trial version, so not self-hosting or anything,and what i am trying to do is create a basic typeform template, like name ,etc, and then choose between 2 options, send it to n8n and will save the data in google sheets.

I did create the token, added the webook etc, test via webook appears in executions (although with empty fields) but i cannot manage to have it properly run it, it always is pending for trigger event.

Any ideas? What kind of info would you need?

Sounds like you didn’t activate your workflow.

After you activate it. The production url will start working.

Remeber to change to production url on your form.

Next time you can provide more information in screenshots or workflow code would be very helpful.

Thanks, had it already,

I had even run the AI, and was mentioning potential issue with token , but thats not it, since it detects the info from typeform (name of form, etc)

I even made simpler, one page form in typeform ,in the test run i get the pic details (although dont see even value there, but at least seems kind of successful)

Sorry still can’t see which error you have now.

Is it your trigger doesn’t receive the form data?

Or your google sheet can not store the data?

Srry, probably wasn’t clear , since im trying to find alternatives as well. I just cant create an event from typeform, it doesnt generate a trigger at all, it get stuck at Listening for test event , despite me going and filling it the form to generate the event

I think a full picture about your workflow screenshot is a big help to understand your issue.

I test the typeform and everything looks good.

Here is my test scenario


Maybe you stuck on testing.

If the n8n setting is okay. You can just activate the workflow.

Then new response from typeform will automatically trigger the n8n workflow.

Even you want to debug the previous execution.

You can go to execution tab to see what’s going on and hit debug in editor to test the data.