Power Automate: Building arrays for dynamic elements
Today a common problem that we can fix with a bit of strategy. In the past, I wrote about how to add attachments to Microsoft …
Making your life easier!
Power Platform is a set of tools that enables everyone to become a developer. It comprises 4 parts: Power Automate, Power BI, Power Apps, and Power Virtual Agents. See where the “Power Platform” comes from? Also, it provides tools that enable you to connect to other parts of Microsoft’s ecosystem like Microsoft 365 (former Office 365), Dynamics 365, Azure, and much more.
If you read my articles, you’ll notice that this is a big focus area. It’s quite amazing what you can do when everything is taken care of for you. Not dealing with infrastructure, servers, code, developers, and much more is a blessing. You only need to bring your business expertise, and you can deploy applications in your organization. Also, you can make your own dashboards or save everyone time by building Flows.
Today a common problem that we can fix with a bit of strategy. In the past, I wrote about how to add attachments to Microsoft …
The integrations between Power Automate and Power Apps are exceptional, and you can easily trigger Flows from Power Apps. You can even provide information from …
JSON is a standard used in multiple areas like integrations between systems (like Power Automate connections, for example), so it’s pretty widespread even if we …
When parsing arrays, our first reaction is to add an “Apply to each” action to fetch elements. It makes sense, but how about when we …
Microsoft Forms are a great way to get information from people. I’ve mentioned this before, but it’s important to stress. Microsoft Forms are a great …
SharePoint list items change a lot, and it’s handy to know when they do. So today, we’ll check the “When an item is created or …
Arrays are part of the building blocks of Power Automate. We can get arrays from many actions like the SharePoint “Get Items” action, for example. …
The SharePoint connector is one of the complete connectors, especially when it comes to lists. We can do a lot of operations to list items, …
There are a lot of valuable triggers for SharePoint list items, like the “When an item is created or modified” trigger. They help us understand …
I wrote a couple of articles in the past on how to deal with Microsoft Planner tasks. You can find them at “Update task details” …