Issue with JavaScript Workflow Step in Production

Hi team,
I’m running a workflow with JavaScript as a step, structured like this:

It works perfectly when I test the automation or even when testing an individual step. However, when running in production upon receiving a webhook, I encounter the following error:

Could you help me identify what might be causing this issue?

Thank you!

this is error image:

Hello. This error generally means that the input is not receiving the correct value format. When testing, you might be using the correct data format, but during automation, the value received does not match the expected format.