Append Line Text Action In Desktop Flow Using Microsoft Power Automate

Microsoft Power Automate, is a software by Microsoft for automation of recurring tasks. It is part of the Microsoft Power Platform line of products together with products such as Power Apps and Power BI. More Details here.

Desktop flows are the existing robotic process automation (RPA) capabilities in Power Automate and enable to automate all repetitive desktop processes. More Details here.

Append line text action appends a new line of text to a text value.

Reading this article, you can learn how to append a new line of textAction in Desktop flow using Microsoft Power Automate.

The following important tools are required for developing Microsoft Power Automate,

  1. Windows 10/11 (Recommended)
  2. Power Automate Desktop - Download the Power Automate installer

Now we can discuss step by step App development.

Step 1

Open Microsoft Power Automate -> New Flow

Next, Give the Flow name as PADAppendline, Click the Create button,

After that, we are able to see the Desktop flow,

Step 2

For Testing Append line text action,

First, get the Input Text, add the Input Variable,

Set the Variable Name Parameter as SampleText, Data Type Parameter as Text and External Name Parameter as SampleText and Default value Parameter as Welcome To C# Corner click Save

Next, add the Append line text action, Set the Original text Parameter as %SampleText%, Line to append Parameter as Welcome to Power Automate and Variable produced Parameter as Result

For displaying result, add the Display message action and Set the Message box Title Parameter as Display Append Text, Message to display Parameter as The Appended Text is : %Result% Click Save Button

Now, save the PADAppendline Desktop Flow,

Step 3

Now we can run your PADAppendline Desktop Flow in Microsoft Power Automate,and the output of the PADAppendline is,

Summary

Now you are successfully tested Append line text Action in Desktop flow - PADAppendline in Microsoft Power Automate


Similar Articles