Subscribe

UiPath StudioX

The UiPath StudioX Guide

Write Line

System.Activities.Statements.WriteLine

Writes specified data or text to the Output panel. Use for debugging your automation.

In the Body of the Activity

  • Text - Click plus button on the right side of the field and then, from the menu, select the text to display using one of the available options:
    • Data from an application added to a card in the project or from the Excel Workspace. For Excel, you can select named cells from the menu or select Indicate in Excel and indicate a cell directly from the file. For Outlook, you can select a field in an email that is selected in Outlook when the project is executed.
    • Use Saved Value - Output data from another activity that you previously saved for later use in the project.
    • Text - Enter a text in the Text Builder.
    • Open in Advanced Editor - Enter a VB expression.

Properties

Common

  • Display Name - The name displayed for the activity in the Designer panel.

Misc

  • Private - If selected, the data used in the activity is not logged by StudioX.
  • Text - See Text in the body of the activity.
  • TextWriter - Optional. Sends the content in the Text property to a target different from the default Output panel.

Updated 2 years ago


Write Line


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.