If you want some Unique Id even for the Duplicate Order ID
Then you can use the System.GUID method for creating the unique 16 bytes in integer and with the reference of this GUID you can easily proceed for the duplicate OrderID.
You already have the DataTable from Excel
1 - Use For Each Row in YourDataTable → This will be your LOOP
2 - Assing Variable = row(“OrderID”).toString → You Order per Line
3 - Assing Variable = row(“OrderID”).toString → You Item per Line
4 - Assing Variable = row(“Item Name”).toString → You Item Name per Line
5 - Navigate to Website and Create item navigate to the website and perform all the actions needed to create your work
thanks much for the reply, but this method will slot item AZ1, AZ2 and AZ3 into different OrderID.
I am trying to create item AZ1, AZ2 and AZ3 into the orderID 00001. Hence, how do i tell the loop to “break” the moment OrderID 00002 is detected? After it loop thru AX1 and AX2, it will again break the loop and move to OrderID 00003.