HELP REQUIRED TO STEPS

I am looking to create a bot that

  1. open folder
  2. open the individual files in them
    3)scan the document for a pre-validated info
    4)segrate them into categories on condition
  3. upload to a different server

is it possible ?

Hello
You can read the folder inside for each loop and process each file inside it and to segregate it you can use switch activity to categorize it.