Hi Guys,
I am using "Attach to running Excel" action to navigate through running excel instance,
but the document name is dynamic(Output.xls, Output(1).xls, Output(2).xls....).
Please help me into this how to handle dynamic document name.
I have something similar. First, change Output.xlsx to Output(0).xlsx; you can do that with Rename File.
Next, run your process through a loop to do whatever you need. The loop should start at 0, increment by 1. In the file name of attach to Excel, replace the number with %LoopIndex%.
For dynamic windows UI elements, after you have captured an Excel UI, edit the selectors, go to Name, change to “contains” and change the text to just “Output”; therefore, all the UI connectors will work for any workbook with the title containing Output.