Hi,
I've got a table "incident" having three columns "severity", "impact" and "priority" (number type).
These 3 columns are look up columns on three tables having the same name than the columns.
I've got another table (priority_impact_severity) that gives the priority depending on severity and impact
Example : priority = 1 corresponds to impact = 1 and severity = 1
I'm using model driven apps.
In my incident form I would like that priority would be automatically populated based on values populated in impact and severity fields (by querying the table priority_impact_severity). As I understood, one solution could be to use a flow. The problem is that I don't know how to run the query I mentioned above in my flow).
1) Is the flow the best solution to my problem ?
2) How can I configure my flow to populate automatically priority field based on impact and severity (and querying table priority_impact_severity) ?
Could you please help me ?
Frederic