Forum Discussion

wani-amol's avatar
wani-amol
New Contributor III
7 years ago

Pass a pipeline parameter to a SOQL

How can I trim the date on the left hand side and convert this into a date value? Input Example: 18 May 2016 - 17 Mar 2017 Output example: 2016-05-18 (using the yyyy-MM-dd  format) I've tried usi...