Hello again! @nasreen-akter @MartinJaffer-MSFT
Here is just one of the Web Activities Body:
{
"EmployeeNumber": "@{item().employeeId}",
"EffectiveStart": "2018-10-01T00:00:00",
"EmploymentStatus": {
"IsBenefitArrearsEnabled": false,
"XRefCode": "@{item().status}",
"ShortName": "",
"LongName": ""
},
}
I need to send in today's date (the date of the REST call) for EffectiveStart. Is there any variable I can use to do this; is there something I can put in the above body for EffectiveStart to be todays date/time in the same format?
Thanks again!
Mike Kiser