I have a SharePoint Online site running the Communication template. Members can create new document by clicking on the New button in the document library then select the relevant template. For example, we have a Project Plan template which is an Excel file. See below for more info
SharePoint New Document screenshot
Currently, our members have to browse to the document library then click on the New button and select the template. Is it possible to generate a link to trigger the creation of a new document using a particular template? This will help to eliminiate training for staff
Can you please have a try below link?
<h2>New Document</h2>
Example:
<h2>New Document</h2>
More reference:
https://learn.microsoft.com/en-us/office/client-developer/office-uri-schemes
Related
I'm using Microsoft SharePoint and MS Planner, I have a plan that's connected to SharePoint website, so everything I post in planner automatically shows in SharePoint.
So whenever I upload an attachment it is uploaded to Sharepoint site/shared document
I want to create a specific folder inside documents and make attachments that I upload in planner go directly there.
is there any way to do that?
Currently this is not supported. You can vote for the suggestion to add this feature though:
https://feedbackportal.microsoft.com/feedback/idea/91702db7-3252-ec11-a819-000d3a7c684e
I'm currently working on a registration form for a conference. I made a form for the SharePoint list using the PowerApps link in SharePoint (web). I published the form, and now I can't find it on the PowerApps site when I go to open applications for editing. I can edit the form using the edit link in my SharePoint list, but I'm unable to find it anywhere on the PowerApps website... Any ideas?
Did you use the "Customize forms" option or "Create an App"?
If you used the former, then your app will not be listed if you try accessing it through the Powerapps site or Mobile App.
There is a difference between these two. Customize form is specific to the list while create an app creates a new app for you on powerapps using the Sharepoint list as the datasource
I am new to all of this. Recently i got a user story for document uploading in a library.
The story is " I want to upload a form and when i upload it in the library, the document should be in Draft state.
After that a mail should be sent to my manager and after the manager approves it, the document should be in Publish state."
Note: There can be numerous users uploading their documents in the library.
I believe it is kinda like a customization. I am not allowed to use Visual Studio or SharePoint designer.
Is there any way i can complete this story?
You can use MS Visio using SharePoint Workflow template and then import it.
More information and steps here
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?
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
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
I have created a SharePoint (MOSS 2007) site template, and I am programmatically creating a number of new site based on this template. I would like to populate each site created with this template with a number of users and groups from the Active Directory. Can anyone offer any guidance on how this can be done, either as part of the site template, or through code?
Thanks, MagicAndi.
Have a look at this article, it shows 3 different ways of adding users.
MOSS: Add user to site through code (programmatically)