Forum Discussion
Issue with SharePoint action tasks in Flow which are not accepting to provide SiteName and ListName
- May 21, 2018
Hi All,
I could able to resolve this issue by using "SharePoint - Send an HTTP request to SharePoint" action instead of using standard SharePoint Create Update and Delete Flow actions. This helps us to assign SharePoint site link name using a value there in variable and also accessing any of the SharePoint List by using it Rest API calls in following format "_api/web/lists/getbytitle('<any list name which comes from variable>')/items". Hope this solution helps some of the users who want to implement CRUD operations with SharePoint list items at a runtime...
Hi All,
I could able to resolve this issue by using "SharePoint - Send an HTTP request to SharePoint" action instead of using standard SharePoint Create Update and Delete Flow actions. This helps us to assign SharePoint site link name using a value there in variable and also accessing any of the SharePoint List by using it Rest API calls in following format "_api/web/lists/getbytitle('<any list name which comes from variable>')/items". Hope this solution helps some of the users who want to implement CRUD operations with SharePoint list items at a runtime...