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
Welcome to the community
- Create integration connection for watspp or gmail
- Create project to search on flipkart and google using ui activities like use app/browser,clicks etc
- Create a form or use a input dialog activity to get the data from user
- Now after getting run the process build using invoke workflow
- 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
Thankyou for your help sir
1 Like
Thankyou for your help sir I will try it sir