Hi,
I am UiPath Fresher. I have doubt an project. The requirements are
Any 5 or 6 grocery item. Like if you buy Wheat then Wheat amount, if it is 1 kg then it’s price also. by using Input dialogue and Switch activity. Somebody Plz Help me to complete the project
Hello @VishnuPrakash
Please give more clarity on your requirement with some sample data.
Is your data in excel and you need to filter and get the required output in the message box??
Thanks
@VishnuPrakash please elaborate more then I can do something for you. Thanks
Hi @Rahul_Unnikrishnan Thank You For Supporting me
Requirement is
List of Any 5 or 6 grocery item by using input dialogue (Eg. Wheat, Rice, Salt)
Like if you buy Wheat then Wheat amount if it is 1 kg then it’s price. if it is 2 kg
then it’s price also
![Screenshot 2022-09-12 231715|433x500]
(upload://8yRprf7iKU3SoTFqE5VyZfXWlHo.jpeg)
Hi @raja.arslankhan thank you for Supporting me
Requirement is
List of Any 5 or 6 grocery item by using input dialogue (Eg. Wheat, Rice, Salt)
Like if you buy Wheat then Wheat amount if it is 1 kg then it’s price. if it is 2 kg
then it’s price also
Screenshot 2022-09-12 231715|433x500
@VishnuPrakash ok so you are giving hard coded values against 1kg and two kg.
Hello @VishnuPrakash
Here are you getting the kilo also via input dialogue activity?
If yes, in the switch case you do the multiplication and get the output. THe workflow which you cretaed is correct only. Where you are facing the issue?
Thanks
Hello @VishnuPrakash ,
The logic that you built is correct, but it needs little modifications.
- Input dialog box to select the Item (Multiple choice - same as you kept)
- Input dialog box to Input the Quantity (Input Dialog box)
- Declare Price for each Item (Ex: Rice = 100)
- Switch Condition (same as you kept)
- In Switch Condition Perform Multiplication (RicePrice * Quantity) to get the total amount for a Particular Item.
Regards,
Rohith
I got issue an multiplication. Now I Complete my task. Thank you For Supporting Me
Thanks
Hi @Rahul_Unnikrishnan
I got issue an Multiplication i fix the issue. Now I Complete my task. Thank You For Helping me.
Thanks
I got issue an Multiplication i fix the issue. Now I Complete my task. Thank You For Helping me.
Thanks
@VishnuPrakash I was working in your problem, that’s good if you solved this. please mark solution and close thread.
@VishnuPrakash - Good to know that you resolved the issue. Whichever solution helped you to resolve the issue, kindly mark it as solution.
Hi @raja.arslankhan @rohith.prabhu @Rahul_Unnikrishnan
The Solution is
- Input dialog box to select the Item (Multiple choice)
- Input dialog box to Input the Quantity
- Assign Activity Declare Price for each Item (Ex: Rice = 100)
- In Switch Condition Perform Multiplication Cint(RicePrice * Quantity).tostring to get the total amount for a Particular Item.
Thanks
@VishnuPrakash you did great job. Happy Learning.