2nd Microsoft Flow Template – Send Push Notification & Slack Message for a WordPress post #MicrsoftFlow #SharePoint #Office365

I was able to get my second Microsoft Template published in Microsoft Flow

Template can be used from here

Send Push Notification & Slack Message for a WordPress post

Functionality in this template is quite simple, when a WordPress post is made a push notification is made and also a Slack Message is posted in a particular group

To learn how to publish a template you can read my below blog about it

How to submit a Flow in template Gallery ?

To learn more about Microsoft Flow you can read below blogs

My tryst with Microsoft Flow!

Microsoft Flow – Create from blank

Microsoft Flow – Advanced mode options #SharePoint #MicrosoftFlow

Microsoft Flow template published #MicrosoftFlow #SharePoint #Office365

So finally my first Microsoft Flow template has been published, I am quite excited about it! It took sometime for Microsoft to add in the list of templates but better late than never.

Template can be used from here

Send email and add item in SharePoint List when WordPress Post is created

Functionality in this template is quite simple, when a WordPress post is made, you can get an email and same information can be added in SharePoint List.

To learn how to publish a template you can read my below blog about it

How to submit a Flow in template Gallery ?

To learn more about Microsoft Flow you can read below blogs

My tryst with Microsoft Flow!

Microsoft Flow – Create from blank

Microsoft Flow – Advanced mode options #SharePoint #MicrosoftFlow

SharePoint 2013 migration to Office 365 step by step – Strategy #SharePoint #Office365

This post is written as step 2 that is strategy. Step that is planning can be read here SharePoint 2013 migration to Office 365 step by step – Planning #SharePoint #Office365

Once we have filled in the excel template and also found out all issues via SharePoint Migration assessment Tool we need to formulate a strategy to find solution to issues and customizations.

As an outcome of the first step you should have a list of categorization of issues / customizations for which you need to strategize. I am listing down some if it, note that these are just examples and it totally depends on what you have done in your farm before and how much customizations have been done.

customizationcategory

For more reading about above topics and in text format use below link to download an excel Customization / Issues Categorization

Note that any solution will be based on what kind of Office 365 license you have, whether your organization will have PowerApps or Flow or not? Also whether you will have SharePoint Add-in model in place or not

If you have any questions with specific customization solution you can ask in comment section and I will try my best to provide a solution to that.

After we define a strategy for customizations we need to find a strategy to migrate data from On-premise to Office 365. This will be our third step and we will define that in next post. Before we do data migration it’s important to list down how many Web Applications we have, size of Content Databases.

In case you need more help on this or other SharePoint issues please contact us via our Contact Us page or via our Facebook page or via Twitter

Like us on Facebook and follow us on Twitter

 

How to submit a Flow in template Gallery ?

You can also submit a Flow as a template to template Gallery. Once approved it will be visible for everybody to use. What you need is a descriptive name and good description about it.

You can submit Flow created from Blank or a modified one created from template. Note that Microsoft may modify your template before it gets published.

To submit first you need to create a Flow first, you can learn how to do it from this post Microsoft Flow – Create from blank . Once done select “Done” and then you will see option to Submit to gallery.

submiastemplate

submittogallery

Once clicked you need enter good description and submit it. If Microsoft think it’s worthy enough they will make it available.

descriptiontemplate

Microsoft Flow – Advanced mode options #SharePoint #MicrosoftFlow

Microsoft Flow User Interface is quite simple and intutive but it still gives you an advanced mode to write scripts, we are going to have a glimpse of it.

Advanced mode is available when you have applied condition.

msflowconditioneditconditionmsflow

One example is below, lessorequals is the conidion, Budget is the column name and 100000 is the compare value

@lessOrEquals(triggerBody()?[‘Budget’], 100000)

More complex conditions can be written using Workflow Defintion Language.

More examples

@contains(triggerBody()?[‘Budget’], 100000)

Bascially advanced mode needs to be used when you want to satisfy multiple conditions as User Interface only allows Single condition

One example is below, here we are matching Tweet text with multiple hashtags which uses an OR condition

@or(contains(triggerBody()[‘TweetText’], ‘SharePoint’), contains(triggerBody()[‘TweetText’], ‘Office 365’), contains(triggerBody()[‘TweetText’], ‘OneDrive’))

In case you need more help on this or other SharePoint issues please contact us via our Contact Us page or via our Facebook page or via Twitter

Like us on Facebook and follow us on Twitter

 

Microsoft Flow – Create from blank

Microsoft Flow is a powerful visual workflow creator which helps to create processes and tasks. User Interface is simple and intuitive, let’s see an example

In this example I am going to create Flow from Scratch and not use any template. Template usage has already been shown in another Post.

Example we are going to implement is quite simple, user will add a item with Budget and Description. Based on the budget we will send email to different set of users for approval.

First step is to create a simple list with column Title, Budget (Currency), and Description (Multiline text). To create flow from scratch click menu “See your flows” and not Create a flow as it will ask you to select a template.

budget

Here you can see all your flows and also create from blank, click on it and you will get to flow creation page, next step is to select a trigger for the Flow. You have ample trigger points available but in this case we will select List item creation

craeateflowfromblankbudgetemail

Now you need to enter your SharePoint site URL and select the list for which you want to create flow and add next step which will be a condition in case but for yourself you can select any step as per your needs.

flowaddcondition

Here we added a condition that if Budget is greater 100000 Kr then send email to another person and if less than to send another person. There are mutiple things happening here, you add condition and you also look for actions based on that. You can also Dynamic content like column values from List like Budget

dynamiccontent

Since we are trying to keep it simple our flow is done and we will Create flow on top to publish it and then we can see it in action

You also have some options of Advance edit and also add further conditions, apply to each , do until and a new scope which we will explore in another post.dynamiccontent

Once create click Done and your will flow is ready to use.

Now let’s see this in action!

Add a new item which has budget more than 100000 Kr. Once added I should get email on my Gmail as described in Flow.

newitembudgetbudgetemailsent

Wallah! I got an email and also unsubscribe option is already added which is kind of cool!

You can also how your flow in doing my going to My Flows and see details if it has succedeed. If you clock information icon on right you will see more details, also click on any flow which has run and it will show which steps has been a success or failure.

So that’s it for now, you can see how easy and intutive is to create Flow.

 

 

My tryst with Microsoft Flow!

Microsoft Flow is a new feature available in Office 365 and very soon it will be on-prem version as well

Microsoft Flow seems to be powerful and simple to use worklfow (Processes , Tasks) creator.  It has ability to integrate with different systems like Twitter, Another list, Outlook, Office 365, OneDrive etc.

Currently it has seevral templates available for to be used or you can create a own one also from scratch

https://flow.microsoft.com/en-us/templates/

In this example I will create a flow which will integrate simple SharePoint list with Twitter. We will store each tweet which has keyword “SharePoint” in it.

  1. Create a custom SharePoint list called Store Tweets and rename the Title column to Twitter details
  2. Once created use the Flow menu to create the flowStoreTweets.png
  3. Select the highlighted template                                      TweetApp.PNG
  4. Once selected you will be asked to connect / sign in to your SharePoint and Twitter account. You also have the possiblity to connect a on-premise SharePoint via Gateaway which needs to have Gateway Installation and also connection with Azure for authentication, more details in another post                                                                                    FlowAppInte.PNGgateway
  5. Once done continue and select the hashtag which you want to look for , I have selected SharePoint, you have the ability to extend this template to add more steps. flowtweet
  6. Click Create Flow on the top and now when a tweet is made which has word SharePoint will be stored in List data. Flow is always running and from manage flow menu in list you have the ability to stop it, modify or delete it
  7. Now you can see Tweet has started to come in listtweetstore

The real power of Flow lies in the template it has and different templates you can create. Above example is a very simple one but if you can understand this it’s application are huge like you can use this for data capturing for analysis later etc.

Next step will be to create a Flow from Scratch which is for another Rag 🙂