Hi Everyone, I am new member and have a doubt ,how to check for multiple conditions in Studio

Input a number from user
Display whether is odd or even
Ask if user wants to enter another number, if yes ,repeat the process.
The program should prompt an error message if negative numbers are entered and ask for input again ,check for string variables also.

Hey @Sim_rpa ,
Please check this workflow

InputTest.zip (2.4 KB)

The flow can be done using flowchart

Regards,

2 Likes

Hello @Sim_rpa , Welcome to UiPath Community
Refer to this Xaml file, you may get some idea.
Forum_ODDorEVEN.zip (148.0 KB)

1 Like

Hi @Sim_rpa, welcome to the Community.

Please find the attached workflow where your requirements are met:

TestSeq.zip (3.0 KB)

Output:

image

image

image

image

image

image

image

image

image

image

image

Hope this helps,
Best Regards.

1 Like

Hi @Sim_rpa ,

We would also highly encourage you to take up courses in the UiPath Academy as most of the problem statements are already covered in that, and you would also receive understanding of many other use-case related automations that we would be able to perform using UiPath.

1 Like

hi @Sim_rpa

Welcome to the Community,

To build a solution for your question i would recommend you to understand the Control Flows in UiPath

Also please have an understanding of the Flow chart in UiPath,
https://docs.uipath.com/activities/other/latest/user-guide/flowchart

Once you are aware of these things, you can build a soultion on your own,

Regards,
V Vasanth Kumar

2 Likes