I am looking to create a bot that
- open folder
- open the individual files in them
3)scan the document for a pre-validated info
4)segrate them into categories on condition - upload to a different server
is it possible ?
I am looking to create a bot that
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.