The dynamic dates content from Json parse is not showing in send email action.
This is the json parse schema:
{
"items": {
"properties": {
"ApplicationID": {
"type": "string"
},
"ApplicationName": {
"type": "string"
},
"Certificate End Date": {
"type": [
"string",
"null"
]
},
"Certificate Start Date": {
"type": [
"string",
"null"
]
},
"Owner": {
"type": "string"
},
"Owner_ObjectID": {
"type": "string"
},
"Secret End Date": {
"type": [
"string",
"null"
]
},
"Secret Start Date": {
"type": [
"string",
"null"
]
}
},
"required": [
"ApplicationName",
"ApplicationID",
"Secret Start Date",
"Secret End Date",
"Certificate Start Date",
"Certificate End Date",
"Owner",
"Owner_ObjectID"
],
"type": "object"
},
"type": "array"
}
Json paser: input:
{
"ApplicationName": "SCE EPM PowerBI Index",
"ApplicationID": "e513fd91-6cb6-4cb5-94cb-90df401f0eeb",
"Secret Start Date": "\/Date(1565716686786)\/",
"Secret End Date": "\/Date(1628875086786)\/",
"Certificate Start Date": null,
"Certificate End Date": null,
"Owner": "haranath.varanasi@sce.com",
"Owner_ObjectID": "eac244f7-8635-4841-9991-1acf9b49f6d9"
},
{
"ApplicationName": "CAPA Latency",
"ApplicationID": "f9cbb3e0-37f9-4b00-9869-e25c96670a40",
"Secret Start Date": "\/Date(1597847815948)\/",
"Secret End Date": "\/Date(1629383783849)\/",
"Certificate Start Date": null,
"Certificate End Date": null,
"Owner": "Kevin.Lee@sce.com",
"Owner_ObjectID": "8b640ced-324b-4c27-a731-9f336df35ab9"
},
Dinamyc content showing , is not showing any date.


