How to create an array of characters from a string in Power Automate
Hello everyone and welcome to my blog. In today’s blog I will discuss show how you can create an array from string in Power Automate. Suppose I have the string Microsoft. I want to create an array out of the string, basically to return an array – [“M”, “i”, “c”, “r”, “o”, “s”, “o”, “f”, …
How to create an array of characters from a string in Power Automate Read More »
The post How to create an array of characters from a string in Power Automate appeared first on Debajit's Power Apps & Dynamics 365 Blog.
Published on:
Learn moreRelated posts
Power Automate: sort Function
Power Automate's sort function arranges arrays in ascending order by value or property. Learn usage tips, the string-vs-number gotcha, and how...
AI-Powered Approval System Using Copilot in Power Apps and Power Automate Flow
Modern approval processes are often slow, manual, and inconsistent, leading to delays, policy violations, and poor decision-making. In this so...
Power Automate: Office 365 Outlook - When a new event is created Trigger
The "When a new event is created" trigger monitors your Outlook calendar in Power Automate. Learn about UTC gotchas, duplicate triggers, and t...
[REDACTED] message when turning on a Power Automate flow
We all like useful error messages. How about the [REDACTED] Message when you turn on a flow? In this post you will find the steps to fix this ...
Power Automate: Do Until Action
The "Do Until" action loops in Power Automate until a condition is met. Learn its limits, why it always runs once, and how to avoid runaway lo...
Use Inventory to find your Power Automate flow?
How often do you want to find a flow, but you can’t remember which environment you created the flow in? It can be quite a
Power Automate: reverse Function
Learn how to use the Power Automate reverse function to flip the order of items in an array. Includes examples with strings, objects, and sort...