Dear Expert,
I need support to design the workflow for a business case where decimal point needs to be adjusted based on the value given in next column. Here in given data set 1st column "Value" hold the original value and in 2nd column we have decimal point value which will be used to adjust the column 1 value. In 3rd row we have the adjusted data according to decimal point value.
In case if rounding is required we need to do a round up. I am wondering how to design the workflow for this use case. Could you Pls guid.
| Value | Decimal point | new value after decimal adjustment | remark |
| 1.356 | 2 | 1.36 | rounded up |
| 0.00356 | 3 | 0.004 | rounded up |
| 0.2 | 4 | 0.2000 | added only zeros |
| 0.4567 | 5 | 0.45670 | added only zero |