I have a Power App for ordering.
A user can order something among several order types. Order types are furniture, office supplies, food, medicines and more.
For each order type we have a responsible person (user in Teams).
The ordering app is a model driven app in Power Apps.
I have a table for orders and a connected table for order types with resposible person for each order type.
I want a flow that
- saves the order
- finds the responsible user for the actual order type
- sends a chat message to the responsible user with information that a new order is made. In this message there must be a link to the actual order in the order app.
How to make a flow that does this?