Webhook data received but not visible/mappable in next module

Hello,

I’m facing an issue with my scenario:

  • My webhook has already successfully received data 3 times (confirmed in the webhook history).

  • However, when I go to the next module, the data is not showing up in the mapping panel — I can’t map any of the values. It’s simply not visible.

I’d like to know:

  1. How can I investigate why the webhook data isn’t available for mapping in the following module?

  2. Is there a specific step I might be missing (e.g., re-detecting data, rerunning the webhook, etc.)?

  3. Could this be related to the structure of the payload or the way Make stores sample data?

Any advice on how to debug this would be greatly appreciated.

Thanks!

Hmm, I’m not sure why it would happen if you had mapped it before. On way is to regenerate the structure in the webhook. Maybe something changed in the way the webhook is called?

You could take a look at previous runs (successful or not) to see how they behaved. Maybe a prvious run broke the webhook and caused the change. That seems unlikely to me, but.…

L