You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

VBCS Service Connection can test a REST endpoint but schema generated with Json Object is not parsed

edited Jun 30, 2020 1:38PM in Visual Builder 2 comments

Summary

JSON Object Handling in VBCS UI component binding

Content

Dear Team ,

We could not use a REST end point returning a JSON Payload which is of JSON Object structure. Is this a limitation of VBCS component. The JSON payload structure is like below . When we select Add data and select the service connection the schema is not loaded in next screen so mapping to fields could not be done.

 

{
  "State Unassigned": {
    "districtData": {
      "Unassigned": {
        "notes": "",
        "active": 6975,
        "confirmed": 6975,
        "deceased": 0,
        "recovered": 0,
        "delta": {
          "confirmed": -281,
          "deceased": 0,
          "recovered": 0
        }
      }
    },
    "statecode": "UN"
  },
  "Andaman and Nicobar Islands": {
    "districtData": {
      "Nicobars": {
        "notes": "",
        "active": 0,
        "confirmed": 0,
        "deceased": 0,
        "recovered": 0,
        "delta": {
          "confirmed": 0,
          "deceased": 0,

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!