4) Open and Read a Text File


System -> Activities -> File -> Read Text File

Steps: As we created a Flowchart with message box, Log message - > Add Read text activity between Message Box and Log Message

In properties of Read Text, it expects a string where we need to specify location of text file

In Output option We need to create variable so that file contents will be saved in this variable.


Then we can change Message of Log Message with custom message + Output variable

                          



No comments:

Post a Comment

Sequence and Flowcharts

  UiPath recommends that the first part of the Robot should start with Flowchart or Sequence. We can nest Sequence inside Sequence, Flowchar...