Reading Time: 2 minutes In my previous article, 3 Simple Steps to Make a REST API Call in SharePoint Designer, I went over the basics of making an HTTP service call in SharePoint Designer. In this article I plan to show you how you can make a GET call and how to retrieve the data from it. In particular,…
Category: SharePoint
3 Simple Steps to Make a REST API Call in SharePoint Designer
Reading Time: 3 minutes As you might know, SharePoint Designer can be quite clunky and cumbersome at times and a bit of a pain when trying to first figure out how to make a REST call. Below I’ve listed some steps that will help you make a REST call in your Designer workflow. Note: Before we get started, this…