I am trying to query a calendar list to get all events created within a date range. Every time The workflow starts, It is terminated with the following message.
System.Activities.Statements.WorkflowTerminatedException: Cannot complete this action. Please try again.
I think it has something to do with the list type (calendar). I have tested same query on regular list without issue. Here is my Query.
[%Parameter: Start Date%][%Parameter: End Date%]
Any help you could provide would be greatly appreciated!