Working in Cloud, date passed from modern form into workflow and attempting to insert as a datetime into a lookup table. Getting cast error. Is there a token format that works to insert dates, tried #yyyy-MM-dd#, g, G,O but nothing seems to work? I'm going to change the lookup table to a string for now but would like to know how to accomplish this as a date format.
date comes in from BP to workflow as 5/3/2013 12:00:00 AM (UTC-06:00)
O is giving 2013-05-03T00:00:00.0000000+00:00
the date in the lookup table is formatted 2014-01-26T00:00:00Z
i'm going to try "u" next before switching back to a string