Nice approach and not overly complicated. I have another procedure to adjust for linear process which still uses a queue, but if I did not need to use queues I would use your approach. Thank you.
@MukeshKalaАй бұрын
Glad it helped and appreciate your feedback
@ganeshdhane2574 Жыл бұрын
Well explained
@MukeshKala Жыл бұрын
Glad it helped
@sharmadeepak9395 Жыл бұрын
Yes sir make a playlist for linq concept with reference of database and data table from basics.
@MukeshKala Жыл бұрын
Yes I will soon
@dekenedaagoons42826 ай бұрын
Hi Mukesh. Great job on this tutorial. How will you use get transaction data in this case if you have to let's say get input files from an email or from a folder on the pc? Also if i want to open the browser and download a file from a website specified by the business, how do i do this in the get transaction for linear REF. I a m asking this because i want to separate the processing logic from my get transaction logic.
@MukeshKala6 ай бұрын
If the Files are supposed to be downloaded only once then we write the code in process.xaml. If the Files are supposed to be downloaded only once and then we want to operate on individual items from file - we use the concept of REF without Queues - kzbin.info/www/bejne/gIXQhZJ_jMp5e5I
@satyamkapase96 Жыл бұрын
Hi Mukesh thanks for the video..❤ can you please make video on multibot😊
@MukeshKala Жыл бұрын
Yes I can , Thank you for suggesting
@kesaganikarunakar4443 Жыл бұрын
Hi Mukesh, could you please prepare a videos for linq quarries in UiPath.
@MukeshKala Жыл бұрын
Yes , we are covering database now in a separate playlist … once we complete that we would cover linq as basics of DB are required for linq
@ye_pagal Жыл бұрын
i have small query again.. now i successfully compressed the file for linear transaction where after saving all the changes I am not able to open the the workflow its in RED mark. what does it means/. is the there in processes actve/ working In background?
@MukeshKala Жыл бұрын
Your Uipath Assistant is busy and thats why it cannot execute a new process
@Ye_3timepagal Жыл бұрын
When we kill the browser it directly closes the tab(Browser), so is it necessary to add an click activity to close the tab(browser) gracefully?
@MukeshKala Жыл бұрын
In First Run - It would be always KILL
@Ye_3timepagal Жыл бұрын
This proces can be used to create Dispacther in REF?
@MukeshKala Жыл бұрын
YEs We Can
@mostafafawzy5262 Жыл бұрын
Hey Mukesh, Someone told me that Companies don't use the Modern design of the uipath activities because its not reliable in performance and could have bugs and the older ones are more stable. so is that true? do I have to learn the old activities instead?
@MukeshKala Жыл бұрын
If you learn modern - You would automatically get the classic design - modern is an enhancement of classic one .... Regarding the usage - as uipath keeps updating the versions - more and more features are added - and as developer we should be aware of this and yes companies are swtiching to modern now. If you want to lean classic - Here is a step by step guide : kzbin.info/www/bejne/qXnchHyGeMmtaLc
@hemantdeshmukh847411 ай бұрын
what will happen if suppose we get system exception at "log massage " activity stage. how will this respond? 1)will it retry from log massage activity or 2) will it start again from first activity i.e "use browser" ? or 3) it will end the process directly?
@MukeshKala10 ай бұрын
If there is an exception in the log message which is already in catch , The Exception would be thrown to the main and then the process would be marked as Faulted
@Dhanu441311 ай бұрын
how to download workflow zip file related to this video and where it is available? sir
@MukeshKala11 ай бұрын
It all uploaded on my website, link in description
@toshi_garg Жыл бұрын
Hello Mukesh Sir, I am preparing for UIARD since few months and appearing for exam very soon. I have 0 organizational experience in RPA and exam says 6 months experience is recommended. Can I still appear for the exam? If yes, how it can be beneficial for me? Plz reply at earliest. Thank you
@MukeshKala Жыл бұрын
There is no harm in appearing and it would be good if you clear this … however since this is a paid certification and we get only 1 attempt … you need to be confident that you are fully prepared One way of checking is that the practice test we have for this … if you are scoring 90 pls without any help … then you are good Also I would recommend to practice atleast 3 to 4 projects end to end in re framework
@toshi_garg Жыл бұрын
Hello SIr! Remember me?? Today I appeared for the exam and I cracked it. Your content helped me alot to achieve this milestone so thank you so much Mukesh Sir!!!! The big achievement is I got this without having any company experience. Here is a small note to all the aspirants, if I can do this then y'll can also do this. Come on guys, roll up your sleeves, get out of your comfort zone and try to push yourself beyond your limits. You got this!!!!!
@MukeshKala Жыл бұрын
Wow , Many Congratulations .. So Happy to hear this 🤩
@Ye_3timepagal Жыл бұрын
very inspiring, i was just reading your previous comment and immedietly saw that you cleared your certificate. thanks for inspiring !! nothing i s impossble you decide to do it @@toshi_garg
@carrybaddy Жыл бұрын
Hi sir I. Have been followed you Last six months and you know sir I'm as students in BA third year class and I also learn lot of things through your video but sir I have questions can I give interview as students or I also learn some codding languages like C C# or SQL this type of language I have completed sir if you have time so please reply me 😊
@MukeshKala Жыл бұрын
You need to complete your degree before joining the work - You can apply for internship and als if time permits - you can do a free lancing
@carrybaddy Жыл бұрын
Thanks you very much sir ❤️❤️
@carrybaddy Жыл бұрын
Sir which codding languages I lern for get deep knowledge about th RPA technology because I have learn C# basics and SQL database also if is another codding languages must necessary so plise reply thanks you very much
@ye_pagal Жыл бұрын
a small question, i was going through old videos first so found "kzbin.info/www/bejne/jnXIlIlqa5ebeM0" this video for linear transaction in which you have deleted "Get transaction Data" and changed arrows of exception to "End Process" similarly in this latest video you are doing some mods in Get tRansaction without deleting it. so both process are same right?
@MukeshKala Жыл бұрын
Functionality wise Yes both are same , however this one would be preferred as you have an option to update the process always from linear to Transactional just by editing some stuffs
@ye_pagal Жыл бұрын
@@MukeshKala even i found the same! but there few steps to remember or memories before doing linear transaction, I just have a small concern, in real time while working in company do the individual has to do all these mods or we get the template ready? just asking with curiosity and confusion at the same time.
@MukeshKala Жыл бұрын
@@ye_pagal Sometimes Yes - But you need to have the understanding of how does it work - moreover every companies creates their own framewor on top of REF
@sathishkumars5468 Жыл бұрын
What happens if system exception occurs and if we want to retry the process with this template?
@MukeshKala Жыл бұрын
This goes into the end state , it we want a retry we can put the code in catch block and also a new transition can be added