I have a semester project where i have to get the name of the product from the user and with help of uipath check for the product in amazon,flipkart and i have to take that and if the product rate is the lowest of all time it should send a notification

I have a semester project where i have to get the name of the product from the user and with help of UiPath check for the product in amazon,flipkart and i have to take that and if the product rate is the lowest of all time it should send a notification via Gmail or whatsapp etc

can anyone help me how to approach this

@Guhan_Aein

Welcome to the community

  1. Create integration connection for watspp or gmail
  2. Create project to search on flipkart and google using ui activities like use app/browser,clicks etc
  3. Create a form or use a input dialog activity to get the data from user
  4. Now after getting run the process build using invoke workflow
  5. Then invoke the watspp or gmail message flow using connection

Cheers

Hi, @Guhan_Aein

I have some addition for you.
Basic project like that;
Main.xaml (31.4 KB)

And also you can watch this vidoe; https://www.youtube.com/watch?v=HsQmSlwuK3g




I hope it will be help to you :slight_smile:

Thankyou :blush:for your help sir

1 Like

Thankyou for your help sir I will try it sir