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?
You did better than me. I have been trying to figure this our for ages and was struggling to see why the call worked perfectly in Postman. Thanks, so much I will complete this workflow when I get in tomorrrow.