I created a 3-step scenario where a Notion webhook sends a page’s information to Make, and Make must perform an action and update the same record in Notion. However, I noticed that the correct data is being passed into the webhook (i.e., the Database ID and the page ID).
The issue is that, for whatever reason, I receive a 404 status code with a message saying that the page ID cannot be found. But the page ID in the RuntimeError message doesn’t match the page ID that was passed into the module.
Is this a bug?
