Power Automate text actions are designed to work with text files that involve manipulating or handling text data. These actions can be used to format, parse, or otherwise process text within your automated workflows. There are total 19 actions defined in power automate desktop for working with text files.

19 Power Automate Text Actions:

Given Below are 19 actions defined in power automate desktop.

Append files to text:

It will append new line of text to text value.

Append line to a Text
1.Append line to a Text

Get Subtext:

It retrieves the subtext of a text value specifying the start index and length of chars.

Original text: is text to retrieve a section of text from

Start index:Start of text and Character position

Length :We can select length of number of characters.

2.Get Subtext(Start of a text)

 

Crop text:

It retrieves the specified values occurring between two specified text flags or get the text before and after specified flag.Specified flag is any text value.

3.Crop text

Pad text:

Create a fixed length text by adding characters to left or to right of an existing text.

4.Pad Text

Trim text:

It will remove all occurrence of white-space characters such as Tab,Spaces from the beginning or end of an existing text.

5.Trim Text

Reverse text:

It will reverse the order of letters in text string.

6.Reverse text

Change text case:

It will change the case of a text to upper case,lower case,Title case and sentence case.

7.Change text case

Convert text to a number:

It will convert a text representation of number to a variable that contains a numeric values.sometime numeric values is stored as text.It will convert text value to numeric value.

8.Power automate Convert Text to Number

Convert number to a text:

It will convert number to text using a specified format.

9.Convert number to text

 

Convert text to a date time:

It converts a text representation of date time value to date time.

10.Convert Text to Datetime

Convert date time to text:

It will convert date time value to text using a specified custom format.We can change format by selecting different date time format in standard format section.

11.Convert date time to text

Create random text:

This action in Power automate text actions is used for generating random text.It can be useful for generating passwords.

Create random text
12.Create Random text

Join text:

It converts a list into  a text value by separating its item with a specified delimiter.

13.Join text

Split text:

It will create a list  containing sub-strings of a text that is separated by specified delimiter(tab,comma(,),space etc) or regular expression.

14.Split text

Parse text:

It will parse a text to find first occurrence or all occurrence of a specified text or a regular expression pattern.

15.Parse text

Replace Text:

It will replace all occurrence of specified text with another text.It can also be used with regular expression.In the below scenario all comma(,) will be replace by dot(.).

16.Replace text

Escape text for regular expression:

It will escape minimal set of character with there escape code.

17.Escaped Text in Regular Expression

Recognise entities in text:

It will return number,date time ,dimensions,currency,temperature,percentage,ordinal,email,url,quoted text from given text string.

18.Recognise entities in text

Create HTML content:

In power automate text actions,create html content generates html content and store it in a variable.

By sc