-1

I Have Excel Sheet and I Want that it read data from Excel Sheet Row By Row And Put it in a web form (Automate) until and unless Excel Sheet Row not to an End

KIRTI SAGAR
  • 1
  • 1
  • 1

1 Answers1

3

your question is not very precise or you just have not look into AAE functions. The simplest way is to use loop as below:

enter image description here

Then assign each row to variable enter image description here

Don't forget to put "Excel Get All Cells" before starting loop. enter image description here

Last step is to pass variable to web recorder which will place it in correct place.

Piotr
  • 161
  • 1
  • 1
  • 13