Automating the toil - Part 4

Automating the toil - Part 4

Next up in my selection of automation articles: a flow that helps a specific function in our team.

Today's automation: Collect SharePoint list submitters and send a Teams message reminder to the coordinators.

Why?

Part of our team responsibilities is to triage, track and update submissions to a quality catalogue that we maintain for our platform(s). Since we're a large organisation, keeping track of all of these can be very time-consuming. This flow automates the bulk of this, allowing the coordinators to focus on communicating with the teams rather than trawling through data.

How?

Today's flow

  • The flow is triggered daily, set to run daily at 7:25 AM. This means its available before the coordinators start work.
  • It retrieves items from a SharePoint list based on a filter that checks if the "Modified" date is less than 14 days ago. This is our requirement: that teams update this list every 2 weeks.
  • For each retrieved item, it creates an HTML table.
  • The HTML tables are stored in an array variable, and it builds the table as it goes.
  • The HTML tables are then joined together and formatted to remove unnecessary characters. This housekeeping is a requirement since Power Automate treats HTML as a string and needs the '&lt;' type characters replacing with '<'.
  • The formatted HTML tables are composed and posted in a Teams chat with our coordinators advising them which teams need reminding to fill in the catalogue.

要查看或添加评论,请登录

George R.的更多文章

  • Automating the toil - Part 7

    Automating the toil - Part 7

    Depending on how your organisation uses the tools at its disposal, you can hook up automation to let teams know when…

    3 条评论
  • Automating the toil - Part 6b

    Automating the toil - Part 6b

    Remember the last article, in which I said that getting content into other systems means it can be manipulated by other…

  • Automating the toil - Part 6a

    Automating the toil - Part 6a

    Today's automation: When a new email arrives, put the report details into one or two SharePoint Excel files & create…

  • Automating the toil - Part 5

    Automating the toil - Part 5

    Today's automation: Collect Microsoft Form submissions, and put them into a specific Azure DevOps work queue Why? Being…

  • Automating the toil - Part 3

    Automating the toil - Part 3

    It's been said that I love automation. It's true, and I'm sharing some Microsoft Power Automate flows that might help…

  • Automating the toil - Part 2

    Automating the toil - Part 2

    Being the automation nerd I am, I'll be posting an article for each piece of automation I've setup that brings a…

  • Automating the toil - Part 1

    Automating the toil - Part 1

    I'm not a developer, but I've always been a fan of automation - and so no/low code products have piqued my interest for…

    3 条评论
  • App release notes from 2018

    App release notes from 2018

    Many moons ago, when I worked at Lightbox, I used the release note space to write poems that described whatever it was…

    37 条评论
  • Just do it. Please?

    Just do it. Please?

    Sometimes, things happen that really drives home the differences in cultures. I feel that businesses here in NZ are…

    3 条评论
  • Technology & employer brand

    Technology & employer brand

    I recently wrote that "Digital is dead: long live the tech company", and how we're all technology companies whether we…

    3 条评论

社区洞察

其他会员也浏览了