Does cell E8 exist in the Excel file?
Does your email have attachments? You could set a check for it by placing an If activity with condition
RetrievedEmail.Attachments.Any
yes it does, The attachments are saved as well… I don’t know if when starts the process is need have the attachments in email or just saved in folder…
all I have to do is add .any ?
Build My First Process With Studio.7z (77,0,KB)
this is my process .zip with attachments ( excel files) , can anybody check it please? Im not sure if my problem due excel app that I’m have not installed cuz I’m using outlook online with excel or libreOffice.
Ok I will try this. Unfortunaly Im beginer and just trying to do the foundation certificate. This is my first time RPA so this course leaves a lot of doubts
could you please check my process .zip file? and do the changes ? beacuse I have no idea how to do it =(
Unfortunately, some dependencies do not load properly on my system so I can’t edit your project directly. Here’s what you need to do: Add the Else If activity to the Body of the For Each loop and drag the existing activities inside the “Then” branch. Click “Add Else If or Else” → “Else” to add the Else branch, and there add a log message.
Take a look here at the solution proposal
Read Range Workbook: Sequence contains no matching element - Help / Studio - UiPath Community Forum
Cheers
Hey,
maybe one of those files is causing the issue?
What is it the ‘~lock.Invoice 1.xlsx#’ ?
It’s looks like temporary file or something.
You can also take a look to this example:
Build My First Process With Studio.zip (33.4 KB)
I modified your workflow so that it reads data from cell E8 from saved invoices.
I dont know but I’ve deleted and it was created automatically probably like temporary I guess
thaks I will check it out
I found the problem and it was fixed
now Im facing a new problem : Im using workbook and no excel app scope cuz I havent excel app installed in my pc.
but following the tutorial video where I have to use “write cell” this issue happened :
could anybody tell me wht to do?
If you haven’t installed Excel app - instead of ‘write excel’ activity you should use ‘write cell workbook’ option.
Workbook path must be in the quotes “D:\Proces…”
You can also store this value in variable.