Reading File

◷ Reading Time: 2 minutes

Input File

The input text file (readme.txt) that is being read using this flow is inside the project folder.

The text file contains a single line.

Flow

The following flow shows how to read a text file and copy the results to a variable.

Properties

File type, path, and where to save the content should be defined under properties.

  • Type: Text
  • Return: result (This is an Out variable.)
  • Uri: readme.txt
  • Dynamic Uri: False

How to Run

1. Click on Run to run the project.

2. Once the execution is completed, the results can be seen in the parameters window under result.

Download

The sample project can be downloaded from the attachment at the end of the page.

Updated on November 1, 2023

Article Attachments

Was this article helpful?

Related Articles