-
How to count business days between two dates in Power Automate
Counting business days is essential for automating workflows and ensuring timely business operations. While Power Automate enables businesses to create automated workflows between various apps and services, it lacks a built-in action or expression to count business days between two dates. In this article, you will learn how to count business days in Power Automate…
-
Date and time format strings in Power Automate
In a recent article, we investigated how can we work with dates and time within Power Automate, exploring methods to capturing the current time, adding or subtracting intervals, calculating the difference between dates, and more. While Power Automate represents date and time as timestamps, a format highly effective for data management, it may not be…
-
Integrando Power Automate e tabelas no Excel
Planilhas de Excel são uma ferramenta essencial para usuários de negócios ou administrativos, mas muitos ainda não exploram o poder das tabelas do Excel. Embora as planilhas sejam normalmente organizadas em células em formato tabular, o uso de formatação de tabela muitas vezes é ignorado, resultando em menor produtividade. As tabelas do Excel fornecem uma…
-
Utilizando loops e acessando elementos de array no Power Automate
Loops são uma funcionalidade fundamental nas linguagens de programação que permitem aos usuários iterar sobre listas, arrays e outros tipos de dados. Eles são muito úteis para acessar itens individuais dentro dessas entidades. No Power Automate, os loops desempenham um papel vital ao permitir a execução eficiente de tarefas repetitivas. Neste post, vamos explorar o…
-
Extracting days and time from timespans in Power Automate
One of the most used date/time expressions in Power Automate is the dateDifference(), which is used to calculate the duration between two timestamps. This expression returns a timespan, reflecting the quantity of days and time that separate the two timestamps. However, users generally find challenges to manipulate the information contained within a timespan in future…
-
Handling date and time in Power Automate
Manipulating date and time is one of the most confusing topics when you start to work with Power Automate. There are numerous expressions to handle date and time, and understanding them may be essential for some use cases. For instance, the date and time expressions can be very useful in monitoring tasks progress, notifying users…
-
Utilizando variáveis em Power Automate
Na tecnologia, variáveis são um conceito bem conhecido que está presente basicamente em toda linguagem de programação. É uma ferramenta versátil que permite armazenar e manipular dados dinamicamente, de modo que a mesma variável pode ter valores diferentes atribuídos a ela de acordo com o contexto. No Power Automate, você também pode usar variáveis, e…
-
Como acessar as saídas brutas (raw outputs) no Power Automate
Como uma solução low-code, Power Automate é excelente para a automação de processos empresariais, capacitando organizações a otimizar seus fluxos de trabalho e automatizar tarefas de forma eficiente. Ao utilizar a ferramenta, às vezes nos deparamos com mensagens de erro que não são claras e ficamos inseguros sobre como resolver alguns problemas. No entanto, existe…
-
Writing expressions in Power Automate
Power Automate is a low-code solution to democratize automation and address its challenges, contributing significantly to save time in daily repetitive tasks. The expressions in Power Automate resemble Excel formulas or Power BI DAX queries, making the learning curve for Office 365 users much smoother. Understanding expressions empowers users to build highly effective and complex…
-
Accessing Dataverse records by ID in Power Automate
Have you ever got confused when using the Dataverse “Get row by ID”, “Update a row” or “Delete a row” actions in Power Automate? When integrating Power Automate with Dataverse, a common challenge is the correct reference to the record ID for reading or updating data. Many users get confused due to naming conventions adopted…
