Question - PDF Reader

So, I have a pdf reader for excel working excellently, the only issue that still bothers me is that if the reader finds an empty PDF or with an error, it stops completely and does not finish reading the other PDFs.
In this structure, I’m using Regex to get the information and through a datatable they are inserted into excel.

Is there a way for the reader not to stop at the error, but to go to the next file instead?

Use if condition and check the upcoming value is empty or not if empty then move on next and if not empty then use assign activity which you are using.

@Leandro_Samuel place “assign ectivity expression in if condition” then run