Question
Standard Charted
IN
Last activity: 15 Feb 2019 5:00 EST
How to handle decisions in Pega Robotics
Hi,
I am trying to make decisions over one process, using "=" component from using "Comparission and expressions" in tool box.
Scenario:
1. Add New User.
2.Once completion of Adding User, again trying to add same user with same details.
3.For this using decision, Once user is already created (true condition) it should stop automation by displaying a message "User Already Exists".
If user is new (false condition), It will proceed to create "New User" and at the end of the creation, it will display "User is created successfully"
Problem:
As of now I am not able to edit decision shape, To go forward with #point 3