I am trying to download multiple file from a record for multiple urls. I have use element exists property to check the elements. But Sometimes it throws error while finding element and i want to record that for that particular url or entity its throwing error… How to resolve this issue?
Can you please use Try-Catch block activity for this case. This will catch the error. and inside the Catch block you can use Throw activity for throwing error.