First time posting. Just getting into Dataverse.
I am looking for a way to set the value of a column based on the values from two other columns.
You can think of the values as being pulled from a matrix like this:

For example, if the "Operational Risk Level" column is set to Medium and the "Data Classification" column is set to Sensitive, I want to set a value of High in the "Inherent Risk" column.
I am looking to avoid using anything outside of Dataverse to set this value (i.e., I do not want to set the value using Power Automate).
Currently, I am the value using a very long series of If-then-else statements which is not very scalable (in case I ever want to do something similar) and I am concerned about how well this might work in the end. I have to believe there is a better way of doing this.
Any ideas?
Thanks.