I’m trying to create a workflow that loops through a list in SharePoint Online using a REST web service call. However, I’m having some trouble trying to pass the authentication token as described in the following article.
http://www.fabiangwilliams.com/2013/09/03/more-on-sharepoint-2013-rest-api-with-fiddler-and-spd/
Basically, the workflow stops right at the “Call web service” action, and the only error it tells me is the following.
Invalid text value.
A text field contains invalid data. Please check the value and try again
Has anyone had success with web service calls to SharePoint Online?
We also frequently have run into the same issue writing to the workflow history! It is a pain.