Need to get Value From Json

Hi @Rishik_Chowdary

Can you please try this

image

Could you please check your json array format, it should be like below.

[
  {
    "Information": [
      {
        "Name": "Rishi",
        "Age": "24"
      }
    ],
    "Master Table": [
      {
        "Name": "Yamini",
        "Age": "29"
      }
    ],
    "CPT Table": [
      {
        "Name": "Ganguly",
        "Age": "54"
      }
    ],
    "Reimbursement Table": [
      {
        "Service Type": "All OP",
        "Reimbursement Terms": "Formula:= ( Current Amount * 0.98 )"
      }
    ]
  }
]

ReadJSON.xaml (5.6 KB)
Input.JSON (461 Bytes)