<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Efficiency on DamoBird365</title>
    <link>https://damobird365.com/tags/efficiency/</link>
    <description>Recent content in Efficiency on DamoBird365</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 12 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://damobird365.com/tags/efficiency/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Clippy for Copilot — Bringing Back the Classics</title>
      <link>https://damobird365.com/clippy-for-copilot-browser-extension/</link>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/clippy-for-copilot-browser-extension/</guid>
      <description>A fun browser extension that swaps the Microsoft Copilot icon in Office web apps with Clippy, Rover, Links, or a Football. Nostalgia meets modern productivity.</description>
    </item>
    <item>
      <title>TabHawk — My First Browser Extension</title>
      <link>https://damobird365.com/tabhawk-my-first-browser-extension/</link>
      <pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/tabhawk-my-first-browser-extension/</guid>
      <description>Introducing TabHawk, a Chrome browser extension for intelligent tab management — search, deduplicate, group, and export your tabs. Here&amp;#39;s the story behind building my first extension.</description>
    </item>
    <item>
      <title>How I Built a Microsoft Cloud Icon Library in One Session with GitHub Copilot CLI</title>
      <link>https://damobird365.com/building-microsoft-cloud-icons-with-copilot-cli/</link>
      <pubDate>Fri, 13 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/building-microsoft-cloud-icons-with-copilot-cli/</guid>
      <description>I used GitHub Copilot CLI to build, curate, and publish a collection of 79 official Microsoft Cloud product icons — a task that would have taken days, done in hours with an AI agent.</description>
    </item>
    <item>
      <title>Efficiently Filter a JSON object in Power Automate</title>
      <link>https://damobird365.com/efficiently-filter-a-json-object-in-power-automate/</link>
      <pubDate>Sat, 31 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/efficiently-filter-a-json-object-in-power-automate/</guid>
      <description>Here is an interesting sample JSON object {}, that contains a JSON array [] with 3 objects...</description>
    </item>
    <item>
      <title>Bulk Import Tasks into Planner</title>
      <link>https://damobird365.com/bulk-import-tasks-into-planner/</link>
      <pubDate>Fri, 30 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/bulk-import-tasks-into-planner/</guid>
      <description>Using Power Automate and Excel (or any other available data source 😉), you can bulk import tasks into planner using Power Automate...</description>
    </item>
    <item>
      <title>Split a Workbook into Multiple Worksheets</title>
      <link>https://damobird365.com/split-a-workbook-into-multiple-worksheets/</link>
      <pubDate>Sat, 12 Mar 2022 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/split-a-workbook-into-multiple-worksheets/</guid>
      <description>It is possible to quickly split a workbook into multiple worksheets based on a key column using Office Scripts in Power Automate...</description>
    </item>
    <item>
      <title>Round Robin in Power Automate</title>
      <link>https://damobird365.com/round-robin-in-power-automate/</link>
      <pubDate>Mon, 01 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/round-robin-in-power-automate/</guid>
      <description>If you are looking to implement a round-robin allocation of list items, Microsoft form submissions, tasks, or emails via Power Automate, I have a couple of very easy solutions that you can implement ...</description>
    </item>
    <item>
      <title>How To Parse any CSV to JSON Array</title>
      <link>https://damobird365.com/how-to-parse-a-csv-to-json-array-flow/</link>
      <pubDate>Mon, 24 May 2021 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/how-to-parse-a-csv-to-json-array-flow/</guid>
      <description>Learn how to dynamically parse any CSV file to a JSON Array. This Power Automate Flow will handle all shaped and sized CSVs.  Copes with both Windows and Unix encoded files too.  Useful concepts.</description>
    </item>
    <item>
      <title>Easily Send Email - Mail Merge with Attachments</title>
      <link>https://damobird365.com/easily-send-email-mail-merge-with-attachments/</link>
      <pubDate>Fri, 09 Apr 2021 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/easily-send-email-mail-merge-with-attachments/</guid>
      <description>Do you perform a weekly or monthly mail merge and have a requirement to send your customers a unique attachment like an invoice or personalised letter...</description>
    </item>
    <item>
      <title>Parse A CSV To JSON Array Quickly</title>
      <link>https://damobird365.com/parse-a-csv-to-json-array-quickly/</link>
      <pubDate>Sat, 03 Apr 2021 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/parse-a-csv-to-json-array-quickly/</guid>
      <description>It&amp;#39;s an age-old problem, you have a CSV file that you want to parse into a JSON Array and you want a single quick and easy solution to tackle the common problem...</description>
    </item>
    <item>
      <title>Want to SUM up a List of numbers?</title>
      <link>https://damobird365.com/want-to-sum-up-a-list-of-numbers/</link>
      <pubDate>Mon, 22 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/want-to-sum-up-a-list-of-numbers/</guid>
      <description>It might suprise you to hear that there is not a SUM function in Power Automate, if you wish to add a list of numbers you must use a variable to store the running total of a sum via apply to each usi...</description>
    </item>
    <item>
      <title>Magic Efficient - CSV to JSON</title>
      <link>https://damobird365.com/magic-efficient-csv-to-json/</link>
      <pubDate>Sun, 21 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/magic-efficient-csv-to-json/</guid>
      <description>Looking to convert a CSV to JSON in Power Automate and do this efficiently? You&amp;#39;re in luck.  This is by far the best method without using an Apply to Each!</description>
    </item>
    <item>
      <title>Efficient Union, Except And Intersect - Great Method</title>
      <link>https://damobird365.com/efficien-union-except-and-intersect-great-method/</link>
      <pubDate>Sat, 20 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/efficien-union-except-and-intersect-great-method/</guid>
      <description>Looking to join arrays in Power Automate. No Except or Left Outer Join Method. Let me show you how you do it.</description>
    </item>
    <item>
      <title>Looking Fantastic - Basic Housekeeping</title>
      <link>https://damobird365.com/looking-fantastic-basic-housekeeping/</link>
      <pubDate>Tue, 02 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://damobird365.com/looking-fantastic-basic-housekeeping/</guid>
      <description>Keeping things nice and tidy


It sounds pretty obvious really, you build a solution and you give it a meaningful name or next time you return to your environment you cannot remember what on earth y...</description>
    </item>
  </channel>
</rss>
