I created a automation for new material in sapbyd, whenever i test only one record from excel its working fine with the steps:1- log in,2- creating matereial, 3- active plant,4-save, then again new window.
Might be some selector isuue, you have to fine tune that.
you can use a ‘For Each Row’ loop and reset the form after each save by clicking ‘New’ or navigating back. Add a small delay or use ‘Element Exists’ to wait for the page to load before continuing. If the item code contains a dot, like ‘sh1.2’, use itemCode.Replace(“.”, “”) to remove it.