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!
@shahrukhahmad41272 жыл бұрын
Always showing execution error due to orchestral lost connection mam.... please tell me is it necessary to have an internet connection while running any program ? I don't have internet access every time. Could i run program without the internet ?
@VRR4552 жыл бұрын
Thank you Maam. I am now following your videos and preparing for the interview.
@santoshmore210 Жыл бұрын
nice Explaining..mam
@basheerpatankhan5 жыл бұрын
Nice Explanation Thanks for uploading uipath videos.. pls upload more videos.
@qualityassurancelab77645 жыл бұрын
Sure, will upload other videos soon, please let me know if you wish me to share videos on any specific topic
@sanjeevanrocks25153 жыл бұрын
Very clear explanation mam..thanks a lot..
@avisheknath81803 жыл бұрын
Very informative mam, explained really well
@walterochieng48742 жыл бұрын
Which version of UIpath was this i am trying to follow this but the interface is different with current one
@ramakrishnatirumala4284 жыл бұрын
please make a complete video from requirement gathering to deployment using RE framework
@maheshchinni87353 жыл бұрын
After input dialog came into picture what about the year variable 2015 as already you given
@qualityassurancelab77643 жыл бұрын
The default variable value 2015 will be replaced by the value you provide in input dialog
@charanviswasi1132 жыл бұрын
Hi i started this uipath carrer and i have doubt " how can get month name in leap year wat is the condition that we can u use in rlpy for that "
@veera567g34 жыл бұрын
Hi, i have been connected you in Linkedin and posted the doubt there as well. My questions and doubt is about Here your program giving the result of LEAP YEAR or not from input of user. Now my point is the program should repeat continuously asking input from the user until a correct leap year number comes from the user. Here i want to connect the else box to the input dialog as per my condition. How to do ?
@qualityassurancelab77644 жыл бұрын
Hi, thanks for reaching out to me. State Machines are best suited for scenarios to take user input until user provides the correct one. Please checkout here - kzbin.info/www/bejne/eIfRZJiXbcqUqac and let me know for any further query.
@veera567g34 жыл бұрын
@@qualityassurancelab7764 In state machine its taking lot of work compared to coding so i just want to make all those thing in one and or two activities or fewer activities than present we use activities
@qualityassurancelab77644 жыл бұрын
@@veera567g3 If you don't want to go with State Machine, please use DO While Activity. In the Body -> add Input Dialog and, in the Condition -> add - > Not Year Mod 4 = 0 This will continuously prompt the Input Dialog to the user to provide the Year Value, util the Year is a leap year
@veera567g34 жыл бұрын
@@qualityassurancelab7764 thank you
@qualityassurancelab77644 жыл бұрын
@@veera567g3 You are welcome!
@maheshembadi273 жыл бұрын
Thanks!
@rajiv74 жыл бұрын
Thank you, mam. Need to know how excel can be used here, i. e. Uipath will take year input from excel, process all rows and put data back to the same excel. Excel operations in Uipath - next topic please. Thanks in advance!!!
@qualityassurancelab77644 жыл бұрын
Hi Rajiv, Excel Operations is on the list, I will make publish the session soon. Thanks for sharing your views!
@rajiv74 жыл бұрын
@@qualityassurancelab7764 thank you!!!
@ajaymishra91062 жыл бұрын
(Year mod 4 = 0 and Year mod 100 0) or (Year mod 400 =0) This is the proper condition for Leap Year!!!
@king_dhanush_kd_official_4642 Жыл бұрын
Brohh why we are using MOD .. Wht is that
@aakankshabamniya7769 Жыл бұрын
could please provide some uipath project model tutorial ("prize prediction")
@-krithika4 жыл бұрын
How to use leap year condition in Uipath , (y%4==0&&y%400=0&&y%100!=0) ...........this is the leap year condition right? can't we use this condition ........... if yes, how can we use ......please help me with syntax.
@akash9kh2 жыл бұрын
kzbin.info/www/bejne/a52lhWqni5d7lbs Krithika, you shall find it here, go through my video. Thanks