I am trying to use the "Query Office 365 List" action to query a calendar list on my site. I have stepped through the process and all the settings are correct. I have named my calendar "Sample Private Calendar" and have this specified in the action configuration panel.
When I run the workflow, it take about 10 minutes before I get the following information in the Status "Information" icon:
Retrying last request. Next attempt scheduled after 1/7/2014 11:14 AM. Details of last request: HTTP InternalServerError to https://<myonlinetenant>/sites/d-scbaptist/_vti_bin/client.svc/web/lists(guid'961c2b3b-0eea-4e85-96ca-f2a8632cd680')/Items Correlation Id: b35de181-5bfc-6383-a99a-77458c10b6b7 Instance Id: 8b37448a-4410-403c-8e1f-722cc582e023
Invalid text value.
A text field contains invalid data. Please check the value and try again.
When I paste the URL into a browser window, the XML that is returned is that of the Workflow History list (GUID:'961c2b3b-0eea-4e85-96ca-f2a8632cd680') not my Calendar list... Guid for my calendar is 70892567-3351-4B99-B518-A9C4B2ABD1D0...
Have you seen this issue?
Have you used the Query List action successfully?
-----Update----
This does not appear to be happening with only the Query List action, I added a web service call and I have the same error message in the info pane. I am wondering now if it isn't some side step, or something with the "Log to Workflow History" action that is causing this...