I am getting error project1.xaml: BC32013: Option Strict On disallows operands of type Object for operator '='. Use the 'Is' operator to test for object identity.
If the available amount same as any of list amount, the flow not responding??!!!So that I have changed the Allow transition condition as "AvailableAmount>=prodValue"
I think you are right! As you have understood how it functions, it will be easy for you to build the logic. Let me Bhavan, if you were able to complete the logic
I think from the example watched completely should give an fair idea as to why state machine: state machines gives an open option to set when to move to a particular state from the current state. And the ReFramework template is build upon state machine. I would recommend to do the shown example and execute it and all your questions should be clear
@@AutomatewithRakesh i think its like advanced if else and swtich case kind of thing, wrapped with a fancy name called state and state machine, thanks for the reply
Hey Guys, Let us know if this video helped you or not! Please comment
I am getting error project1.xaml: BC32013: Option Strict On disallows operands of type Object for operator '='. Use the 'Is' operator to test for object identity.
Love " Automate With Rakesh "
Thaky you rakesh very well explained state machine!
Thank you Meenakshi! Continue your learning journey and keep commenting!
Nice information brother 🤝🤝💐thank you 😊
So nice of you
If the available amount same as any of list amount, the flow not responding??!!!So that I have changed the Allow transition condition as "AvailableAmount>=prodValue"
Very clear explanation 🙏 thankyou
You are welcome
Thanks very much.
Hi Rakesh!!!!! I really love the way you teach. You make things very easy and simple... well explained. Thanks a lot
Thank you
Very well explained
Thank you Aditya
OMG, thank you so much for such a wonderful explanation
You are most welcome
Thank you! You helped me a lot!
rakesh bro can u make video on project using sequences,flowcharts,statemachine so we can come up with idea how the project works it can helpful to all
Thank you so much sir..your vedios is helping me a lot
Thank you sir.. Clearly explained and easy to understand the concept .
Sir thank you so much for this video. First time saw you on video.:)
You are welcome
Thanks Rakesh👋
Very nice explanation Rakesh sir
Thank you
Thank you.. very helpful to understand the State Machine concept
Great example
Thanks.... it's great 👍
You are welcome Datta
thanks a lot sir
neat and clear explanation thank you
Thank you Saritha
Gracias Amigo
How to do exception handling in state machine sir?
sir, cint(right(userChoice,2)-this extracts last 2 digits. what if the prices are in different digits say $5,$20,$100? how to extract that?
you can use the Split method at the $ and convert the numbers into integers:
Cint(Split(yourStringVar, "$")(1))
Good Video.Thank you very much.
You are welcome
Excellent explainaction,
But its not execute when available amount is same as product price
Thank You Sir.
Done the same, it's working fine. Now I want that allows State will continue till either balance is low or user choice is 4.
What should I do?
Need to work on Boolean variable.
If value is true means by default then go to allow state.am i right?
I think you are right! As you have understood how it functions, it will be easy for you to build the logic. Let me Bhavan, if you were able to complete the logic
Please do ui path assignment- calculate client security hash ..I can easily understand the flow by your video...great job
Sure and thank u
@@AutomatewithRakesh tq very much
Thank you sir
how do i do try catch for negative input and when i input wrong 3 times
Thank you!
Hi bro do you provide training?
Yes I do, however unable to conduct batches due to busy schedules
@@AutomatewithRakesh can you share your WhatsApp?
I can't seem to use the right() method as it doesn't pop up, is there a particular reason for this?
Nicely explained, @ExpoHub Can you please make a video on how to use RE Framework without queue?
Thanks,
Satyam B.
Sure
Bro I'm getting Error like - "1- dimensional array of string" cannot converted into string
how can i avoid the error
Instead of string try to change the variable type to array
Same error .I changed variable type but still show same error
In "make choice " sequence I got error .. "one or more children had validation error"
How can I resolve this.
Kindly help... Plzzz
same with me
completeddddddddddddddddddddddddddd
thankssssssssss
This explained how to use it, but not where and why to use it, you should tell use cases about it
I think from the example watched completely should give an fair idea as to why state machine: state machines gives an open option to set when to move to a particular state from the current state. And the ReFramework template is build upon state machine. I would recommend to do the shown example and execute it and all your questions should be clear
@@AutomatewithRakesh i think its like advanced if else and swtich case kind of thing, wrapped with a fancy name called state and state machine, thanks for the reply