Hi. Newbie.
I am building a flow that increases the filename and folder number of a series Word documents by 1 from the current folder list. I have managed this section and it works great.
I want to then open word and have it open the document for the user. I have tried (unsuccessfully) to use a command line.
"Launch Application"
I enter the path to my copy of Word "...path...\winword"
then in the command line box - /t "%Newfile%"
%Newfile% variable result is written below in a message display box, so it is 100% the correct value I want, but word just says the file is moved or deleted. If I check it is sitting there in the folder, so not sure what is wrong. If I statically put the path address to a file in to the /t "path" command line and it then works fine. Any suggestions why I can not get the variable to work?
