Decision Table not returning correct Value using expressions
Hi ,
we have a requirement to fetch some values through excel Upload.
example :
In excel we retrieve below data
Column 1 | Column 2 |
---|---|
SCRS1E31 | ABC |
D5 | XYZ |
Based on column 1 we need to set some other fields, column 1 contains a code and based on that code we need to set some values.
Column 1 | type | start date | end date | Number |
SCRS1E31 | Screening | 1 | 31 | |
D5 | Day | 5 |
we have used regular expressions to find this pattern, then used below decision table to find retrun values. but the issue when we test the regular expression, its working find based on the input. but when we use it as expression in a decision table. every time it returning some other value.
Could you please anyone assist on this,