I have a Query List action on a SharePoint Date field that IS set to Date Only in SharePoint, but when the workflow runs, the date is returned looking like this for each date:
{"Monday_x0020_Reminder_x0020_Date":"2018-11-07T08:00:00Z"} The column name is "Monday Reminder Date" -- why is that included? And also the time is included as you can see. How can I get it to export dates in this format: 2018-11-07; 2018-11-08;2018-11-09, etc.