'Sharepoint online Flow how to create a sharepoint List
I would like to dynamically create a list using Flow in SharePoint online. I don't see that there is an option to create a new list only new item or new file.
Does anyone know if this is possible?
Solution 1:[1]
Unfortunately, It seems the Flow can't provide a option to create a new list currently.
As a workaround, we can create a workflow and create list using REST API.
Reference: How To Create A List Using HTTP Web Service In SharePoint Designer 2013 Workflow
Solution 2:[2]
thanks. what i ended up doing is using an azure function and set that as a custom connector that would then appear as an action in flow i used this: https://medium.com/plumsail/how-to-call-sharepoint-from-microsoft-flow-with-a-help-of-an-azure-function-a5740794341
and then changed the logic to crearte a list instead of a folder
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | LZ_MSFT |
Solution 2 | elitzur e |