Attach window Activity

How can we save the File that is open in attach window activity?

*Excel application Scope cannot be used
*File cannot be saved Directly as it needs to be saved in current Month Folder each time while saving it

In such case you could only use the UI automation, i.e. simulate user activity in Excel → Save As, type file name etc.

Cheers

@anmita it would be better if you can share the screenshot of the application and the requirement

@anmita

  • First directly save the file in the downloads folder
  • Now, check the current Month folder already present or not using Path Exists activity
  • If it does not present then create a folder with below exp
Your folder path & "\" & Now.ToString("MMMM")
  • Now, move the downloaded file from download folder to the current month folder using Move File activity