I am new to UI Path learning and was having tough times in understanding Orchestrator functionalities. Then I found your video on Triggers which was wonderful. I immediately subscribed the channel and got this this tutorial on Assets. Thanks a lot for making us understand the concepts in the most clear way!
Hi bro my name is sesha sai. First of all thank u very much. Because of now I watched the selectors tutorials with in First attempt I clearly understood what exactly and how it works. And your explanation is being like very smoothly without any confusion and clear content.
Hi Mukesh Sir, As usual, the way you explained this topic is really awesome and Great! I have a question:Can we move assets from one folder to other folder?
Nicely explained Mukesh.. Thank you .. One question, how can we share asset with same values across different environments... for e.g. I have 1 text assets in Dev enviornment with some website url, how can the Test and Prod environment orchestrator access this same asset? do we have to create the same asset in all orch environments despite same asset value? Please help on this
Yes , assets are segregated tenant wise , in case you have different folders in orchestrator for Dev and prod then they can share assets using shared assets in same tenant and different folder …
This depends on the kind of architecture you are following- If your config is inside the project which mean even for a small change you need to redeploy the code , then storing in assets would be helpful but only if you have access to update assets … The other way is to store config outside the project , that way you no need to edit assets … see how to accomplish this ruclips.net/video/tNuL21ufJKk/видео.html
@@MukeshKala Can you please give me insight on what would be the disadvantages of maximizing the usage of assets(around 40 assets) for medium scale process?
Hi Mukesh, Need small information regarding Assets. If I create 40 Assets in orchestrator can we get them in dictionary form if yes suggest. Tq😀 in Advance.
In case you require it for to create in new Orchestrator - we can make use of Migration tool avaiable with directly copy paste all values to new Orchestrator ... in case you require it in Excel - we can Hit the Orchestrator DB and get the details ... Last otion would be to use Data Scraping on the Asset Tab in orchestartor
When we deploy the project on production then everyone have a right to change the password in the credential or only admin or the authorize person who has the right?
Keep your videos in Hindi, that way much easier for everyone to understand. Hope you would agree. Can you please let me know how do we create an environment in the new orchestrator. earlier it was much simpler but now I am unable to find the button.
Hi Varun, Yes I will upload more videos in hindi now . Regarding Environment - this was a feature in classic folder of orchestrator ... In modern Folders - we will not have the environments . . . Community edition of uipath by default would be on the modern Folder ...
@@MukeshKala In some cases, I am able to see shared folders in the orchestrator whereas in some cases we have default and modern folders coming in the orchestrator.
Hi Mukesh, the way of your explanation is awesome. Could you please guide me how to handle the below scenario? Let's assume, i have created a process where i have to launch & login to a web application and need to perform some steps after login. After publishing this code into orchestrator i want to run this process on 10 different machines. I have created 10 different login credentials (username &password) on orchestrator assets. Now the condition is : If i run the process , every machine has to use individual credential set and that is not used by another machine. i. e, 1st machine has to use 1st credential set,2nd machine has to use 2nd credential set, 3rd machine has to use 3rd credential set,.......10th machine has to use 10th credential set. How to achieve the above scenario?
While Creating Assets we have certain option that we want to create a global asset of per user or per machine Have a look at the below doc. docs.uipath.com/orchestrator/docs/about-assets
@@MukeshKala , Thank you for sharing the video, Mukesh. However, I would like to clarify that my focus is not on capturing the error message "Credentials are not working," as demonstrated in the video. Instead, I am specifically interested in a video that addresses email and password validation login implementation during the login process. This type of video, Can you please help me ?
Hi...I have one doubt...If i have created assets in Dev environment then when i will move the pacakge to test or prod environment, then I will have to recreate all assets or what??
Yes , we need to recreate the assets with the values of the production because the values would be different in different environment. Take in example of the credential asset would be different in Dev and would be different in production.
I have one question.. suppose an attended bot that opens a web portal is used by say, 30 users.. each user have different credentials.. where are these 30 creds going to be stored? in the orchestrator as assets? If so, who will create these assets?
If the Robot is attended that means the robot is going to execute in the User Machine itself - Hence there would be no need to store the credentials in the Orchestrator. we can design the solution such that - When the Process requires a password - a Pop up is shown to the user for their credentials.
I appreciate your patience and easy explanation with plenty of scenarios
Glad it was helpful!
You explained it very nicely
Thanks a lot 😊
You're a champion! Nice explanations
I appreciate that!
simply great....
Thank you ! Appreciate your feedback.
I am new to UI Path learning and was having tough times in understanding Orchestrator functionalities. Then I found your video on Triggers which was wonderful. I immediately subscribed the channel and got this this tutorial on Assets. Thanks a lot for making us understand the concepts in the most clear way!
This is a Huge compliment , Thank you for For This 🙋
Excellent explanation
Glad it was helpful!
Hi bro my name is sesha sai. First of all thank u very much. Because of now I watched the selectors tutorials with in First attempt I clearly understood what exactly and how it works. And your explanation is being like very smoothly without any confusion and clear content.
Cheers Bro , Thank you for the Comment. .. Appreciate your feedback
Thank you for this Video Mukesh :)
Thank you for your comment :)
Superbb Explanation
Thank you so much 🙂
Hi Mukesh! As usual, the way you explained this topic is really awesome. I got a clear understanding about Assets. Thank you!!
Thank you for the Feedback 🤩
Happy teachers day mukesh ur videos has helped me alot to learn Uipath .....i want to thank you
Thank you Kaushik , This is wonderful 🤩, Appreciate the Comment 🤗
Hi Mukesh Sir, As usual, the way you explained this topic is really awesome and Great!
I have a question:Can we move assets from one folder to other folder?
Yes, you can
Nicely explained Mukesh.. Thank you .. One question, how can we share asset with same values across different environments... for e.g. I have 1 text assets in Dev enviornment with some website url, how can the Test and Prod environment orchestrator access this same asset? do we have to create the same asset in all orch environments despite same asset value? Please help on this
Yes , assets are segregated tenant wise , in case you have different folders in orchestrator for Dev and prod then they can share assets using shared assets in same tenant and different folder …
May I have a question regarding orchestrator assets, how much it is relevant to keep all config values one by one in individual assets?
This depends on the kind of architecture you are following-
If your config is inside the project which mean even for a small change you need to redeploy the code , then storing in assets would be helpful but only if you have access to update assets …
The other way is to store config outside the project , that way you no need to edit assets … see how to accomplish this ruclips.net/video/tNuL21ufJKk/видео.html
@@MukeshKala
Thanks
@@MukeshKala
Can you please give me insight on what would be the disadvantages of maximizing the usage of assets(around 40 assets) for medium scale process?
Hi Mukesh,
Need small information regarding Assets.
If I create 40 Assets in orchestrator can we get them in dictionary form if yes suggest.
Tq😀 in Advance.
In case you require it for to create in new Orchestrator - we can make use of Migration tool avaiable with directly copy paste all values to new Orchestrator ... in case you require it in Excel - we can Hit the Orchestrator DB and get the details ... Last otion would be to use Data Scraping on the Asset Tab in orchestartor
When we deploy the project on production then everyone have a right to change the password in the credential or only admin or the authorize person who has the right?
Not Everyone , Only People with Access to update the Asset Tab - Others can only see the Name of the Credential Asset and Not its Value
Keep your videos in Hindi, that way much easier for everyone to understand. Hope you would agree.
Can you please let me know how do we create an environment in the new orchestrator.
earlier it was much simpler but now I am unable to find the button.
Hi Varun,
Yes I will upload more videos in hindi now . Regarding Environment - this was a feature in classic folder of orchestrator ... In modern Folders - we will not have the environments . . . Community edition of uipath by default would be on the modern Folder ...
@@MukeshKala In some cases, I am able to see shared folders in the orchestrator whereas in some cases we have default and modern folders coming in the orchestrator.
@@MukeshKala Thanks for your answers.
sorry your viewer base is broader than hindi speakers.
kindly create a separate channel or video series for people who have difficulty with english.
Yes - that is what I have Done - Have created a separate playlist for Hindi Videos ,
Hi Mukesh, the way of your explanation is awesome. Could you please guide me how to handle the below scenario?
Let's assume, i have created a process where i have to launch & login to a web application and need to perform some steps after login. After publishing this code into orchestrator i want to run this process on 10 different machines.
I have created 10 different login credentials (username &password) on orchestrator assets.
Now the condition is : If i run the process , every machine has to use individual credential set and that is not used by another machine. i. e, 1st machine has to use 1st credential set,2nd machine has to use 2nd credential set, 3rd machine has to use 3rd credential set,.......10th machine has to use 10th credential set.
How to achieve the above scenario?
While Creating Assets we have certain option that we want to create a global asset of per user or per machine
Have a look at the below doc.
docs.uipath.com/orchestrator/docs/about-assets
@Tutorials by Mukesh, Hi mukesh, I want email and password validation video in ui path
ruclips.net/video/dmWWN1vVVgE/видео.html - See if this is what you are looking for
@@MukeshKala , Thank you for sharing the video, Mukesh. However, I would like to clarify that my focus is not on capturing the error message "Credentials are not working," as demonstrated in the video. Instead, I am specifically interested in a video that addresses email and password validation login implementation during the login process.
This type of video, Can you please help me ?
@@sukeshgupta764 email me with some screeshots and your requirement.
Hi...I have one doubt...If i have created assets in Dev environment then when i will move the pacakge to test or prod environment, then I will have to recreate all assets or what??
Yes , we need to recreate the assets with the values of the production because the values would be different in different environment.
Take in example of the credential asset would be different in Dev and would be different in production.
@@MukeshKala ok...thank you so much
I have one question.. suppose an attended bot that opens a web portal is used by say, 30 users.. each user have different credentials.. where are these 30 creds going to be stored? in the orchestrator as assets? If so, who will create these assets?
If the Robot is attended that means the robot is going to execute in the User Machine itself - Hence there would be no need to store the credentials in the Orchestrator.
we can design the solution such that - When the Process requires a password - a Pop up is shown to the user for their credentials.
different users can use the same asset or not???
Yes They Can 🙋
how to copy asset from one folder to another in uipath
You can use Automation Ops Feature in UiPath Cloud.
1st viewer hahahaha
You are simply awesome Bro , Thank you 🤓🤓
@@MukeshKala thanks bro
I appreciate your patience and easy explanation with plenty of scenarios
I appreciate that!