I have tried multiple variations of date formats in the Nintex Workflow "Convert Value" action item. However, I have had no success. Here's one sample of what I have been working on:
StartDate is a variable with a value of "2017-09-11T13:00:00Z". The contents of the StartDate variable is to mimic the date information that is pulled out of a web request (Exchange out of office). I've created a smaller workflow in order to work through the issue with the "convert value" action item. Essentially, what I'm looking to do is to convert the string value of StartDate to a date data type. When I run the above action item, these are the results I see.
I've added a time format, too, to see if that would help but had the same results.
I've tried various other format strings with the same results. What could I be doing wrong? Any help would be much appreciated!