Hello,
I have multiple workflow files that comprise a daily job.
The last of the bunch iterates through an excel file using “for each row”.
If I run the last workflow file independently, the Excel application will close on its own.
If I run it in a master document in an invoke workflow activity, the spreadsheet itself closes, but MS Excel stays open.
Any suggestions on how to get it to close when running in sequence with others using an invoke workflow activity?
Thanks.
Brett
You can try with close Workbook activity to close it after performing any set of data manipulation
Anil_G
(Anil G)
January 5, 2023, 1:17pm
#3
Brett_Johnson:
with
@Brett_Johnson
Try using a kill process after that.
Also check if keep excel file option is checked
Hi @Brett_Johnson
This open MS excel may cause error in the future so please use a Kill process there and close the excel operation after completing the process in that excel file
Like kill the process first and delay of 3 seconds after
Regards
Sudharsan
system
(system)
Closed
January 16, 2023, 6:12pm
#5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.