I am having an issue with Flows that I have been unable to solve.
When I run the flow in the preview test send, everything works correctly, but when I run it via the webhook it fails. It fails because the data passed to the start doesn’t get parsed correctly into its variables. The body looks correct, try to separate it into individual variables it breaks.
The three consecutive nulls in the console log are the logs of the evaluates that are supposed to output into the variables. Above is the log of the webhook send body, which is formatted correctly. As you can see from the other picture, the evaluates work correctly in the test. When I trigger it via web hook, it fails. Please help.


