File and Folder Loop in A2019 Automation Anywhere

Поділитися
Вставка
  • Опубліковано 12 жов 2024
  • This video will help you to understand and use to file and folder loop in A2019 Automation anywhere

КОМЕНТАРІ • 16

  • @shivakelvin293
    @shivakelvin293 3 роки тому +2

    So you have fulfilled one of your subscriber requirement...👏👏👏

  • @namitachand5329
    @namitachand5329 2 роки тому

    Thank you so much for sharing thisvedio.It helped me a lot sir...Hope you make more vedios regarding the AA..Thank you soooo much sir.This vedio is relief for me.

  • @jasmingantayat1412
    @jasmingantayat1412 3 роки тому +1

    👍👍👍 keep going.. upload more videos on A2019

    • @allaboutautomation4998
      @allaboutautomation4998  3 роки тому

      Thanks Jasmin

    • @srik8017
      @srik8017 3 роки тому +1

      @@allaboutautomation4998 can you explain how to merge different pdfs into one pdf using aa 2019 the count of the files will be dynamic

    • @allaboutautomation4998
      @allaboutautomation4998  3 роки тому

      @@srik8017 you can do by using the package called PDFUtils, if its not available in your control room you can use use below link to download a different package to do that.
      botstore.automationanywhere.com/bot/merge-multiple-pdf-documents-into-single-document

  • @manishaganuga6569
    @manishaganuga6569 3 роки тому +2

    Hi ,
    As in the above video you are just checking with only .xlsx files but how can we get the count of each and every extension files in a folder for example: in a folder--> pdf - 5, xlsx - 4, png -6 and so on.... extension with their count ... How can we get that??
    Kindly please reply for this question and post any video on this Example..
    and Thanks for the reply for my previous posted question comment...

    • @bchinmayamaharana3175
      @bchinmayamaharana3175 2 роки тому

      You can use... multiple condition under a IF statement and keep on increasing the count whenever the condition satisfies

  • @kiranbohra2259
    @kiranbohra2259 2 роки тому

    How a robot can monitor in each folder for excel file like whenever a user creates a new excel file a bot should read the data n copy in the form

  • @anniegupta9219
    @anniegupta9219 11 місяців тому

  • @BobbyPrakash
    @BobbyPrakash 2 роки тому

    How can i loop through subfolders?

  • @namitachand5329
    @namitachand5329 2 роки тому

    sir how would i open an excel file by using the varibale??guide me sir please

  • @gunjanjohri132
    @gunjanjohri132 3 роки тому +1

    how can we move files from 1 folder to another new folder, its urgent

    • @allaboutautomation4998
      @allaboutautomation4998  3 роки тому

      Hi Gunjan there is no specific option to move the file, but once you copy the file then you delete the same file. Thanks

  • @manishaganuga6569
    @manishaganuga6569 3 роки тому +1

    How to check whether in folder there is a files or not if files are not there print folder is empty or files are there do the next process required in A2019..
    Kindly please post the video on this example..

    • @allaboutautomation4998
      @allaboutautomation4998  3 роки тому +1

      Hi Manisha, Thanks for watching the video.
      It's simple if there is no file in folder , file in folder loop will not go inside.
      vFileAvailableFlag = False
      Loop file in folder:
      vFileAvailableFlag = True
      End Loop
      If vFileAvailableFlag=False:
      Msgbox Folder is empty
      Endid