Can anyone please help me with this.
I’m working on one bot creation where we need to enter data in SAP application from Excel that has only one row but around 200 columns and this template is same(header values are same).
Is it possible to enter data in SAP fields according to the header names from Excel?
And currently I read row and stored it to list by passing index to the list variable I’m passing the value.
I want to pass data from A column to BZ column in one flow again I have to pass data from CA to DZ in the same fields and again from EA to FZ and so on. Is it possible to use counter instead of creating many subbots with the same code.