HI all ,
i want to read a excel as a row and want to hold the value in out argument, eg
name should be a out argument and that should hold a value of “AKSH” similarly for designation , location!
once 1st row completed it should go to next row and want to read data and need to hold values in respected variables.
I am passing the row data into another workflow and assigning the values of name and designation into out variable and printing the data into main file
Please check and let me know if it is a correct solution or not