User Profile
Techresa
Brass Contributor
Joined 10 years ago
User Widgets
Recent Discussions
Re: Mail Merge Using SharePoint online List as Data Source
Do you still need help with this? I was working with content types yesterday and remembered that you have to configure the document information panel settings within the content type to get the fields to show up in Word. I can provide more details if needed.34KViews0likes4CommentsRe: Need some help, can't even get a proper approval flow for Sharepoint to work
xCloud Sorry for the delayed response. I had a nice long one typed up, but my browser crashed before I could post it. 2. Check out this post for a way to see the workflow status in SharePoint Online. https://techcommunity.microsoft.com/t5/SharePoint/How-to-display-approval-status-from-microsoft-flow-on-Sharepoint/m-p/241870# 4. I recommend you capture the content approval status in a variable. Then add details such as published date to the item. Finally, use the Set Content Approval Status action to set it back to what was captured in the variable. You could do that within a condition for If Content Approval Status equals Pending.Re: Need some help, can't even get a proper approval flow for Sharepoint to work
Hi xCloud, As for your first item, I am working on something similar. I have versioning and require content approval turned on. When a file is created or modified, it goes into a Draft status. When the file is published it goes into a Pending status. That's when my Flow takes action. Here's how my Flow is designed. When a file is created or modified (properties only) Get file properties Condition Content Approval Status is equal to Pending If yes Send an email I leave "if no" blank because I don't want any action taken. Have you tried this or something similar?Quick Parts Not Saving in Outlook 2016
In Outlook 2016 (Version 1802 Build 9029.2253 Click-to-Run) on Windows 10 Enterprise, I can create a Quick Part. However, after I close & re-open Outlook, the Quick Part is gone. I found 2 forum posts about this issue (dating back to the beginning of 2017), but neither has an answer/solution. https://bit.ly/2F3Ikfw https://bit.ly/2vu7B2N Does anyone know how to fix this? Or have a workaround?15KViews0likes3CommentsApply-PnPProvisiongTemplate "Referenced content type not available in site or in template"
Apply-PnPProvisioningTemplate : Referenced content type 0x01010029AB996A778A324EAEF918C866ECBD19 not available in site or in template I am using Get-PnPProvisioningTemplate to create a template (as an XML) file. When I use Apply-PnPProvisioningTemplate, I get Referenced content type 0x01010029AB996A778A324EAEF918C866ECBD19 not available in site or in template. <---Error---> PS C:\WINDOWS\system32> Connect-PnPOnline -Url https://<tenant>.sharepoint.com/sites/templates PS C:\WINDOWS\system32> Get-PnPProvisioningTemplate -PersistBrandingFiles -PersistPublishingFiles -Out $path; PS C:\WINDOWS\system32> $web = New-PnPWeb -Title "ERP Template Test" -Url ERPTemplate -Description "ERP Template Test Si te" -Locale 1033 -Template "PROJECTSITE#0" PS C:\WINDOWS\system32> Write-Output $("Applying PnP template [{0}] to site [{1} ({2})]..." -f $path, $web.Title, $web.U rl); Applying PnP template [C:\PnP\ERPTemplate.xml] to site [ERP Template Test (https://<tenant>.sharepoint.com/sites/templates/ERPTemplate)]... PS C:\WINDOWS\system32> Apply-PnPProvisioningTemplate -Path $path; WARNING: The source site from which the template was generated had a base template ID value of PROJECTSITE#0, while the current target site has a base template ID value of STS#0. Thus, there could be potential issues while applying the template. Apply-PnPProvisioningTemplate : Referenced content type 0x01010029AB996A778A324EAEF918C866ECBD19 not available in site or in template At line:1 char:1 + Apply-PnPProvisioningTemplate -Path $path; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (:) [Apply-PnPProvisioningTemplate], Exception + FullyQualifiedErrorId : EXCEPTION,SharePointPnP.PowerShell.Commands.Provisioning.ApplyProvisioningTemplate The script and XML are attached.6.2KViews1like2Comments
Recent Blog Articles
No content to show