Recent content by sunitha nookala

  1. S

    Get count of files in a folder using automation anywhere

    Hi Everyone, I wanted to get the count of files that are available in a folder using automation anywhere. Appreciate your support. Thanks, Sunitha.
  2. S

    How to capture textbox that has dynamic path

    Hi All, I am trying to capture a text box where the path is changing dynamically and there is no domxpath property available. I even find the type, Id and name also to be dynamic. Please let me know if anyone has a solution. Thanks in advance.
  3. S

    which Config file is better

    Hi, We can use multiple applications for config file like .txt, .xlsx and .xml. I just wanted to figure out which config file is better to provide input values to AA task? And also the reasons as to why a specific application(.txt, .xlsx, .xml) to be used? Thanks, Sunitha.
  4. S

    Close application Forcefully like TaskKill in Automation anywhere

    Hi Satish, You can use batch files to kill/terminate the application. For example, To terminate a excel application forcefully, the command would be taskkill /im excel.exe
  5. S

    PDF dynamic value extraction using automation anywhere

    Thanks Sukesh for the idea. That is working. Regards, sunitha.
  6. S

    PDF dynamic value extraction using automation anywhere

    Hi, I am trying to extract a value from a pdf. But,the position of the value may change dynamically. For example: I want to extract a value named "RPAForum" which is located at top left corner of the pdf while capturing the value. My code has to work and i should be able to extract the value...
  7. S

    Excel as database using automation anywhere

    That worked sukesh & also thanks for the information VJR
  8. S

    Excel as database using automation anywhere

    Hi all, I am trying to use excel as database to read data from an excel for automation anywhere version 10.5. Could anyone help me with the connection string code. Thanks in advance.
Top