How can we skip the current iteration and go to next iteration in for-each loop?
180 Views
Hi,
I'm using for-each loop to process the each rows of excel file data. If there any exception occur then it should go to next iteration/row and process it. How can we achieve it in SAP iRPA?