Json parsed incomplete on Webhook

I am getting the webhook out put as a single string, how can i break down the jason to then take every variable for the scenario?

Hi,

The most likely cause is that you turned on “JSON pass-through”.

How to solve it:
Go to “Edit”
SC_0

Turn on “Show advanced settings”
SC_1

Set “JSON pass-through” to “No”

SC_3

Then “Redetermine data structure”
SC_4

Hope it helps!

If you already have this setting to “No,” copy the JSON bundle using “Download output bundles.”

And use one of JSON validators online to check it- probably problem is at the source.

Have a nice day!
Michal
Simplymation

If this reply solves your problem- please mark it as “solved”

3 Likes

I think one more thing to check is if the sender is sending content-type text instead of json.
At the same place where you disable JSON pass-through, there’s also a place to retrieve headers. When you retrieve headers you can see what content-type is being sent.