Process Execution

Hi,

I have an automation process that reads and processes each input row of an Excel. I want to ensure that even if this Excel has an invalid or erroneous rows still the automation should process and execute the other valid rows. For this, I have created a robot and automation trigger. But, whenever an invalid or erroneous row comes in the Excel the automation breaks and the other rows are not processed. How can I handle this?

Hi @anshu.khetarpal

For this scenerio you’ll have to use the Load Generator process.

Load Generator will ensure that for every row in the excel, a new transaction is created.

You can go through the below videos which will help you understand how to create a load geartor process.

If needed you can also refer Knowledge Base for more information about Load Generator.

This is really helpful