Hi members
Greeting of the day.
Please help me to resolve this issue as I have explored the developer forum but didn’t get the information.
I am currently working on one DateMath transform but unable to get the required output.
Requirement:
Input:
End Date: 7/6/2023 0:0:0 AM UTC
Output:
7/5/2023 (One day before the End date)
Developed Transform:
{
"id": "a16424f8-05f0-4f09-9642-b51e9ad266d8",
"name": "Date Math Transform",
"type": "dateMath",
"attributes": {
"expression": "+12d/d",
"roundUp": true,
"input": {
"attributes": {
"input": {
"attributes": {
"sourceName": "SAP HR DB- DEV (SAPUsers)",
"attributeName": "FiredDate"
},
"type": "accountAttribute"
},
"inputFormat": "MM/dd/yyyy HH:mm:ss a Z",
"outputFormat": "PEOPLE_SOFT"
},
"type": "dateFormat"
}
},
"internal": false
}