UiPath Automation Solution Architect Professional v1 — Question 24
How can you display multiple UiPath Forms at the same time?
Answer options
- A. By using multiple “Show Form” activities with “Continue Workflow Execution” checked.
- B. By using multiple “Show Form” activities that have the same Instance Name.
- C. By using multiple “Show Form” activities, each having a unique Instance Name.
- D. By using multiple “Show Form” activities with “Stay always on top” checked.
Correct answer: A
Explanation
The correct answer is A because checking 'Continue Workflow Execution' allows multiple forms to be shown concurrently. Options B and C would either cause conflicts with the instance names or not allow multiple forms to display simultaneously. Option D does not address the requirement for multiple forms to be displayed at once effectively.