Extract Data from a Json Result

How can I extract only the following value 13a63cb4-2505-4618-b7b9-fea958891841 from the below node result?

[

{
“created_by”
:
6
,
“modified_by”
:
6
,
“created_at”
:
1648832411996
,
“modified_at”
:
1648832430226
,
“id”
:
“5caf8a34-3bfe-41f0-a74e-c2bdf24d9b97”
,
“name”
:
“Test”
,
“template_id”
:
“30f98530-4fad-4b14-951a-f2477c2a3cb2”
,
“purpose”
:
“”
,
“description”
:
“”
,
“business_unit”
:
“”
,
“current_version_id”
:
“168d2dc1-e685-4d3f-b343-e2b878baa494”
,
“current_version”
:
1
,

“properties”
:
[

{
“Retention Period”
:
“{“value”: “13a63cb4-2505-4618-b7b9-fea958891841”}”
}
]
}
]

– I appreciate any guidance.

@wdb1 from what I can see, you’re looking for the Set Node. If you can send your JSON as Preformatted text (6th bottom from the left in the toolbar), I can probably create an example workflow with a couple of key value pairs as an example.

1 Like

It worked. Thanks

1 Like