Skip to content
July 3, 2022

Manuel T. Gomes

Want to know more the Power Platform or Microsoft 365? You're at the right place.

  • Home
  • Power Platform
    • Power Automate
    • Power Apps
  • Microsoft 365
    • SharePoint
    • Microsoft Planner
    • Microsoft Teams
    • Microsoft Forms
    • Microsoft Lists
    • Microsoft Graph
    • Microsoft 365 Excel
    • Office 365 Outlook
    • OneDrive
    • OneDrive for Business
  • Reference
    • Power Automate Function Reference
    • Power Automate Trigger Reference
    • Power Automate Action Reference
    • SharePoint List Function Reference
    • Power Apps Function Reference
    • Power Apps: Delegable Functions Reference
    • OData Reference
  • Expressions and Templates
    • Expressions
    • Templates
  • Platforms
    • Azure
      • DevOps
    • Twitter
  • |
  • Login
  • Register
  • Home
  • Power Platform
    • Power Automate
    • Power Apps
  • Microsoft 365
    • SharePoint
    • Microsoft Planner
    • Microsoft Teams
    • Microsoft Forms
    • Microsoft Lists
    • Microsoft Graph
    • Microsoft 365 Excel
    • Office 365 Outlook
    • OneDrive
    • OneDrive for Business
  • Reference
    • Power Automate Function Reference
    • Power Automate Trigger Reference
    • Power Automate Action Reference
    • SharePoint List Function Reference
    • Power Apps Function Reference
    • Power Apps: Delegable Functions Reference
    • OData Reference
  • Expressions and Templates
    • Expressions
    • Templates
  • Platforms
    • Azure
      • DevOps
    • Twitter
  • |
  • Login
  • Register

Category: Power Automate

Microsoft Power Automate is an automation tool that is super powerful and quite accessible to everyone. Each article is a step-by-step tutorial that teaches you how to build your automation in Microsoft Power Automate. Time spent automating day-to-day tasks always pays off since you free precious time to do other, more complex tasks. And who doesn’t need extra time? If you’re a pro, I’m sure you can find something useful and learn.

Power Automate: startsWith function
Microsoft / Power Automate / Power Automate Function Reference / Power Platform / Reference

Power Automate: startsWith function

Manuel Gomesby Manuel GomesJanuary 6, 2022December 10, 20210
Bookmark

Please login to bookmark

Power Automate’s startsWith function is part of a set of functions that deal with strings. In this case, we’re checking if a string starts with …

Power Automate: startsWith function Read More
Power Automate: Append to array variable Action
Microsoft / Power Automate / Power Automate Action Reference / Power Platform / Reference

Power Automate: Append to array variable Action

Manuel Gomesby Manuel GomesJanuary 5, 2022December 13, 20210
Bookmark

Please login to bookmark

The “append to array variable” action is one of the most used functions on my daily Flows. It’s instrumental when parsing information and keeping the …

Power Automate: Append to array variable Action Read More
Power Automate: float function
Microsoft / Power Automate / Power Automate Function Reference / Power Platform / Recommendations / Reference

Power Automate: float function

Manuel Gomesby Manuel GomesDecember 30, 2021November 21, 20210
Bookmark

Please login to bookmark

Converting things is essential, and Power Automate has a few functions to help us in doing that. Today we’ll focus on the float function that …

Power Automate: float function Read More
Power Automate: Append to string variable Action
Microsoft / Power Automate / Power Automate Action Reference / Power Platform / Reference

Power Automate: Append to string variable Action

Manuel Gomesby Manuel GomesDecember 29, 2021December 13, 20210
Bookmark

Please login to bookmark

Variables are generic objects that can store things for us. They are instrumental, but we need to provide them with data. To do that, we …

Power Automate: Append to string variable Action Read More
Power Automate: Get dynamic information from SharePoint
Microsoft / Microsoft 365 / Power Automate / Power Platform / SharePoint

Power Automate: Get dynamic information from SharePoint

Manuel Gomesby Manuel GomesDecember 28, 2021May 25, 20220
Bookmark

Please login to bookmark

Today let’s add a fantastic new tool to your toolbelt. First, we’ll check how to get dynamic information from SharePoint, like the lists, the fields …

Power Automate: Get dynamic information from SharePoint Read More
Power Automate: When true is not true
Microsoft / Power Automate / Power Platform

Power Automate: When true is not true

Manuel Gomesby Manuel GomesDecember 27, 2021May 26, 20220
Bookmark

Please login to bookmark

The concept of “boolean” changes a bit from the platform, programming language, and framework that you’re using. Some consider it as 0 or 1, others …

Power Automate: When true is not true Read More
Power Automate: contains function
Microsoft / Power Automate / Power Automate Function Reference / Power Platform / Reference

Power Automate: contains function

Manuel Gomesby Manuel GomesDecember 23, 2021November 7, 20210
Bookmark

Please login to bookmark

In Power Automate, we need to parse a lot of strings and collections and, sometimes, it’s essential to understand if we have something that exists …

Power Automate: contains function Read More
Power Automate: empty function
Microsoft / Power Automate / Power Automate Function Reference / Power Platform / Reference

Power Automate: empty function

Manuel Gomesby Manuel GomesDecember 23, 2021November 7, 20210
Bookmark

Please login to bookmark

Checking if something is empty can save a lot of actions and potential breaking Flows. That’s why we have the “empty” function that will check …

Power Automate: empty function Read More
Power Automate: Set variable Action
Microsoft / Power Automate / Power Automate Action Reference / Power Platform / Reference

Power Automate: Set variable Action

Manuel Gomesby Manuel GomesDecember 22, 2021December 13, 20210
Bookmark

Please login to bookmark

Variables are generic objects that can store things for us. They are instrumental, but we need to provide them with data. To do that, we …

Power Automate: Set variable Action Read More
Power Automate: What’s a parallel branch?
Microsoft / Power Automate / Power Platform

Power Automate: What’s a parallel branch?

Manuel Gomesby Manuel GomesDecember 21, 2021May 25, 20220
Bookmark

Please login to bookmark

I’ve mentioned this a lot in previous articles, but I want to go today into more detail about what a parallel branch is and how …

Power Automate: What’s a parallel branch? Read More

Posts navigation

Previous 1 2 3 … 18 Next

Power Automate: How to parse a CSV file

August 3, 2020May 30, 2022

Power Automate: Save multi-choice Microsoft Forms

February 11, 2020April 26, 2021
Power Automate: How to access Excel with a dynamic path

Power Automate: Access an Excel with a dynamic path

January 21, 2020May 25, 2022

Power Automate: Add attachment to e-mail dynamically

September 22, 2020April 13, 2021

Introducing your personal area

March 7, 2022May 25, 2022

Power Automate: How to generate an URL to an email?

March 1, 2022June 8, 2022

Power Automate: Long-running Flows

February 28, 2022May 27, 2022

Introducing the Reference and Bargain Bin

February 21, 2022May 27, 2022
Tyler - Power Automate: When Excel can make things easier

Need to update and/or create many rows in Excel? Try Excel batch actions in Power Automate: https://youtu.be/HiEU34Ix5gA

Erik - Power Automate: Access Excel with a dynamic path II

Are the path and file supposed to be swapped - like in the example image of the http step?

Admin User - Power Automate: Compose Action

Hi Suez, If you want to add as in the math operation you can use the add function. You can…

Suez Cordova - Power Automate: Compose Action

What is the Compose action expression for adding more than 2 variables?

Automatic Documentation Automation Best Practices Comedy Corporate Champion Design Development Fiction Function Day Fundamentals Ignite Into The Weeds Investigative journalism Music New Feature New Habit News Overview Personal Development Privacy Problem Solved Productivity Security Single Source of Truth Technology Templates Tiny Tip Tutorial Writing

LATEST

Introducing your personal area

March 7, 2022May 25, 2022

Power Automate: How to generate an URL to an email?

March 1, 2022June 8, 2022

Power Automate: Long-running Flows

February 28, 2022May 27, 2022

Introducing the Reference and Bargain Bin

February 21, 2022May 27, 2022

Power Automate: SharePoint Add attachment action

February 16, 2022May 25, 2022

Tags

Automatic Documentation Automation Best Practices Comedy Corporate Champion Design Development Fiction Function Day Fundamentals Ignite Into The Weeds Investigative journalism Music New Feature New Habit News Overview Personal Development Privacy Problem Solved Productivity Security Single Source of Truth Technology Templates Tiny Tip Tutorial Writing
Copyright © 2019-2022 SKILLFUL SARDINE - UNIPESSOAL LDA.
  • Blog
  • About
  • Privacy Policy
  • Cookie Policy
  • Livro de Reclamações
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.AcceptPrivacy Policy