Forum Discussion
SpiroTaleski
5 years agoValued Contributor
You can try with the following expression in the child pipe:
Date.parse(JSON.parse(_StartDate))
Or to avoid sending the string {“_snaptype_localdatetime”:“1996-08-26T00:00:00.000”} to the child pipeline, from the parent pipeline try to send the date field(StartDate) as a string(not as a datetime), and then try to convert to date with Date.parse(_StartDate).
Regards,
Spiro Taleski