Unable to read text file using "Read Text File" activity

Hi all,

i am doing hands-on of Lesson 13 foundation training.

I need to add the content of 3 text file into one text file using try catch block.

but iam not able to read the data from text file using “Read Text File” activity

please help.

attaching xaml file.

Debugging_Assignment_2.xaml (9.3 KB)

please create 3 text file
and write 1 line in each

what error your facing?

You need to add one assign activity to assign 0 to index variable before while loop like below

1

1 Like

Hi @Karun

Thanks for your help.

Now it is working fine.

earlier the increment operation for index was outside the while loop so it was not able to increment and kept on going for first text file.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.