Tag: workflow
19 posts.
-
10 Things in Microsoft Flow that isn't in Azure Logic Apps
Sorry about the catchy headline. I will start by saying I am perfectly ready to see a response post containing 20 things in Azure Logic Apps that we wish...
-
Two ways to convert SharePoint files to PDF via Flow
This blog post is divided into three sections: The easy, The Auth and The Complete parts. Microsoft Flow released a new power to Convert Files to PDF. This...
-
Where is SharePoint Customization going in 2017
I'm actually pretty terrible at gambling the future of Technology. But I like writing these posts because it makes me sit down and think. User Experience:...
-
Build your PnP Site Provisioning with PowerShell in Azure Functions and run it from Flow
What if I tell you - you can build your own Azure Function and use PnP to provision SharePoint Online sites without firing up Visual Studio? What if I tell...
-
Presenting "PhantomJS" at SPBizConf free online conference on June 18.
I will be presenting "Introducing PhantomJS: Headless Browser for your SharePoint/Online" in the SPBizConf on 18 June....
-
Nintex Work Inspired Breakfast Seminar - Sydney
I'm now a Nintex vTE (Virtual Technical Evangelist). Continuing my company SharePoint Gurus ' strong partnership with Nintex . I had the pleasure of...
-
Nintex Workflow - Lazy Checkin Everything Workflow
Doing quite a bit of client-side JavaScript (AngularJS in fact) and checking in and out lots of files that sit within Style Library. At the end of the day,...
-
Azure Logic Apps: Build SharePoint Workflows by clicking buttons: a picture guide
TOC: Azure Logic Apps Build SharePoint Workflows by clicking buttons [This article] Introduction SharePoint Online Office 365 Connect them all Hybrid...
-
Working with XML in Nintex Workflows (simplified)
Problem: You call an XML web service with Nintex Web Service or Web Request actions. You get back a lot of XML, and it is very difficult to...
-
Feb 2015 CU SP2013: Workflow CurrentSiteUrl is fixed
http://support.microsoft.com/KB/2920804 Assume that you create a SharePoint 2013 workflow by using SharePoint Designer 2013, and that the workflow...
-
SPD2013 Workflow - how to check user is member of group
I want to describe a method that I use to check if a user is a member of a group. Steps Call a REST webservice Reference MSDN for the correct...
-
SharePoint Saturday Sydney 2014
November 29, 2014 was a great day for SharePoint Saturday. I presented "Develop and Build Workflow Apps in SP2013. Wait, Workflow Apps?" - which is a...
-
Copying SP2013 Workflow XAML files between VSNET projects
The Error If you copy Workflow or Workflow Custom Activity objects between your SharePoint VSNET projects, sometimes you would see these errors: Project...
-
SPS Canberra 2014 - Building SharePoint 2013 Workflows Apps (post-show notes)
On Friday afternoon I drove down to Canberra for SharePoint Saturday. It really was a wonderful afternoon. Building SharePoint 2013...
-
Setting up Azure Service Bus for debugging SharePoint 2013 Workflows
If you follow the instructions on http://blogs.msdn.com/b/officeapps/archive/2013/03/21/update-to-debugging-sharepoint-2013-remote-events-using-visual-studio...
-
Demystifying SP2013 Workflow AppStep
A SharePoint 2013 workflow essentially can run as two different accounts. The current user, or AppStep (which runs the action as the Workflow...
-
SP2013 Workflows and WSPublishState does not exist
Column 'WSPublishState' does not exist. It may have been deleted by another user. This is a quick blog of something that troubled me for nearly an...
-
Nintex Workflow Inline Function to check if SPFile is locked
IsDocumentWritable Nintex Workflow has a fairly useful function "IsDocumentWritable" that checks if the current item that the workflow is...
-
Using SharePoint Designer 2013 Workflow to copy file via REST on Office 365
This is a bit of trial and error, but works very well at the end, so I want to publish this and share the syntax. Related References:...