How to loop a failed RPA automation

Yes but thanks for replying :slight_smile: I will stick to the delete rows activity and add condition in the early.

if(dt.rows.count > 0 )
{
input all data
}
else
{
nothing
}