Hi im trying to solve an issue i have.
When my flow creates a Team it creates a SharePoint site.
I then want to add a custom library to the SharePoint site. This library have content types from the content hub.
If my flow tries to apply the custom library to the site before the content types have been provisioned to the site, it will fail.
Currently i just put a long delay in flow. But i never know when the content type timer runs so i would like flow to keep checking if my content type have been provisioned on the new site, and then apply the custom library only when the content types are available.
Solved! Go to Solution.
So it seems that i can use Graph to pull out a list of available content types.
https://graph.microsoft.com/v1.0/sites/site id/contentTypes
I can then check every 4 h if the custom content type is in the list if it's not in the list it goes back wait another 4 h and checks again.
If anyone have any inputs on how to achieve this the best way please let me know.
Solved it.
User | Count |
---|---|
92 | |
44 | |
20 | |
19 | |
15 |
User | Count |
---|---|
135 | |
54 | |
44 | |
41 | |
31 |