• Documentation
  • Workato Blog
  • Product Blog
  • Return to Workato
  • Login
  • Automation Institute
  • Documentation
  • Community Forums
New Topic
Discussions Recipe Building Recipe Building Questions
C

Chetan Barawkar

started a topic over 1 year ago

What will be the response body for the response JSON?

Below is the response I am getting from my custom action.

[

    {

        "firstName": "Chetan",

        "lastName": "Barawkar",

    },

    {

        "firstName": "Test",

        "lastName": "Test"

    }

]


I have created below response body schema


[

  {

    "name": "employees",

    "type": "array",

    "of": "object",

    "label": "Employees",

    "properties": [

      {

        "name": "first_name",

        "type": "string",

        "optional": false,

        "control_type": "text"

      },

      {

        "name": "last_name",

        "type": "string",

        "optional": false,

        "control_type": "text"

      }

    ]

  }

]


But this will return list size 0

Login to post a comment

Still can't find your solution?

Send us a ticket, we will try our best to assist you with your problem

Documentation
Developer's Library
Tutorials
eBooks
Product Hour
Product Blog
Workato Blog
Product updates
Customer Stories
© Workato 2022   Privacy   Terms   +1 (844) 469-6752
  • Documentation
  • Workato Blog
  • Product Blog
  • Solutions
  • Forums
  • Tickets
  • Log in
  • Return to Workato
Topic views count