How do I input a nested json as a parameter?

Options

I have set up this webhook where a nested value called score[scaled] is sent to me. How should I set up the input such that it can read this number?

Best Answer

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Answer ✓
    Options

    Hi @nocodejordan - to make your Webhook more flexible. Instead of defining inputs, use the function Get All Inputs (Webhook) - this is in Utility functions. This will capture the entire payload, no matter what, and store the inputs in a return variable so you can use the data in your function stack. Here's an example:

Answers