Create a SharePoint Online site with Power Apps and Power Automate via the Rest API

Create a SharePoint Online site with Power Apps and Power Automate via the Rest API

Shane Young

3 года назад

20,480 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Aroh Shukla
Aroh Shukla - 23.10.2023 06:45

Shane, this is perfect example of SharePoint Online Govrenance. Seen seen many customers who have SPO with completely no govrenance in place.
This solution will control who can create SPO sites via Power Apps coupled with the approval process and boom, a new site is created.

Thanks for this insightful video. :)

Ответить
Technical JK
Technical JK - 21.09.2023 09:47

Thanks for sharing. Do we have alternate option if we dont have Premium capacity. I am looking to use API call to add Item details to a Sharepoint List. Any suggestions for that? Thank you

Ответить
Technical JK
Technical JK - 18.09.2023 17:56

Hi Shane I would like to know if there is possible way to use RESTAPI into power app where the data is being given through sharepoint list?

Ответить
mini2580
mini2580 - 28.08.2023 14:49

Hi Shane, thanks for all educational videos. Is it possible to create a site with multiple owners and apply retention label to document library?

Ответить
Karlstens
Karlstens - 30.03.2023 13:07

It's great to refer the audience to the manual, but I was expecting you to detail the various options and config that you're teaching, rather than playing dumb, acting clueless and skipping through. Why not instead take the time to teach the settings since you're already racing through them?

Ответить
Jimmie Traylor
Jimmie Traylor - 28.12.2022 00:49

Shane, how would we create a site from a custom Template? I have 2 site templates that we use and currently i have a flow that sends me an approval email asking for the site to be created. I then create the site from the information in the email using one of the templates. When the site is created i press the appropriate button on the approval email to create a number of documents tied to content types and then let the requester know their site is ready for use. It would be nice to remove the approval portion of the workflow and have the site created automatically.

Ответить
Ullas Anand
Ullas Anand - 27.10.2022 14:27

Hey Shane ,
Thanks for the helpful video ,
it looks like using _api/SPSiteManager/Create , we can create modern team sites with no O365 groups , is there a way to create a team site with O365 groups as well ?

Ответить
Erik PGH
Erik PGH - 20.10.2022 20:33

Would love to see how you would create .... say a Wiki Page within an established Sharepoint site or Team site from Powerapps / Powerflow.. The idea is to create a knowledge base using Powerapps as the generator of the Wiki page. Powerapps would have defined attributes & meta data established that conform our structure of categorization / folders structure / etc.

Ответить
ytwadk
ytwadk - 14.09.2022 22:41

Great video tutorial, thanks for sharing. How to validate the URL if it has existed? Is it possible to do string replacement like replace whitespace by a hyphen? in the URL? If the URL consists of a special symbol how to validate and warn the user to remove the symbol? Thanks.

Ответить
Anshu Jha
Anshu Jha - 31.08.2022 18:17

Hi shane. Thanks for the video. I'am running into an error stating ""SiteId": "", "SiteStatus": 3, "SiteUrl": """. Could you please help

Ответить
Marcelo Scaccia
Marcelo Scaccia - 28.01.2022 12:18

Hi Shane! thanks a lot for the video, could you try to copy a file after creating the site? Even with the delay and status 2, if I want to copy a file into the site folders, it returns that it doesn't exists, but...if I open the site with a browser, after creating it...it works ok ! Is like there's some initialization in the middle don't know...could you help me? thanks

Ответить
Indyfficient
Indyfficient - 16.10.2021 04:22

Yea please more of this, love all your videos!

Ответить
Hugo Reyes
Hugo Reyes - 30.09.2021 10:35

HI Shane, I understand the process but Im having 2 issues, I first create the flow and for each of the Values to create the site I set "ask in POwerApps" I dont have the Option to specify the "Name" "URL" etc, that is one thing, and then I went to the App and set the flow in the button but the I got an erro when I write the formula "Received 5 Expected 1" have not been able to figure this out :(

Ответить
Strategik 365
Strategik 365 - 05.09.2021 00:18

Nice video Shane - much appreciated. Thanks.

Ответить
Dullawolf
Dullawolf - 01.09.2021 22:14

My question is how do you get the data from powerapps to flow? Do you have powerapp dump information to a sharepoint list, then the flow pulls from that?

Ответить
Tech Wheels
Tech Wheels - 16.07.2021 05:39

Hi Shane,
I have one doubt, actually, I have a screen where I have two dropdowns are there, & data source is SharePoint, let's name these dropdowns as "OEM" & "PROJECT", this OEM & Project is a column in a list of Sharepoint, let say list name is Supplysheet of the list, now these OEM & project column in Sharepoint is of type of Lookup type. I mean both OEM & project are lookup columns in the supply sheet list.
Now, I want to like these let's say when someone clicks on the dropdown for OEM then it has all the value, but when someone clicks on the dropdown for the project after 1st dropdown, it should display the limited value which is linked with OEM which we selected from dropdown 1.
I mean we want to filter the data of project-based up on OEM,
I tried writing this in ITEMS but it didn't work.
Filter('SupplySheet-emb.SW',OEM.Value = Dropdown1.Selected.Value)
Please Help me..

Ответить
Josh Corne
Josh Corne - 14.07.2021 20:48

Recently did this by creating a Team using flow which obviously generates the SP backend then used SP API to create the pages. Couldn't find a way to label the site for Microsoft Information Protection over the API mind. Not sure if I've missed something or if it isn't possible.

Ответить
Garima Tewari
Garima Tewari - 14.07.2021 01:35

Could you please help me create a sharepoint page using flow when an item is created in a list. List must have multiple line text column that we will be using in page

Ответить
Skyr_Lancelot
Skyr_Lancelot - 02.07.2021 16:19

As always nice one Shane, thank you!
I want to create the same site which I would get, when I create a site manually over the SharePoint root or admin center but I can´t find the correct "Webtemplate" name/ID. Is this even possible with the SharePoint Rest Api or do I need the Graph Api for it`?

Ответить