Hello,
I have a date field: YYYY MM

and I want to convert it to YYYY-MM-DD however, I am receiving the error:
ConvError: DateTime (6): NewDate: Cannot convert "2017 MAY" to a date/time with format "%Y-%m-%d": Expected separator '-%m-%d', got: 'MAY' Record #3
when using the DateTime Parse item choosing the yyyy-MM-dd option. Am I missing a step?