I have 2 Custom fields Severity(Select List (single choice)) and Probability(Select List(single choice) and these 2 multiply each other need to store in Score(Number Field)Custom field using Automation. Here severity and Probability are 2 dropdown fields.
Severity values:
1-Major
2-Minor
3-Critical
Probability Values:
1-Critical
2-Major
3-Negligible
Expected how to works:
Severity * Probability=Score
2-Minor * 3-Negligible=6
Please help me in this