Exam UiARD All QuestionsBrowse all questions from this exam
Question 216

A developer created a project that contains a flowchart. The developer received a change request from the business as follows:

1. If the Invoice Number contains special characters, the robot must remove them and then continue the process.

2. If the Invoice Number contains only digits, do not change anything, keep the existing logic.

In order to add the new requirement, which activity should the developer use in the flowchart based on UiPath best practices?

    Correct Answer: A

    To handle conditional logic in a flowchart, especially when dealing with multiple pathways or branches based on certain conditions, 'Flow Decision' is the most suitable activity in UiPath. It allows the developer to branch the workflow based on whether the Invoice Number contains special characters or only digits, meeting the requirements specified.

Discussion
titanium192Option: A

Answer = A