When a document is created or modified with a specific document code(metadata), an email is sent to the person responsible for the document.
If we have 10 different document codes how to send notification to the different emails of the people responsible for the document.
Example:
Doc.Cod Email
Dw pcercas@msn.com
Sp José@hotmail.com
I want to send notification only fo the person responsible for the document when the specific document is created or modified.
Please help...
Solved! Go to Solution.
@PauloCercas are you storing the document code when new document is created in column in document library? On high level, you can create a separate list that stores all document code and email. Then you can create a flow for new file created or modified, then add Get Items action to query the email that matches the current document with the document code/email stored in list, using document code in filter query of Get Items. That way you will get the email from the list which matches the document code of current document, then you can send email.
@PauloCercas are you storing the document code when new document is created in column in document library? On high level, you can create a separate list that stores all document code and email. Then you can create a flow for new file created or modified, then add Get Items action to query the email that matches the current document with the document code/email stored in list, using document code in filter query of Get Items. That way you will get the email from the list which matches the document code of current document, then you can send email.
Thank you for your time. I have a column "Doc.Cod" . In this Field I introduce values, like 'MR' or 'SP'.
Like you said i create a list with Doc.Cod and Email.
Now i what to notify the person responsible for the document. That's my problem. 😞
Thank you very much.
@PauloCercas do you already have a flow created?
No. I dont have flow for this problem... Im trying to build one...
@PauloCercas try to follow the steps i gave, if you face any issues let me know.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
13 | |
10 | |
9 | |
6 | |
6 |
User | Count |
---|---|
21 | |
20 | |
17 | |
8 | |
8 |