I am practicing about “robotic enterprise framework”.
The assignment: Build the workflow to search the Google Finance by an Excel Input (5 different companies like AAPL, GE, NOK, MSFT and WMT) and then write the stock prices to the same Excel file. The workflow is:
Start IE and Google Finance
Read stock names from Excel
For each case found in Excel
a. Search stock from Google Finance
b. Read stock price from Google Finance
c. Write price to Excel
Close IE & Save Excel
I am having problems, I can’t get the data from excel to write in “type into” activity (it’s in process transaction)
@pattyricarte oh tks, but now, I have the other problem. when using template: Robotic Enterprise Framework, transaction 1 is finished and written into excel, transaction 2 is finished and inserted into transaction data box 1, how to write in a row?