Hi Team I am facing an issue while reading Word file (.docx and .doc) both. When I am using default Read Text activity which comes under (System>File>WordDocument>Read Text), this activity only read the (.docx) file not works for (.doc) file. But When I read Word file from Read Text activity which comes under (Word>Word Application Scope>Read Text) it works for both the Word files(.docx and .doc) but it open the file in the background. I don’t want to open the file in the background at the time of reading. So how can I read both the Word files from single activity without open the file in the background?
HI,
I think WordApplicationScope and ReadText opens Word file as the following. Doesn’t it work for you?
Regards,
Actually there is no option to make it invisible the word file when using the word application scope and read text activity. You can use the for each file in folder activity to loop the word files in a folder. And pass the CurrentFile in the Document field in the word application scope activity.
Hope it helps!!
Hi @Yoichi,
Thanks for the quick respond.
Thanks @mkankatala I will try this option as you suggest.
1 Like