Interview Question, Can anyone share the code please

Manually create an excel file with one sheet and two columns (Stock name and Current Price). Add stock names ‘Tata Motors’, ‘Asian Paints’ as two rows in the sheet.

Build an automation in UiPath that does the below:

  • Read the excel file and fetch current stock price for each of these stocks from Google (Search “Stock price of [stock_name]”).
  • Write the stock price values in the corresponding column of same excel sheet.

Hi, @Shravan_Pintu

I made for you.

Data.xlsx (8.5 KB)
Main.xaml (22.0 KB)
project.json (1.7 KB)

1 Like

Thank you very much for your timely help

You are welcome :slight_smile: Have a good days.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.