Creating automation for new material in sapbyd

Dear Uiteam,

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.

i’m facing issue below steps

  1. if i create item code more than 2 its failed.
  2. if item code like sh1.2 its show error/stop.

@ankit.sharma2

Welcome to the community

Please show the exact error and some screenshots would help here

  1. It can either be selector issue
    2.may be the loop ypu created for multiple items might be wrong

Please show exactly where it is failing

Cheers

Hi @ankit.sharma2

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.

Happy Automation