How to create SDP variable based on nested JSON
Summary:
How to create an SDP variable based on nested JSON
Content (please ensure you mask any confidential information):
Hi Expert,
I have the JSON payload and I need to create an SDP variable based on the below payload where I need to use the serial number and TID from the below JSON payload
{
"items": [
{
"SerialNumber": "SP2023018020_NIU",
"assetDFF": {
"items": [
{
"TID": "S123F1"
}
],
"count": 1,
"hasMore": false,
"limit": 1,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://fa-exmy-dev1-saasfaprod1.fa.ocs.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/installedBaseAssets/100000042184818/child/assetDFF",
"name": "assetDFF",
"kind": "collection"
}
]
}
}
],
"count": 1,
"hasMore": true,
"limit": 1,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://fa-exmy-dev1-saasfaprod1.fa.ocs.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/installedBaseAssets",