Tip o’ the Week 401 – Go with the Flow

We all get notified of stuff that we’re probably interested in, but clip_image001which we never get around to reading about in-depth, or trying out. Well, this week’s topic presents both an example of exactly that (for some of us at least) and a potential solution to it – Microsoft Flow, a free-to-use, simple*, workflow tool that can stitch all kinds of things together in a useful manner.

* some may take issue with “simple”.  Bah.

Flow promises to do all sorts of groovy things that nobody ever needs, like writing every email to a Google Sheet then sending your calendar a reminder to look at it. But there are lots of potentially interesting and useful things you can put together, either by using the many templates or by building your own custom flow based on simple logic. You could connect all kinds of disparate web-based services together and using triggers, fire off actions based on events happening – like a tweet about a particular topic, or a new event added to a calendar.

Let’s take an example – say, you have an Office 365 work mail account and associated calendar. When you put something in your calendar which is both an all-day event, and is also marked “Out of the Office”, that probably means you’ll be out of the office all day, maybe away on a business trip or possibly even on holiday.

Wouldn’t it be useful to be able to copy that to a calendar that your nearest and dearest can see, maybe even adding all the events from several family members into one place, shared with all the others?

First off, you may want to log into www.outlook.com, go into Calendar and create a new shared calendar (if you don’t have one already)clip_image003 give it a suitable name (like Family Calendar) and clip_image005then make sure you’re sharing it with the right people you’d like to be able to see it. They will get an invite to see the shared calendar and it will be added to their own Outlook.com calendar view (as pictured way below).

clip_image007

Now, to create the flow to copy stuff from your work to Family Calendar…

  • Login to Microsoft Flow using your Microsoft Account, here.
  • Create a new Flow using a blank starting point, here.
  • Search event and select Office 365 Outlook – When a new event is created (and might as well pick v2 unless you know better)
  • Next, you’ll need to sign into your Office 365 account to be able to access it. Select the default calendar (probably just called “Calendar”…). This is the source for the flow, the trigger.
  • Click New Step and select Add a condition, then click in the “Choose a value” field; in the dynamic content pop up box, type clip_image009Is all day and you’ll see an “Is all day event?” condition clip_image011appear in the list. Click to add it to the flow.
  • Check that the central drop-down is “Is equal to” and click on the value to the right and enter True.
  • In the “If yes” left-hand pane, select Outlook.com – create event, then Sign in to provide your Outlook.com credentials.
  • Choose the Family Calendar from the list, and add the relevant details you’d like to add – in other words, the attributes from the source (O365) calendar, that you’d like to reflect on the destination (Outlook.com) one.
  • It’s a good idea to show Advanced Options, and select something like the following attributes by searching in the Dynamic content box for the key fields in each case (one of the more important being Is HTML, if clip_image013you’re going to put anything in the body of the message).
  • When you’re happy, click on the Flow name box at the very top of the page and give it something meaningful, and then Save Flow to the bottom

Now you should be able to see any new, all-day events that appear in your work calendar, showing up in your shared Outlook.com custom calendar.

A further refinement might be to add a condition to only trigger the sync when the original meeting is set to “Out of Office” – click on Update flow to edit, then add another clip_image015step, Add a condition then add Show as equals 3 – that’s the field that denotes the event’s status (busy, free etc), and “3” is the value that means “out of office”.

clip_image017
Save the flow and you’ll see the flow copies only OOF events from your work calendar to your shared private one… as below, where Outlook.com is shown behind the Outlook app.

clip_image019

It’s worth having a play around with Flow, as you can do some interesting things with it (and there are connectors for all kinds of services, including Google mail & calendar, Wunderlist tasks, even grown-up apps like Dynamics or Salesforce. There are mobile apps that can take part in flows, too); do bear in mind that it takes anything up to a few minutes to fire these kinds of events, and if there’s a problem running your logic, then you’ll be notified.

It may be worth adding a debug step that can be easily removed later, by getting the flow to send you an email with the values of the fields you’re interested in…

clip_image021

Tip o’ the Week 356 – How not to send mail accidentally

clip_image001An ohnosecond is the small measure of time between a luser doing something seemingly innocuous, then realising the true magnitude of what you’ve done.

Frobbing a scram switch without knowing. The dawning reality that a protest vote might actually result in that thing actually happening. Sending an email to someone you didn’t mean to, that kind of thing.

Fortunately, most of us have a limited ability to truly mess things up (leaving aside Darwin Awards candidates), but something that most of us will have done at some point, is that unintended sending of mail. The situation could come up for a number of reasons:

  • Someone is copied on the mail that you’re replying to, and you either don’t realise or you intended to remove them from the list but forgot. Maybe you went on to theorise about their capability or speculate on their intent. Normally just embarrassing, could be career-limiting.
  • clip_image003You accidentally add someone to the TO: or CC: line of a mail, intending to remove them, but don’t. This is basic carelessness which can be avoided by not adding people to the TO: or CC: lines of your email unless you genuinely intend to send the mail to them… [coming to a Bedlam expansion pack sometime]
  • You Reply-All by default to emails, maybe asking to be removed from the mailing list. Don’t do that. Seriously.
  • You send an email then just after, realise that a later message has changed the conversation and that, if you’d read that first, you either wouldn’t have replied, or if you did, you’d say something different.

There are a couple of easy things anyone can do to avoid these issues, apart from thinking before sending and maybe re-reading all of what you’ve written before sending it to what you know to be a large group, or with important people on the list.

clip_image005

  • DON’T put people on the TO: or CC: line as a way of looking them up in the address book; it’s an easy trap to fall into; maybe you just want to check how someone’s name is spelled, or find out who their boss is, etc. If you want to do that, go to the main Outlook window (ie not the email editor, if you happen to have that as a separate window), and just press CTRL+SHIFT+B to bring the address book to the fore. Or, click the Address Book button on the Home tab, or just type the name into the box above it.
  • Try delaying the sending of new messages – in principle, keeping outbound mail in the special “Outbox” folder on your PC until some period of time before actually pushing the message out to the recipients.
    • clip_image007One option might be to delay specific messages, probably more for impact – if you want people to receive mail at a particular time (following an announcement that you know is going to happen at a set time, for example), then you can force that message to sit for a while – an extended time, maybe – before being put into the sending queue. See the Delay Delivery icon on the Options tab within the message window.
      clip_image009
      One downside to putting stuff in the Outbox is that when you’re running Outlook in the default “Cached” mode, then the Outbox is a special folder on your PC – so if something is sitting there waiting to be sent, and you put the PC to sleep or it goes offline, then the message will stay there until the next opportunity presents itself when your PC wakes up and is online.
      There is a slightly more convoluted way of putting delayed mail in the Outbox on the server – see veteran ToW #30.
    • clip_image011To delay every message for just a few minutes, to give you an opportunity to yank them from the Outbox, then create a rule…
      • On the Home tab in main Outlook window, try creating a new rule by going to Manage Rules & Alerts then, and clip_image013choosing New Rule, then under “Start from a blank rule” choose “Apply rule on messages I send”
      • On the new rule dialog, select “Next” to apply the rule to every message sent (on the “Which condition(s) do you want to check” tab), then on the “what do you want to do with this message” page, select the “Defer delivery” option and choose the number of minutes, then hit Finish / OK to apply the rule and return.

Now, when you send a message, it has the property set that delays it for however many minutes you wanted to wait – if you need to send it quickly (so you can disconnect or shut down, for example) you can go into the Outbox folder, open the message, change the “Delay Delivery” option on that individual message and press Send again.

Tip o’ the Week 349 – Office 365 UI updates

clip_image002At the Ignite conference in Atlanta at the end of September, lots of news came out about Artificial Intelligence, Windows Server, Security and Office 365 – check out the keynotes and other videos, here.

One of the new features that has appeared in some users’ Office 365 environment is a new app launcher UI – it’s the overlay which appears when you click on the 3×3 grid on the top left of Office 365 websites; if you’re an O365 subscriber then you could use portal.office.com as a Launchpad, or just go to outlook.office.com for your mail and spread out from there.

clip_image004Some Office365 features are very dependent on not only which package you’re subscribing to, but whether or not you’ve an IT department which is controlling the deployment – as well as “Standard”, there’s a “First Release” option that gets new stuff more quickly. IT departments or other groups supporting Office 365 users could use the Fast Track site to find collateral that might help them explain newer features to their end users.

 

To find out what level of Office 365 you’re using, click on your photo or the silhouette icon on the top right, and choose “Your Account” from the list, and then “View Subscriptions” from your My Account home page, where you can tweak all kinds of other settings, install software and the likes.

The new App Launcher has clip_image006the ability to move icons around and resize them akin to the way you can tweak the layout of your Windows Start menu (though not Live Tiles, at least not yet – there are other improvements on the way – see more on the App Launcher and upcoming changes).

clip_image008Other new features for Office 365 include Delve Analytics being rebranded “MyAnalytics” and given a freshen up; see the new MyAnalytics icon in Outlook, if you’re a subscriber (or if you have the Office 365 E5 package, in which it’s included).

Watch the demo video of this awesome technology here, check out more details on MyAnalytics here, or just visit http://office.com/myanalytics. As Paul Thurrot says, though, there may a need for “a bit of introspection some will find uncomfortable”, as the data surfaced might make you wonder just what you do all the time.

Tip o’ the Week 347 – Mentions in Outlook

clip_image002One of the nice things about subscribing to client apps as part of Office365 is the regular feature updates which flow, tying together new capabilities in the service at the back end with updates to the client. One such change which came out recently was the addition of “mentions” in Outlook – you may have seen the dialog…

clip_image004

Mentions is a new feature that helps to get someone’s attention, much like mentioning them on Facebook, Twitter or Yammer.

When you type an @ symbol in Outlook, you’ll see an inline pop up showing the a list of frequent and/or recent email recipients. If you start typing then that list gets narrowed and when you select the person’s name, it’s added to the message in full and they’re automatically added to the To line of the mail or meeting request too.

You can edit their name inline (so it might just say @forename) to make the mail easier to read. As a mentionee, you can clip_image006show only mails that have mentioned you as above – in the main Outlook window, look for the filter next to the search box, usually showing “All”, and it can quickly show you only mentions. In Outlook Web client, you’ll also see a little @ to the right of the messages which mention you, in the regular inbox view.

clip_image008If the people you work with are in agreement, this can be a handy way of asking colleagues to do something; if you embed mentions in a long mail, then the people you’re invoking will be able to quickly show the mails they need to respond to – a less structured and formal way than assigning a task or other means.

Tip o’ the Week 344 – Inky betterness

clip_image002Inky was, along with his friends Blinky, Pinky & Clyde, one of the ghosts in the original Pac-Man. A little further back, Henry “Inky” Stephens was a noted inventor, businessman, politician & philanthropist. More recently, Inky is a company aiming to displace Outlook & Exchange by “fixing email”. You could also think of apps that support Windows Ink as “inky”. Maybe.

If you have a Windows 10 PC with a stylus, you may have noticed some additional functionality provided through the Ink Workspace (covered in ToW #340 no less) but it’s worth keeping an eye out on other applications for their increased usage of Ink, in a way that could make scribbling a more obvious and natural part of using your computer than you’d expected.

clip_image003

Recent updates to Office365’s client portfolio include a bunch of inky features – like the Maths* assistant in OneNote Mobile (the mobile/modern app, not the OneNote 2016 desktop version), which lets you not only capture written equations but can bring them to life. Or the ability to do Ink Replay (see here), which lets you show how the ink on a given page was produced – great if you like drawing a diagram that tells a story, almost like an animation.

Planky made something of a name for himself in producing these kinds of videos – here he is explaining cryptography, certificates, public/private keys and digital signatures.

clip_image005To see which version of OneNote Mobile you’re running, go to the hamburger menu in the top left, then look in Settings -> About. There’s also a “What’s New” button to show you the headline latest features.

Ink Replay functionality is due to arrive in mainstream Office desktop apps soon, too. For more information, see the Office blog here, which also details a slew of other updates being made to Office through these regular feature enhancements.


*Maths is the abbreviation used by pretty much the whole English-speaking world for the study of Mathematics, and in the English UK localisation of Office, fortunately, the functionality is presented as “Maths” just as browsers have Favourites. Presumably the button in OneNote for US users will say, simply, “Math”. Maths vs Math can still be cause for argument (watch the video, it’s quite interesting) – just read the comments here. Most other languages avoid the issue by simply not having a commonly agreed abbreviation.

Tip o’ the Week 337 – PPT premium groove things

clip_image002Sometimes, news can pass you by and it’s only some time later when you are confronted by it, that you realise just what it all means. There’s been a lot of news in the UK of late (eg Larry the Downing St cat not only keeps his post as Chief Mouser to the Cabinet Office but is confirmed as one of the great survivors of modern British politics, outlasting the leaders of Labour, the Conservatives, Greens, Liberals, SNP and UKIP).

On a slightly more mundane front, a demo was shown clip_image004during the day #2 keynote at Worldwide Partner Conference, which drew mild gasps from the audience, even though the feature had been unveiled more than 6 months ago. The coolness in question was PowerPoint Designer, something available only if you’re running Office 2016 and have an Office365 subscription.

The Designer manifests itself as a selection of suggested layouts that will be displayed in the right-hand task pane of the PowerPoint app, after you’ve inserted some photos from your own collection or from the various online sources. A suitable colour scheme will also be found, depending on the predominant colours in the photo(s) you’ve pasted or inserted. It’s subtle and clever.

There’s a Design Ideas icon on the Design tab, if you want to manually invoke the Designer functionality too. When you start the Designer for the first time, you need to accept that the images you use within the designer will be sent to a cloud service for analysis. See here for more.clip_image006

At the same time as the Designer appeared, another premium O365 service was also added, called Morph (not to be confused with Tony Hart). The Morph service makes animating slide transitions really easy, and it’s probably simpler to demonstrate than to explain. Try this:

  • Create a new slide in PowerPoint, and paste an image, sized to a thumbnail in one corner of the slide
  • Add a text box with any old text in it
  • Now, in the slide thumbnails on the left side, right-click on the new one and choose Duplicate Slide.
  • Move your image to a different corner of the 2nd slide, and make it bigger – try adding some artistic effects or recolouring if you like, and try moving your text box to a different place, and change the font size, type, colour etc
  • Now select the 2nd slide, go to the Transitions menu and click Morph. Prepare to be amazed…clip_image002[5]

For more details on Morph & Designer, see Kirk Koenigsbauer’s blog post from November 2015.

Tip o’ the Week 332 – Failing to plan is, eh…

clip_image002[1]If you’ve ever tried to source the real originator of some popular quote, you might come across the same old names that are supposedly responsible for it – Winston Churchill, Mark Twain, Benjamin Franklin, Jeremy Clarkson, etc. One such quote that has been widely attributed to any number of people (including self-styled 1970s time management guru, Alan Lakein) is, “Failing to plan is planning to fail”.

clip_image003[1]A new tool has been rolled out to Office365 users to help – Microsoft Planner. It’s a relatively simple-looking yet deceptively powerful group project / task management application that lets you assign and collaborate tasks amongst team members, all the time maintaining an easy to use and very visual overview of the projects.

clip_image004[1]Planner has been in preview for a few months but was released generally in early June and will automatically show up in the grid icon set on the top-left of browser-based Office365 applications.

To get the gist of what Planner does, check out the overview video, here. For tips on getting up and running, see the Getting Started guide.

There is a degree of functional overlap with other task-management systems like Wunderlist or even Outlook on its own, but Planner is designed very much to be a team-based thing and is particularly aimed at businesses or for educational use.

Comparisons are inevitably made with other tools, most notably Trello, and SharePoint’s own Tasks capability has had the Sword of Damocles hanging over it, if you believe the chat, so Planner is a welcome addition.

Tip o’ the Week #324 – Delve into something new

 Here’s one of those services that arrived in Office 365, and yet many users will never have noticed, or weren’t sure if it was a preview or some other kind of experiment (having first appeared around 18 months ago). Delve (just as well it’s not called dig or excavate) is a potentially phenomenally useful way of finding out what people you’re connected with are working on.

If you can get access to Delve (either on https://delve.office.com or via https://portal.office.com, depending on your account and level of access), then it’s well worth playing with it for a while, especially if you work in a large company like Microsoft, where all sorts of interesting stuff is being saved onto shared document folders.

One downside of Delve might be that nervous Nellies will stop putting their documents into shared areas in the fear that other people will read them, or that the default-to-open (for their internal staff) culture that typically pervades lots of companies will flip to an access-only-on-a-need-to-know-bassist.

Delve lets you see what documents are popular, what people you are connected with are doing, and lets you search by document content or by author. Want to see what FY17 holds for your org? Wondering what juicy PPTs your VP has been editing lately…?  Have a Delve…


Take back your time with Delve Analytics

Announced recently, the Delve Analytics function (available to O365 users based on their license type), shows you not just what other people are doing, but how you are performing too. The Delve Analytics dashboard and corresponding Outlook Addin lets you see how you’re spending your time, and who you’re spending it with, promising to help you make the most of it.

The Outlook addin surfaces Delve info within Outlook’s reading pane, so as long as you’re looking at colleagues who’re in the same Office 365 environment (which might be an issue in MSIT, where there are several tenants), you’ll see stats about how often and effectively you email with each other.

Here’s one example; judge not any of the numbers…

cid:image015.jpg@01D196A1.CCAA02D0

Eek. 3h 31m average response time. Must try harder to do less email and do more work.

Tip o’ the Week 321 – Quick Access Toolbar customisation

Most of us will have used the Quick Access Toolbar in Windows Office apps – even if only to click the floppy disk icon to save documents, which, like many others, makes no sense to modern life. The QAT (not to be confused with other, phonetically similar terms) lets you dock commonly-used commands to be constantly available on the top corner of your favourite Office apps.

Click the downward arrow to the right of the QAT and you can quickly add extra commands, either chosen from a common list or by selecting pretty much any command from the gamut of menus offered in the Office application.

A common QAT command is the Touch/Mouse mode option that changes the spacing between menu items and the like, but there are many other useful commands that can quickly be added to the toolbar, that make it easy to do repetitive stuff or just things that are normally buried deeply in other menus. Let’s try a couple of examples.

In Outlook, try opening a message that someone else sent you (this one would be a good start); go to the QAT and click the down arrow to the far right side, choose More Commands… and then select “Developer Tab” from the Choose commands option. Now, pick the Design this Form option from the list and Add to the toolbar. Then press OK.

This will now add a new icon to the QAT, which will let you “design” whichever form you have open. In Outlook, a “form” is used to display Items such as email messages, contacts, calendar appointments etc. The QAT is content-sensitive to different forms, so if you add it to email, it won’t show up on appointments unless you add it there too.

In fact, adding to appointments is the best place to do it, since you can show the date and time that an appointment was created in your calendar; if you just find an appointment that you can’t remember the context of, you could quickly show the date/time you created it and that might help figure out how valid it is. If you have a meeting that someone invited you to, you’ll easily see the date/time it was sent, but if you’re the organiser, you won’t – unless you use something like Design This Form, then navigate to All Fields and choose Date/Time fields to show all the common date or time attributes of that form.

For more context, this topic was covered some time ago on the Electric Wand blog and a previous tip, #102.

Another example of QAT goodness is in OneNote – if you’re routinely using OneNote for account planning or status reporting, it’s quite handy to be able to colour cells or rows in tables to show their status, but the menu option to set the colour would need you to go into the table menu. To quickly add to the QAT for future easy access, click the down arrow / More Commands… / choose the Table Tools tab and look for Shading, then Add>> and OK.

Whilst you’re playing with any application’s QAT, it’s worth having a look through the other commands you might want to add – like while still in OneNote, try your favourite OneTastic macros, for example.

On the topic of OneNote (and we’re still talking about the desktop one, not the Modern App version), there have been some updates shipped out to Office365 users that could be interesting – especially the ability to search handwriting, not just scribbled using a Surface stylus or similar, but grabbed from a photo by OfficeLens. There’s a promise of a future update that will be able to search handwriting in any picture that’s dropped into OneNote.

This opens the door to being able to scan in old paper notebooks for easier reference/shelf space clearance, and ditch the dead tree notebooks for digital. If you’re like controversial car design Chris Bangle, you may beg to differ.

To check you’re on the latest version of OneNote via O365, go to the File menu, look under Office Account and the Office Updates section, and choose Update Now from under Update Options.

Tip o’ the Week 317 – The Wunder Years

clip_image001As regular readers know, ToW is often peppered with funny/stupid/obscure links to web content (videos especially). As it happens, one of the most commented (and most obscure) was a link to a Tenpole Tudor video called Wunderbar, back in ToW #227, referring to a feature in Outlook of the same name.

Which serves nothing more than a neat segue to this week’s topic – the wonderful Wunderlist. After being acquired by Microsoft in mid-2015, the Wunderlist product is still looking refreshingly independent and has a engendered a particular love from its avid users. And it’s available on lots of platforms too. And it’s basically free.

clip_image002Wunderlist Pro costs $5 a month and includes a bunch of extra features, like micro-manager subdivision and infinite assignment of tasks, custom background creation, etc, and your profile pic will have this fetching head ornament as a memento.

Now, most of what you can do with Wunderlist could also be done with Outlook (either natively or through addins from other providers) but aficionados will wax on about how much slicker or easier Wunderlist is. As usual with these things, it’s all about putting the theories you already know into practice, and seeing how the tools suit your own way of working.

Things Wunderlist is great at:

  • Cross-platform support. It’s got native clients for Windows, Mac, iPhone/iPad, Android, Windows Phone, Chromebook, has support for numerous browsers etc.
  • You can create lists (that correspond to categories or projects, whatever works for you) and invite other people to join in that specific project – so a Home group full of lists to do with your personal life could have other friends or family sharing in the task-oriented fun, or you could have work colleagues sharing collective To-Dos and clip_image004Go-Dos with each other.
  • It’s quick. It’s also very slick. Especially on a mobile device, it’s a lot better than using Outlook Tasks for a lot of things.
  • Wunderlist on Windows 10 supports the Action Center so you can get notifications of overdue actions.
  • The Ding. No, not the ‘Ding of the Turtle and the Three Bs, but the ever-so-satisfying little bleat the Wunderlist app makes when you mark an action as complete. It’s almost worth creating new ones, just so you can tick them off.

clip_image006

And now, there’s even an Outlook addin for Wunderlist, most commonly available through Office365 or Outlook.com. The addin can be used either in Outlook online in a browser, or in the desktop client, and adds a Wunderlist menu to the home tab, so you can very quickly create list items from within email.

It’s really easy to set reminders too – possibly even quicker than flagging an item in Outlook and setting a time to remind you by; with the added benefit that Wunderlist reminders show up in Action Center and you’ll also get an email when the action is due, so if you’re a habitual inbox junkie who finds it hard to use a separate task list, then somewhat perversely, Wunderlist might actually help you take your eyes out of the in-tray and remember to look at other things along the way.

Check out the Office Store for your Wunderlist addin or see more detail on here.

clip_image008