Nintex Workflow for Office 365: Exchange Online create calendar item
Today I tried to create an item in calendars using Nintex on Office 365. I configured a service account and an user account to impersonate. But my workflow kept giving…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
All posts about Office 365
Today I tried to create an item in calendars using Nintex on Office 365. I configured a service account and an user account to impersonate. But my workflow kept giving…
No valid proxy can be found to do this operation Recently I picked up a project on Office 365 with a content type hub. I got some deployment scripts that…
The PowerShell command Get-Credential is used to collect user credentials. When I try to connect to Office 365 I’m suing this dialog to collect the login details of a user.…
In recent months I’ve really started to like the OfficeDev\PnP initiative on Github. The following 4 projects give a great start for provisioning sites: https://github.com/OfficeDev/PnP-Provisioning-Schema https://github.com/OfficeDev/PnP-Sites-Core https://github.com/OfficeDev/PnP-PowerShell https://github.com/OfficeDev/PnP It is now possible…
Add search web part to page layout Today I tried to add a search result web part to a page layout. Initially I thought to do this the same way…
Dropdown in refinement panel One of my requirements today was to implement dropdowns which filter content in a search results web part. So something that looks like this: I want…
Your problem For a long time I’ve been trying to restrict a query within my SharePoint Search Result web parts to items in a list within my current site. Including Path:{Site.Url}/MyList doesn’t seem…
Recently I’ve been looking into building SharePoint apps both for Office 365 and for on-premises SharePoint 2013. It’s not to complicated but the right steps have to be followed. First…
In this post I’m looking at the Padding is invalid and cannot be removed error Background on Padding is invalid and cannot be removed Today I tried to send data…