Skip to main content

How to Fix Issues Receiving Data in Make

Learn how to troubleshoot and resolve common problems when Make (Integromat) is not receiving data from your Yay! Forms integration, including webhook setup, scenario runs, and payload validation.

This article will help you diagnose common issues in your Make integration by checking your application logs and applying the appropriate fix based on the error you find.

View the Application Logs

The first step is to check your application logs to identify the issue and apply the solution below according to the identified cause. You can access detailed instructions on how to view the logs at the following link: Como visualizar os logs das suas integraรงรตes.

Error: There is no scenario listening for this webhook

Why does this happen?

This issue occurs because the Make integration was not previously initialized.

How to fix it?

To activate the integration and resolve the issue, follow these steps:

  1. Right-click the corresponding module in Make.
  2. Select โ€œRun this module onlyโ€.
  3. Alternatively, you can click โ€œRun onceโ€.

You also have the option to enable it by turning on Immediately as data arrives as shown below:

This should activate the integration and allow it to work properly.

Issue: Form fields do not appear in the destination module

Why does this happen?

Your formโ€™s custom fields are not available in the destination module (e.g., Kommo) because the Yay! Forms module was not previously run to capture the complete data structure.

How to fix it?

To load all custom fields from your form:

  1. Right-click the Yay! Forms module.
  2. Select โ€œRun this module onlyโ€ or โ€œRun onceโ€.
  3. Fill out and submit your form (this will feed Make with real data).
  4. Wait up to 1 minute for processing.
  5. Go back to the destination module โ€” the form fields will now be available.
Important Note:
  • Historical data from before the module was run will not be captured.
  • Repeat the process whenever you make changes to the form structure.
  • Make sure the form has had at least 1 submission after running the module.

By following these instructions, your Make integration should work without issues.

Conclusion

You learned how to use application logs to identify the cause of two common Make integration issues, how to initialize a scenario so it listens for incoming webhooks, and how to run the Yay! Forms module to populate destination modules with the full set of form fields.