Hi Guy! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good contents. Thanks!
@mallikvarma8661 Жыл бұрын
This is awesome. best UI path tutorials in youtube. made really simple for layman like me.
@vikichhaya78243 жыл бұрын
Loved it. Your way of touching upon every smallest detail is so much helpful in grasping the content. Very rare to find teachers like yourself who actually take sincere efforts in making something difficult so much easy and simple. Your efforts are much appreciated.
@qualityassurancelab77643 жыл бұрын
Thank you so much, really glad to know you found my videos helpful. Keep learning, let me know if you face any query
@vikichhaya78243 жыл бұрын
@@qualityassurancelab7764 Thankyou. I will.
@edwin_sony2 жыл бұрын
Your classes are gem 💎, actually working great for me
@jennie.s79503 жыл бұрын
Very nicely explained. This tutorial is very helpful for beginners.
@ajithcs43212 жыл бұрын
Excellent video
@shehanamuzammil63912 жыл бұрын
Very nice class 😊
@sharibakhtar56552 жыл бұрын
Really helpfull.
@sailajasaikumar95792 жыл бұрын
Hi...If i will rearrange the activities ...how to do? Will u create new activity r rearrange?
@priyankasawant4592 жыл бұрын
Very nice way of explaining things, I am a beginner, and this is the best channel i have found. Keep making more such videos. Bdw do have any forum, where you answer all the queries related to UI path?
@phanindradurgam61712 жыл бұрын
how can get that exact format which you gave as [ new Random().Next(1,10) ] ? plz give ans
@muhammadsajid50144 жыл бұрын
Great Thanks ...
@delipdas4443 жыл бұрын
mam Very nicely explained. please put a tutorial how to read image or text captcha from website.
@mtotheb19023 жыл бұрын
Good video, thank you very much!
@aditi31124 жыл бұрын
Hi, your way of explanation is really good. But there is a doubt here, if you will help, will really be thankful. I have seen all ur previous videos on UiPath & I am confused between IF Activity & "Flow Decision" Activity. Functionality wise, they both are looking same..so can you plz elaborate where to use which one..?? As both is doing the same condition checking & decision making job based on condition output ( True/False). Plz help to understand these basics. Thanks in advance 🙏🏻🙏🏻
@qualityassurancelab77644 жыл бұрын
Hi, thank you! Functionality wise If Activity and Flow Decision Activity are same. But, If activity can be used inside both Sequence and Flowchart Workflow as a checkpoint based on some conditions. Whereas, Flow decision activity cannot be used inside the sequence. It can be used inside Flowchart Workflow.
@aditi31124 жыл бұрын
@@qualityassurancelab7764 Thanks a lot for ur answer. So that means IF Activity have more versatile usage than Flow Decision. So, can't we use IF Activity everytime to check the condition.!?
@qualityassurancelab77644 жыл бұрын
@@aditi3112 Yes, you can say IF Activity have more versatile usage. But, when you will work with flowcharts, it is better to go with Flow Decision as it provides the pictorial view with Yes and No branches, which makes the flow easy to understand
@aditi31124 жыл бұрын
@@qualityassurancelab7764 Ok. Thanks again 🙏🏻
@qualityassurancelab77644 жыл бұрын
@@aditi3112 You are welcome, keep learning and please share the videos with your network
@rimantasdanilevicius67544 жыл бұрын
Very good teaching skills! Could you make more UiPath lessons for flowchar with loops?
@qualityassurancelab77644 жыл бұрын
Thank you, I will plan for the sessions!
@rimantasdanilevicius67544 жыл бұрын
@@qualityassurancelab7764 Could you help me. It is really easy to follow, but I am struggling with that Random() function. I use - new Random().Next(1,10) . I try to check and display what kind number it will generate, but i getting errors and I cant understand where is the problem. Seems like Ui Path program broked. my variable type which stores this function is int. So where is the problem and why this function does not work? Error ERROR Validation Error Compiler error(s) encountered processing expression "RandomNumber().Next(1,10)". Expression is not an array or a method, and cannot have an argument list. Main.xaml
@rimantasdanilevicius67544 жыл бұрын
@@qualityassurancelab7764 in this video you will see the problem I have: kzbin.info/www/bejne/qqXHe3WDrLCNgbM Please give me advice where is the problem and why i getting error.
@qualityassurancelab77644 жыл бұрын
@@rimantasdanilevicius6754 Hi, logic which you have created in the video seems perfectly fine. Also, I noticed you have added the function new System.RandomNumber().Next(0,9999), but you get the error for RandomNumber().Next(1,10). Have you provided RandomNumber().Next(1,10) function anywhere?
@rimantasdanilevicius67544 жыл бұрын
@@qualityassurancelab7764 Hi, thanks for reply. I tried use this function RandomNumber().Next(0,10) and to message box added RandomNumber.To.String and it worked. I probably just mistyped something, and now it works! Thanks again for reply!
@charanviswasi1132 жыл бұрын
hi, were continuously variable types and u missed array variable plz upload the that Array variable
@rajiv74 жыл бұрын
Thank you so much, mam..
@qualityassurancelab77644 жыл бұрын
You are welcome, State Machine session will be published soon!
@prashantrai59114 жыл бұрын
Why random number show 7 when we didn't give any value to random number.can anyone explain
@qualityassurancelab77643 жыл бұрын
random() function - new Random().Next(1,10) perform this job. You will get any number in between the numbers you provide in Next(x,y)
@prashantrai59113 жыл бұрын
@@qualityassurancelab7764 ok and for knowing this random number we do all type of stuff
@sanjeevanrocks25153 жыл бұрын
@@qualityassurancelab7764 how the uipath assume random number is 7? Could you plz explain this part?👆
@supriyathak80473 жыл бұрын
Hi Mam, My guess number is 2 but at the end it displays 0
@qualityassurancelab77643 жыл бұрын
Hi, did you created the same project as mentioned in the video? If yes, in the project, the random number selected might be 0. So, at the end it displayed 0. This project is just doing the comparisons between guess number and random number. If you want the project to guess the number which you selected please refer this project - kzbin.info/www/bejne/eIfRZJiXbcqUqac
@kireetipothala97272 жыл бұрын
Why can’t we just run this condition on if condition rather than flow decision ?
@madhavidasari29444 ай бұрын
Hi mam ee need notes regards RPA
@sudhanshurai0012 жыл бұрын
I mean That was Easy ! Thanks.
@amiraizatt38354 жыл бұрын
i want the documents in this video.
@amiraizatt38354 жыл бұрын
oh its already in the descriptions. sorry and great video you have made