Did you ever wonder what is new in Microsoft Flow?

As a large part of Microsoft Flow is its connectors into other applications I though I use the List Connectors action and update a SharePoint list with the connector details. Step one is to create a custom list called Connectors. Initially I’m only creating the Title field but later on I will also collect the connector details for each connector.

List connectors actions

The above gives me currently 193 connectors. At a later stage I will turn this into a recurrence flow. But for now I’m using the manual start of the Manual trigger a flow trigger

Apply to each looking at all connectors

As I only want to add new connector items in my connectors list if the connector hasn’t been added before I will check in my list if I already have an item with the matching Title using the Get items action.

Get items finding existing connectors

When the above get items action doesn’t return an item in my Connectors list I will need to create a new item in the list and when an existing item is found we’ll update the details of the connector list item.

The expression used in the below condition should be :

@empty(body('Get_items')?['value'])

I am waiting for the details of actions and triggers to become available so that those details can be stored in the list too.

Create or update an item in a SharePoint list

 

Now we now what the new connectors are.

 

List of all new connectors

 

Now all I had to do is update the view so that it is sorted by the Connector Created Time and I can see which connectors were added recently.

Power Automate connectors with their creation date

 

By Pieter Veenstra

Business Applications and Office Apps & Services Microsoft MVP working as a Microsoft Productivity Principal Consultant at HybrIT Services. You can contact me using contact@veenstra.me.uk.

8 thoughts on “What is new in Microsoft Flow?”
  1. Thanks, this looks like it will be helpful for several of my clients. I would like to take this step further and keep track of when connectors and modified, as well as what the changes included. Do you have any suggestions about how to accomplish this?

    1. Hi Dean,
      There is a lot more information about the connectors returned by the List Connectors. I created a flow that copies descriptions, tags (like preview, production). I guess all of this information can be stored in the same connectors list. i could also imagine copying the action and trigger details in a similar way.

  2. After doing my best to follow your steps, i have flow that is completing without errors, but the Connectors list is not getting populated with the new items. When I review the completed flow, I see that it going to the No branch after the Anything Found branch and there is nothing it my new list to update. Any idea what I might be doing wrong?

    1. Adding to the list is just a matter of adding them to the list. I didn’t worry about content types etc.

      You will then find that flow doesn’t know about these fields. All you need to do is close the editor and reopen the editor and Flow will then offer all the available fields in the list.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.