So this workflow was running just fine an hour ago, I have no idea what changed, but I am getting this error on the workflow page:
RequestorId: 2fe8eded-4692-e557-0000-000000000000. Details: System.Activities.Statements.WorkflowTerminatedException: The specified view is invalid. and I found this:
Getting items from https://mycompany.sharepoint.com/Emplo... based on
… and save to Variable: dictionary
which has a property called view, which contains the CAML Query, which looks like this:
Anything would be great here, as I am at a total loss.
Please ensure that you filled in correctly all parameter, if you unsure please post here (or email us to support mailbox) the screenshot of the workflow action
You are using Get Items from View workflow action, but instead of view name you pass invalid CAML query (this is why you see the error)
I suppose the action was added accidentally.
Remove the action Get Items from View and add Get Items by CAML Query.