Skip to Content
0
Jul 06, 2020 at 01:19 PM

Date format in sap conversational AI getting null error

122 Views

Hi,

I have a date in {{api_service_response.Value.body.d.results[0].InvoiceDate}} which gives me "/Date(1535673600000)/"

so i want to convert to human readable format so i am doing

{{formatDate api_service_response.Value.body.d.results[0].InvoiceDate 'YYYY-MM-DD'}} but getting "null" as output,

can you guide me

Thanks

Kishore