Hi,
I have a flow that reads date from incoming mail and creates outlook.com tasks with a given due date.
Due date format is: 2018-06-04 02:00:00Z (YYYY-MM-DD)
However, recely (1-2 months) ago, create task step started throwing the following error:
"code": "TimeZoneNotSupportedException", "message": "A valid TimeZone value must be specified. The following TimeZone value is not supported: 'null'."
What time zone? How to set time zone for a task? Any ideas how to fix it?