I’m a beginner with UiPath. I would like to develop a workflow as shown in the title above.
Can anyone help or make a sample file?
Thanks
Welcome to the community
First of all if documents are 100+ the attachment limit might exceed consider that
First let me tell you the process
- You can use for eqch file in folder and it has filter on filename you can give the filename…ao that any file matching that name would come
- Inside loop you can add each file location to list of item using add item to list and add currentitem.fullname
- Now use send email activity and give the employee email…and then any other mail body you need and also if you want to attach pass the created list in the attachment field
Now to run it daily you needto publish the process and then create a achedule in or hestrator …basically a time trigger
Cheers
Hi @Anil_G ,
Do you have any pictures or sample files that can teach me how to do it step by step?
Hi @Anil_G ,
What should i type in findind?
Is it this way to add?
Thanks!
okay first thing multiple filters are not possible
you can use if condition inside the for loop with currentfile.Extension.Contains("xls") OrElse currentfile.Extension.Contains("pdf")
then send email and send this filelist in attachment
cheers
@Anil_G
I follow what’s on your screenshot, but an error occured. Sorry may I know what should I do at this point? Thanks!