Hi,
I am validating Null data for date column. if date is not coming from feed,i would like to put some message in output. below code shows that “missing” message for all identities even the dates are coming in feed. please let me know where is the error in this code.
{
"type": "static",
"attributes": {
"startDate": {
"type": "firstValid",
"attributes": {
"values": [
{
"attributes": {
"input": {
"type": "dateFormat",
"attributes": {
"inputFormat": "dd/MM/yyyy",
"outputFormat": "ISO8601",
"input": {
"type": "accountAttribute",
"attributes": {
"sourceName": "",
"attributeName": "StartDate"
}
}
}
}
},
"type": "dateMath"
},
"Missing"
]
}
},
"value": "$startDate"
},
"internal": false
}
Thanks
Stella