Hi,
Please suggest me a workflow from the following data:-
1) Sample Data
| Roll Number | Percentage | Result |
| 1 | 0.78 | |
| 2 | 85 | |
| 3 | 0.66 | |
| 4 | 52 | |
| 5 | 0.66 | |
2) Condition:
I want to check the "Percentage" field is in a correct format (for eg. 0.23, 0.25, 0.66, etc.)
and the result as error or success should be stored in Result column.
Please suggest me solution.
Thanks