Processing multiple files

Good day

i would like to send messages to this 3 files then after sending i want the files to move from tobeprocessed folder to processed which process can i use? i was using read range workbook to read 1 file so now i want to configure the bot to process all those files

Hi @pabaleloh

Regards

@pabaleloh

filesToProcess=Directory.GetFiles(“path_to_tobeprocessed_folder”)
ForEach

Move File activity
In To of move file:path_to_processed_folder" + Path.GetFileName(file)

Hi @pabaleloh


  1. Install this Package

  1. You’ll get all the Activities
    image

  1. You can Try below approach

Hope it will helps you :slight_smile:
Cheers!!


Hey i am getting this error