Word Automation for Documents

Hi Team,

I am trying extract data and need in text format.
I am below approach and getting error. Could you please help me on this…
I am sharing screenshot below.

Please help neccesary steps or workflow to complete my task

Thnaks

Can you share the xaml file so that i can assist you more clear or you can share the error by hovering on the red warnings on the activities.

My intention is i need to get the data from word documents or files in text format

Use Mordern Activity Word Application Scope and provide the path of the file and then use Read Text Activity and Create a output variable using ctrl+k and pass that variable into message box.

Cheers

I will check and let you know..

Main.xaml (10.2 KB)

Use this Xaml file and Pass the file path of your file.

Cheers

Kindly close the thread by marking the answer as solution if it helped you so it will be helpful to other members as well.

@venkateshcheeni09

you are using two different things…word app scope read text is a different activity

you need to use the above inside app scope

below one is without app scope

you need to use the first and not the second one

cheers

Thanks for providing the solution.
It helps me a lot.

1 Like