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.
Looking at your screenshots it appears when you’re triggering the webhook via the URL it’s coming back as a string instead of a JSON which is why it fails to parse.
Can you try the following:
click on the start block so it’s selected
click the gear icon in the top left of Postman
change the language drop down from text to JSON
deploy your flow again and see if the issue still occurs