Hi
Here is the scenario.
i need to build some common utility/use existing utility for the ternary operator functionality like
(condition)?true:false and everything like condition,values has to be dynamic
For example
(10>4)?1:0 i.e
if value 10 is greater than 4, then provide the output as 1.
else output as o.
And my guess is, we can use branch step evaluate labels to true or we can use map evaluate copy condition.
But in both these cases, we need to pass the condition dynamically to properties tab of branch/map.
(Please find the attachment screenshot)
Please not that, i’m able to design this functionality as shown in screenshot.
But i feel, my code is restricting the usage as i need to modify every time when ever a new condition is needed like addition/subtraction etc.
Can anyone help me on this …?
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods