Hi All,
Can any one suggest me how to do with power automate.
In sharepoint document library these are the columns
-
Appointment Date ( By Department)
-
Appointment Confirmation (by Department)
-
Confirmation (By external user)
Requirement Flow :
Step 1 : Document is uploaded by "external user".
Step 2 : Email notification should go to the "Department" .
Step 3 : "Department " Reviews documents Confirm appointment or deny appointment. If denied why it was denied eg need some more documents.
Step 4 : Email notification should go to the " external user ".
Step 5 : "external user" Confirm appointment by yes or no. If not, ask for reschedule.
Step 6 : Email notification should go to "Deaprtment Email " .
Thank you,
Sowjanya.
Sarthak VarshneyPosted May 25, 2024, 1:19 AM
Creating an email notification workflow using Power Automate for your SharePoint document library can be accomplished with the following steps. The process will include triggering events based on document uploads and status changes, sending email notifications, and updating SharePoint list columns accordingly.
Here's a detailed guide to set up the required flow:
Step-by-Step Guide
Step 1: Trigger the Flow When a Document is Uploaded
Step 2: Send Email Notification to the Department
Add a Condition to Check if the Document is Uploaded by an External User:
Send Email:
Step 3: Department Reviews and Confirms or Denies the Appointment
Wait for Approval:
Configure Approval Options:
Step 4: Send Email Notification to the External User
Send Email on Approval Response:
Send Email:
Step 5: External User Confirms Appointment or Requests Reschedule
Wait for Confirmation:
Add Condition to Check Response:
Step 6: Send Email Notification to the Department
Send Email Based on User Response:
Send Email:
Flow Summary
Detailed Steps for Each Action
By following these steps, you will create a robust workflow that handles document uploads, sends notifications, and manages appointment confirmations and rescheduling efficiently.
sowjanya venkatagiriPosted May 27, 2024, 3:32 AM
Hi Sarthak,
Thank you for giving me step by step flow .
It was very helpful.
Thank you,
Sowjnaya.