I just create a one txt file and enter the one line value in that txt file. Like ‘Welcome’ and save it to the local storage. Then, I create a one sequence in UiPath studio. Generate one Attribute. That Attribute Name is Read text file. So I read a txt file. Then I was Confuse in this stage. but how to get that value?. Any one help to me.
If your query is to save the data in the txt file in a variable…?
If Yes, then you are using Read Text file activity which is absolutely correct to read the txt file, open the properties of Read Text file activity and create a variable in the Output to field.
Please set the Output property of read text Activity to store the value read from the file,
In the field you can create a variable to store using Ctrl+k
You can use the Write text File Activity to Write the Value from Read Text Activity.
Attaching the official documentation of those 2 for your ref.