Log creation

Can I know how to create a log file in an excel entering the status of success and failure of saving the attachment

@soumi_soumiya,

You want to write your own logs to excel?
Try it doing within the code as

  1. Excel application scope
  2. Within the body, try saving the attachments which you are trying to do
  3. If condition as, use a boolean variable and assign values as yes or no while the file is saved or not (You can do it using the path exists activity)
  4. then write cell activity in both then and else conditions to write success or failed
  5. Use count variable to auto increment the range of the cell

Hope this helps