cancel
Showing results for 
Search instead for 
Did you mean: 
pretheesh_epam
Level 2
Status: New
Currently in Blue Prism, if we have set a value based on condition, we will have to use the decision stage and then two calculation stage (one each for True and False Condition). This could be brought down one calculation stage or even directly put in another decision stage if expression editor supported Ternary If Condition. 

This can be helpful to avoid complex diagrams in case "Nested if" to determine value for a data item.
1 Comment
Jordyvan_der_Li
Level 3

This would greatly decrease complexity of design flows with a little more logic. It would also make it a whole lot cleaner.

Alternatively you could draw inspiration from .NET's IIf(condition; then; else) function, so you won't have to introduce new syntax into your expressions.

About time BP got some new functionality that actually impacts the core of automation development.