►►►► To Get the Files ◀◀◀◀◀◀ I have uploaded all the materials to my newly created Website. 👉 Visit Website : mukeshkala.com 👉Go to : Download ► Select the Video ► Download . 👉 Please let me know if you got the Files and drop a Mail - If you face any problem .
Hi Sir, i am your big fan and i learnt most of the topics by watching your videos, please make videos(projects end to end using RE framework) it will be very helpful for students like me. can you make video on Bots DNA Projects in RE frame work if possible.
The extraction work on the pattern. So only 4 were matching the pattern we used … if we want all of them we would require to edit the properties in the activity
Hi Mukesh Your videos are really worth full, really amazing Can you please explain how to create a multi/Configure multi robot architecture with some practical
hello! sir I want to create robot that make a comparison between same product in both the website like same jbl speaker with same model so that it is somewhat useful for user how i can do it
it would be the same logic as shown here - you just need to specify which product and which website you need to search the data. You can ask the user for the product and the website as well.
docs.uipath.com/studio/standalone/2023.4/user-guide/dynamic-selectors - Refer this for dynamic selector , I cannot update the code as the browser type /version / windows versions have a impact on selectors. so your and mine machine would have different selectors.
i am using community edition, uipath explorer is not available on right clicking on activities its available in ribbon but how can save for any specific activity as you are getting save button in uipath explorer when clicking on edit on uipath explorer i have to launch that from ribbon its not available on right clicking activity . pls reply
@@MukeshKala ha yaar ye kaam kar gaya chaa gaye guru aap toh maza aa gaya bas ek darkhwasst hai please do upload this on git and provide link so that everyone can access and learn
/Hi mukesh,i am extracting data from amazon.I want all items to be selected in page 1 , but only few items are selected.And in those few items,some items are not getting prices?Can you help me ?
Run the automation in Debug mode and see which items are not getting selected - you can try editing the selectors in the extract data table activity as well.
@MukeshKala Iam following this script, everything is going well except for "out_Image". When Iam running it is giving exception as : System.NotSupportedException: TypeConverter cannot convert from System.String. at System.Activities.Statements.Throw.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager). Please guide how to tackle this?
@@MukeshKala I tried doing that but still getting this error. I tried data type as - blob, uipath.core.image but still getting this issue. Can you please in your script can you please show it how to handle Image ?
No, That's not mandatory - In Case you are comfortable with only one attribute say Class and that is unique identifying elements - That would be suffice. It is always recommended to Make use of property explorer to make the selector robust !
You can always Use the css Properties. Reason I Unchecked Because I only Tested for 2 items and value is like t;div>div>div>div>div& - Now if we use this - A single space here and there and selectors will break. You can test it for multiple products and If its working - Go ahead and use.. The Idea is to have generic selector.
The Browser will not close automatically , Please make sure that you have not used any Kill Process to Close it . Once we open a Browser using Open Browser activity - Now Even if the Robot Stops - The Browser will keep open Till the time we choose to close it.
I hope you have Already installed the chrome plugin for UiPath 2. Try to open the selector in ui explorer. 3. Experiment with and Use different input methods
Hi Khushi, I suppose you can get the src URL image via Data Scarping with some tuning. Can you try the following steps? 1. Start Data Scraping wizard 2. Select a cell of image as first element. Then do Not choose Whole table.(Click “No”) 3. Select a cell of image as second element. 4. You can see Configure Columns Dialog, and click “next”. 5. Preview data will be shown (and there will be no data). Click “Edit Data Definition” 6. You can get like the following selector 7. Set the value of attr “text” to “src” 8. If there is no “tag=‘img’”, add the following. 9. Probably you can get the src url of image and you can identify which it is. Visit this link for more information : forum.uipath.com/t/please-help-with-the-web-data-scraping-for-images/164222/4?u=mukeshkala
@@MukeshKala yeah thanks!! one more thing can you please explain how to edit selector because I run it one time it goes right but afterward it just selects something else on my webpage
Okay , So that means our selector is getting changed - 1. Copy the First selector in a Notepad 2. When the code breaks , Re Generate the selector using Repair / Indicate - 3. Compare it with the first selector 4. Remove the Dynamic part with a ? or an * Idea here is to make the selector reliable so that is works every time.
Hey, I am getting an error like when we have an input dialog box and I type certain items in it but it is still taking the one I have done data scrapping with. can you please help me I have to submit my project in 3-4 days
This is happening because the variable used to store the Input from the Input Dialog is not getting passed , 1. Check the variable name we are using to store the output of Input Dialog. 2. Make sure that we are passing it to the workflows in correct arguments. There is one more project like this , I had made - You can try that also - Much simpler and easy to follow - ruclips.net/video/88Np-eCDxbM/видео.html
Hi Subham, Yes there is - Sharing the link UIPATH BEGINNERS - START HERE: ruclips.net/p/PLEYSwx3duQ2AZKIUewc2phz6sjzOv42q3 Let me know in case you get stuck anywhere , Happy Automation 👍
Thank you 🙏 Can you tell what happen if i use modern activities with this scenario Use app/browser The get text (not classic activity) You use classic get text activity Plz tell me what the developer in real life use ? Classic or modren?
For Community users - Modern is the Default experience. Many enterprises are still in classic - Hence depending on the client you need to know both - Sharing videos for you to get started with modern ruclips.net/video/ZKQrUJnzE8s/видео.html&pp=ygUSI21vZGVybmV4cGVyaWVuY2Vz
Hi , To get the Highest price - 1. Read all the prices in a Datatable. 2. Sort Datatable in Descending using sort Datatable activity 3. Read the first item - that will be highest 4. Store this is a variable of highest price
The solution was designed a year back … now the selector would have been updated … To get it worked , you would required to fix the selector in ui explorer … if required , use wildcards and variables in the selectors
Hi, data scraping is not working for flipkart even after giving repair and selecting the selectors again. It is working only for scraped product and fails to scrap any other product
Whenever we want to pass data across different xaml on am automation we use arguments ruclips.net/video/k4F49tWKUTU/видео.html I hope you understand variable - pls watch this video on arguments ...
I would say No , However you can use the concept where you get data from 2 different business portals and do the comparison .. ruclips.net/video/SsVpz6RcwKY/видео.html Watch this video , This will give you some insights 🤓
@@MukeshKala Sir I go through the above mentioned video , it was good 🔥 Use of MS Excel and Ui path needs to do that. Kindly guide me sir project releated to Ui path 🙏🏻🙏🏻🙏🏻 or should I do this same project 🙏🏻
This Project is related to the Data Reconciliation , Here I am taking Data from Excel and Acme Website - In Real Projects the Data Source May Vary - It could be SAP , Client Application , Citrix Anything - All you have to do Scrape the Data and Apply this Concepts ..
Here is a UseCase I am Sharing with you - Try to Build This BOT : TRAVELBUDDY 1. Create a Robot that get the From City , To City , Date of Travel and UserMailId from the User - 2. Search this Data in any 2 Travel Portal (goibobo , makemy trip anything) 3. Get the Cheapest Flight by comparing the Prices 4. Email the Customer the Cheapest ticket and the URL to buy a ticket. Try to Build this Project :)
Make a bot on take attendance of every day on meet where each day data should enter on different sheet and also it should take the attendance without reloading the current meet page
@@MukeshKala yes and now i have more idea, make a 2 array one for teacher and 1 for student and it is obvious that in same meeting there would be students and teachers so every name of student from that araay should match the current meeting if bot find that string or student name it should mark it presenta nd if dont it should mark absence and from teacher array it should match which teaching is teaching the current meeting and it should make the table name with that teacher name and mail him the attendance. And it should write present and absence in different column of that sheet of excel
I have uploaded all the materials to my newly created Website. 👉 Visit Website : mukeshkala.com 👉Go to : Download ► Select the Video ► Download . 👉 Please let me know if you got the Files and drop a Mail - If you face any problem .
►►►► To Get the Files ◀◀◀◀◀◀
I have uploaded all the materials to my newly created Website.
👉 Visit Website : mukeshkala.com
👉Go to : Download ► Select the Video ► Download .
👉 Please let me know if you got the Files and drop a Mail - If you face any problem .
Really Worth it!!!!!!! Thanks For Making It 🙌🐱🏍
Glad you like it!
@@MukeshKala kindly check I send you a mail today
done with mmt project. will do it now! great job!
Super 🤩
Awesome video sir
Thank you 🙏
Hi Sir, i am your big fan and i learnt most of the topics by watching your videos, please make videos(projects end to end using RE framework) it will be very helpful for students like me. can you make video on Bots DNA Projects in RE frame work if possible.
Its already uploaded here :
👉👉 Practice End to End Use Cases
ruclips.net/p/PLEYSwx3duQ2A6zGKqO5RvSBartYnHx6pG
37:04
mukesh, why there are only four rows?
The extraction work on the pattern. So only 4 were matching the pattern we used … if we want all of them we would require to edit the properties in the activity
Hi Mukesh
Your videos are really worth full, really amazing
Can you please explain how to create a multi/Configure multi robot architecture with some practical
Thank you for your feedback and I will sure make the video
hello! sir I want to create robot that make a comparison between same product in both the website like same jbl speaker with same model so that it is somewhat useful for user how i can do it
it would be the same logic as shown here - you just need to specify which product and which website you need to search the data. You can ask the user for the product and the website as well.
Sir can you please create a video for comparison or elaborate ot
Sir did you created the bot?please reply sir because my final year project was thiss
sir im getting the error cannot communicate with internet explorer
Support to internet explorer in not available in uipath now - use Microsoft edge or chrome
Informative video, Mukesh
Thank you 😊 , let me know if you face any challenges in implementation or you need the xaml..
@@MukeshKala Thank you, please share the xaml to m.harish83@gmail.com
How to use dynamic selector can u plss explain i need to submit my clg project can u plss add dynamic selector to the shopping robot
docs.uipath.com/studio/standalone/2023.4/user-guide/dynamic-selectors - Refer this for dynamic selector , I cannot update the code as the browser type /version / windows versions have a impact on selectors. so your and mine machine would have different selectors.
Can u please share a video how to make dynamic selector
Dynamic selector is not working for me how can i contact you
Thank you so so much. It was really helpful for me.
You're welcome!
Very informative tutorial sir 😇
Thank you 😊
i am using community edition, uipath explorer is not available on right clicking on activities its available in ribbon but how can save for any specific activity as you are getting save button in uipath explorer when clicking on edit on uipath explorer i have to launch that from ribbon its not available on right clicking activity
.
pls reply
Hello , You might be using the modern version of UiPath . Have a look at this 1 min Video to switch to classsic.
ruclips.net/user/shortsQXKAw08kFLY
@@MukeshKala ha yaar ye kaam kar gaya chaa gaye guru aap toh maza aa gaya bas ek darkhwasst hai please do upload this on git and provide link so that everyone can access and learn
Thank you Bhai ... Mail kardo ek .. me solution bhej deta hu ... Mail id in description ... Cheers
/Hi mukesh,i am extracting data from amazon.I want all items to be selected in page 1 , but only few items are selected.And in those few items,some items are not getting prices?Can you help me ?
Run the automation in Debug mode and see which items are not getting selected - you can try editing the selectors in the extract data table activity as well.
@MukeshKala Iam following this script, everything is going well except for "out_Image". When Iam running it is giving exception as :
System.NotSupportedException: TypeConverter cannot convert from System.String. at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager).
Please guide how to tackle this?
It seems there's a mismatch between the data type you're trying to assign and the variable's type. Make sure both are compatible.
@@MukeshKala I tried doing that but still getting this error. I tried data type as - blob, uipath.core.image but still getting this issue. Can you please in your script can you please show it how to handle Image ?
Hi sir
While extracting rating from flipkart its showing only 2 rating other cells not getting filled. What to do
You need to re write the Data Scraping sequence again
Do we need to select all the items for selector other than the specific item name?(like class ,parent class..)
No, That's not mandatory - In Case you are comfortable with only one attribute say Class and that is unique identifying elements - That would be suffice.
It is always recommended to Make use of property explorer to make the selector robust !
What if I want to get the lowest price speakers , then what will be the logic ?
We will read the data in dataTable, sort it lowest to highest and read the first one 👍
Actually I can't able to search another product, it search on the search bar but it didn't reflect the details in the message box. What should I do?
And also why can't the bot compare all the products and then reflect the best one , how should we do that ?
This need to be debug in the code .. run the automation in debug mode and put breakpoints
We can compare anything - All we have to do is just get all the data in dataTable and then apply logic whatever you require
Why you are unticking css checkbox.. is it pointing out only for this specific item?
You can always Use the css Properties.
Reason I Unchecked Because I only Tested for 2 items and value is like t;div>div>div>div>div& - Now if we use this - A single space here and there and selectors will break.
You can test it for multiple products and If its working - Go ahead and use.. The Idea is to have generic selector.
How to stop browser from closing at the end of the workflow sequence? I want to continue from the last position after the if statement.
The Browser will not close automatically , Please make sure that you have not used any Kill Process to Close it .
Once we open a Browser using Open Browser activity - Now Even if the Robot Stops - The Browser will keep open Till the time we choose to close it.
Is it kill any browser or only it will work for internet Explorer
Any browser .. you can kill any browser using kill process activity
@@MukeshKalaoh ok... But get text activity not working.. For chrome... Browser
I hope you have Already installed the chrome plugin for UiPath
2. Try to open the selector in ui explorer.
3. Experiment with and Use different input methods
You did not tell about how to get the image as an output? @Tutorials by Mukesh Kala
Hi Khushi,
I suppose you can get the src URL image via Data Scarping with some tuning.
Can you try the following steps?
1. Start Data Scraping wizard
2. Select a cell of image as first element. Then do Not choose Whole table.(Click “No”)
3. Select a cell of image as second element.
4. You can see Configure Columns Dialog, and click “next”.
5. Preview data will be shown (and there will be no data). Click “Edit Data Definition”
6. You can get like the following selector
7. Set the value of attr “text” to “src”
8. If there is no “tag=‘img’”, add the following.
9. Probably you can get the src url of image and you can identify which it is.
Visit this link for more information : forum.uipath.com/t/please-help-with-the-web-data-scraping-for-images/164222/4?u=mukeshkala
@@MukeshKala yeah thanks!! one more thing can you please explain how to edit selector because I run it one time it goes right but afterward it just selects something else on my webpage
Okay , So that means our selector is getting changed -
1. Copy the First selector in a Notepad
2. When the code breaks , Re Generate the selector using Repair / Indicate -
3. Compare it with the first selector
4. Remove the Dynamic part with a ? or an *
Idea here is to make the selector reliable so that is works every time.
Hey, I am getting an error like when we have an input dialog box and I type certain items in it but it is still taking the one I have done data scrapping with. can you please help me I have to submit my project in 3-4 days
This is happening because the variable used to store the Input from the Input Dialog is not getting passed ,
1. Check the variable name we are using to store the output of Input Dialog.
2. Make sure that we are passing it to the workflows in correct arguments.
There is one more project like this , I had made - You can try that also - Much simpler and easy to follow - ruclips.net/video/88Np-eCDxbM/видео.html
@@MukeshKala I want to learn UI Path. Is there any playlists where we can get from scratch?
Eagerly waiting for your reply.
Hi Subham,
Yes there is - Sharing the link
UIPATH BEGINNERS - START HERE: ruclips.net/p/PLEYSwx3duQ2AZKIUewc2phz6sjzOv42q3
Let me know in case you get stuck anywhere , Happy Automation 👍
Thank you 🙏
Can you tell what happen if i use modern activities with this scenario
Use app/browser
The get text (not classic activity)
You use classic get text activity
Plz tell me what the developer in real life use ?
Classic or modren?
And If i use the modern get text
Which method type of selector used ?
Fuzzy or another type ?
For Community users - Modern is the Default experience. Many enterprises are still in classic - Hence depending on the client you need to know both - Sharing videos for you to get started with modern
ruclips.net/video/ZKQrUJnzE8s/видео.html&pp=ygUSI21vZGVybmV4cGVyaWVuY2Vz
Hey can u please tell how to compare price and fetch the highest one
Hi , To get the Highest price -
1. Read all the prices in a Datatable.
2. Sort Datatable in Descending using sort Datatable activity
3. Read the first item - that will be highest
4. Store this is a variable of highest price
@@MukeshKala Hi, i tried this but did not work
What is the error ?
@@MukeshKala After sort data table activity I saw the output Datatable but price column was not sorted in Descending order
In the sort table activity pls check if you have specified the correct column number to be used for sorting ... Also index starts from Zero.
Hi sir I like to learn from you .are you taking any online courses
No, sorry all the videos are available on the channel
If we give different input, the flipkart sequence is giving us error.
Can you solve this issue for us.
The solution was designed a year back … now the selector would have been updated …
To get it worked , you would required to fix the selector in ui explorer … if required , use wildcards and variables in the selectors
Did you fixed it?
If fixed let me know how did u do that?
Could this same bot be made on automation anywhere?
Could you please guide me on how to make it on automation anywhere please.
Apologies Mirelle , I do not have much expertise on automation anywhere 😐
Hi, the selectors won't work for every product as different products have different UI design
Absolutely - That is where we would have to make the selectors dynamic , in case the complete layout changes - then selectors would not work .
@@MukeshKala yes for each product they have different UI so we can't use selectors instead we can use data scraping
Hi, data scraping is not working for flipkart even after giving repair and selecting the selectors again. It is working only for scraped product and fails to scrap any other product
Have you made the selectors dynamic ?
@@MukeshKala yes just like shown in video
Excellent sir,
Why dont we write in (variable's)
Why we write in argument only is there any difference
Please give tell the difference sir
Whenever we want to pass data across different xaml on am automation we use arguments
ruclips.net/video/k4F49tWKUTU/видео.html I hope you understand variable - pls watch this video on arguments ...
If still you have doubts - Drop me a note on mailmukeshkala@gmail.com - will connect and try to resolve
Thank you sir
Great. Video can you provide the solution
Thank you , Code Emailed to you :)
please make a banking robot
👉👉 find other usecase here including the Banking one
ruclips.net/p/PLEYSwx3duQ2A6zGKqO5RvSBartYnHx6pG
Sir is this project good to put in resume for placement ?
I would say No , However you can use the concept where you get data from 2 different business portals and do the comparison ..
ruclips.net/video/SsVpz6RcwKY/видео.html
Watch this video , This will give you some insights 🤓
@@MukeshKala Sir I go through the above mentioned video , it was good 🔥 Use of MS Excel and Ui path needs to do that.
Kindly guide me sir project releated to Ui path 🙏🏻🙏🏻🙏🏻 or should I do this same project 🙏🏻
This Project is related to the Data Reconciliation , Here I am taking Data from Excel and Acme Website - In Real Projects the Data Source May Vary - It could be SAP , Client Application , Citrix Anything - All you have to do Scrape the Data and Apply this Concepts ..
Here is a UseCase I am Sharing with you - Try to Build This
BOT : TRAVELBUDDY
1. Create a Robot that get the From City , To City , Date of Travel and UserMailId from the User -
2. Search this Data in any 2 Travel Portal (goibobo , makemy trip anything)
3. Get the Cheapest Flight by comparing the Prices
4. Email the Customer the Cheapest ticket and the URL to buy a ticket.
Try to Build this Project :)
@@MukeshKala ok sir first let me do this ...then I'll let you know . Thanku so much sir for your guidance 🙏🏻🙏🏻🙏🏻 Bhagwan aapko humesha khush rakhe ..
Make a bot on take attendance of every day on meet where each day data should enter on different sheet and also it should take the attendance without reloading the current meet page
When you say Meet : You mean Google Meet , Correct ?
@@MukeshKala yes and now i have more idea, make a 2 array one for teacher and 1 for student and it is obvious that in same meeting there would be students and teachers so every name of student from that araay should match the current meeting if bot find that string or student name it should mark it presenta nd if dont it should mark absence and from teacher array it should match which teaching is teaching the current meeting and it should make the table name with that teacher name and mail him the attendance. And it should write present and absence in different column of that sheet of excel
@@MukeshKala please help i have 2 days to submit my project in my college
Drop me a note on mailmukeshkala@gmail.com , Lets Connect and Discuss this ..
@@MukeshKala check your mail
I want that last if part
I have uploaded all the materials to my newly created Website.
👉 Visit Website : mukeshkala.com
👉Go to : Download ► Select the Video ► Download .
👉 Please let me know if you got the Files and drop a Mail - If you face any problem .
Can this bot be used to purchase shoes if there is a set time for them to the shoes to be released on the open market?
Yes the perform any action , the steps have to be well defined , the conditions for purchase should be clear and we can code the same..
@@MukeshKala I see, could I potentially hire you to create such a similar bot for me?
@@popelee875 Please Drop me a note on mailmukeshkala@gmail.com and we can discuss it further
Can you please share the code
its uploaded on my website : mukeshkala.com/videos-download/
Hi sir can you provide me the code?
Sure , Please drop me a note on my mailid available in description and I shall reply with Code.
Please tell?
Done
better speak hindi not that English accent XD
Thank you for the feedback.
Have dedicated playlist for Hindi
HINDI - Live Conversation: ruclips.net/p/PLEYSwx3duQ2BSbJTsWADFggPgurO0kdhM
I cant able to get the solution for dynamic solution can u plss record a video and share me and how can i contact you
You can email me ..