Incident Management App

0
I am making an “Incident Management App” where I want to assign a engineer for specific incident. Below screenshot is the dashboard of assign engineer in which “Assign engineer button” is there, I want to assign random engineer to the incident. The page contains multiple incidents so how can I assign a specific engineer to specific incident ?   When I click on Assign Engineer button, the below page appears, we can select a specific engineer, and I am calling a microflow on assign engineer button. Please help !!  
asked
1 answers
1

How do you list the multiple incidents on your page?

I assume based on a list or a grid. If you put the assign engineer button inside the grid or list (on incident level) you should be able to have a popup screen with the incident.

answered