Transforming to SOAP format for a date and time

I’ve been trying to create a date in SOAP format - YYYY-MM-DDTHH:II:SS - using the Format: Date mapper. However, Y-m-dTH:i:s gives me “UTC” as the separator between date and time, not “T”.

Any suggestions as to how I can make the format happen?

Welcome @david.procter
Just throw in there an escape char “\T” and its gonna fix your current format issue.

1 Like

Worked like a dream.