cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
KatieB
Frequent Visitor

Document acknowledgement confirmation

Hello,

 

I've created a flow that notifies everyone in the company when a new file has been created or modified in a SharePoint folder.

 

I now need to get an acknowledgement from each staff member that the file has been read. I have looked into using Adobe Sign and Docusign, however, I wondered would it be possible to get some sort of confirmation (signature not necessary) without using a 3rd party tool. 

 

Many thanks

 

Katie

 

25 REPLIES 25
ScottShearer
Most Valuable Professional
Most Valuable Professional

 

 Would using a "For a Selected Item" Flow work for you?  Users could select the document and run the Flow which would then create an item in another list with their name along with the name of the document.  There is a template that you can use to get started.

 

Your email could provide a link to the library and instructions.

 

It's not perfect, but it's the best I can think of.....

 

 

 

 

If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.

Scott
v-xida-msft
Community Support
Community Support

Hi @KatieB,

 

Do you want to get a acknowledgement confirmation from each staff member when they have read that file?

Could you please share a screenshot of your flow's configuration?

 

I afraid that there is no way to get an acknowledge from each staff member when they have read that file without using a 3rd party tool in Microsoft Flow currently.

 

You could consider take a try to send an email to each staff member of your company and ask them to reply an email when they have read the new created file on their side.

 

Best regards,

Kris

Community Support Team _ Kris Dai
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
KatieB
Frequent Visitor

Thank you both for your help.

 

Please see my flow requirements below. I would like to setup a flow similar to what you have sugested but am a little stuck with adding detail to the sharepoint list. I would like the flow to:

 

- Send email to all staff memebers when a new file is created or modified (tested and working)

- Include a link to the item in the email (tested and working)

- Create a condition: Yes - if the link is selected to add employees name, date and document name read to sharepoint list

                                 No-  send a reminder after if the link hasnt been clicked after 7 days

 

Im currently stuck with adding the condition and getting the employee details into a sharepoint list. I would be greatful for any advice.

 

Many thanks

 

Katie

 

 

Hi Scott,

 

Thank you for your help. Could you please expand on this solution?

 

I have created a flow which emails multiple people when a file is created or modified. The email links directly to the document. Where I'm getting stuck is I need a record in a SharePoint list of who has opened the document and when.

 

I've tried doing this by "send email with options" and an approval flow, however, I cant get multiple responses saved in the SharePoint list.

 

Many thanks

 

Katie

Here is an example of a "For a Selected Item" Flow that may meet your needs.

 

The easiest way to get started is to go to the Library and selected Create a Flow and use the Complete a Custom Action for a selected item template.

 

I add two actions to the template:

1) I user the Office 365 Get User Profile action so that I can access the name and email of the person who ran the Flow

2) I use the SharePoint Create Item action in order to store the name of the document and user info in a SharePoint list.

 

I name the Flow "Certify That You Have Read This Document".

 

Currently, you'll need to share this Flow with your users (you can share with a Group) for read-only purposes (they ca'nt edit the Flow).  At some point in the near future, this step will no longer be neccessary.

 

Here is the Flow:

SelectedItem2.jpgSelectedItem1.jpg

 

SelectedItem3.jpg

 

If this solves your issues, please mark this post as Solved.

 

If you need additional help, please post here.

 

If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.

Scott

Hello, @KatieB!

 

Have you had a chance to apply @ScottShearer‘s recommendation to adapt your Flow? If yes, and you find that solution to be satisfactory, please go ahead and click “Accept as Solution” so that this thread will be marked for other users to easily identify!

 

 

Thank you for being an active member of the Flow Community!

 

-Gabriel

Flow Community Manager

 

- Gabriel
Community Manager
Power Automate | Power Virtual Agents
Super User Program Manager



Anonymous
Not applicable

Thanks for the solution! I implemented the "Acknowledgement" flow you have showed, but I'm noticing now the workflow is not displaying under the flow menu. Do you know what would be causing this or how I might resolve it? I just need the users to have a way to select and item and then kick off the workflow.

2019-04-25-10-19-50

@Anonymous :

In order for the Flow to appear on the menu, the user must first select a single document and then click on the Flow drop down menu.  Also, for anyone other the the Flow author to see the Flow on the menu, the Flow must be shared per my instructions/screen shot above (manage run only users).   You'll want to add the list as a run-only user.  That way, anyone with contribute access of higher for the list/library will be able to use the Flow.

 

 

 

If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.

Scott
Anonymous
Not applicable

@ScottShearer thanks for the quick reply.

 

I understand how it works and it was working prior to this week, but now it doesn't display on the flow menu. Sorry I should have been more clear about it was acually showing and working, but now it doesn't show. 😞

@Anonymous :

Are you the only one who can see the Flow or can't you see it either?

Can you try editing/republishing the Flow?

 

If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.

Scott
Anonymous
Not applicable

@ScottShearer  I can't see it either.

 

I will say that we have added 2 folders as the client wanted 2 folder added to the library. I'm thinking this might be causing an issue as where before it was only files.

@Anonymous :

I have tested but have been unable to replicate your issue. 

My next step in trouble shooting this issue would be to create another simple Flow for test purposes just to see if it shows up for you.

 

If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.

Scott
Anonymous
Not applicable

@ScottShearer  I create from scratch and see what that brings.

 

I'll keep you updated. Thanks again.

Anonymous
Not applicable

@ScottShearer  I created a new tenant and flow. Its still not working so here's my flow. Does it look right?

 

post01post02
Anonymous
Not applicable

@ScottShearer  using the "create a flow" from the library worked rather than a blank workflow. 

 

How would I run this flow manually from a mobile device?

Can we see the full detail of this workflow please?

 

What was entered under For a selected item and get item (my get item asks for an ID)?

 

How did you get the Title, Response From  and Certifier email fields? as my Create Item only shows the site address and list name.

 

Thanks


@ScottShearer wrote:

Here is an example of a "For a Selected Item" Flow that may meet your needs.

 

The easiest way to get started is to go to the Library and selected Create a Flow and use the Complete a Custom Action for a selected item template.

 

I add two actions to the template:

1) I user the Office 365 Get User Profile action so that I can access the name and email of the person who ran the Flow

2) I use the SharePoint Create Item action in order to store the name of the document and user info in a SharePoint list.

 

I name the Flow "Certify That You Have Read This Document".

 

Currently, you'll need to share this Flow with your users (you can share with a Group) for read-only purposes (they ca'nt edit the Flow).  At some point in the near future, this step will no longer be neccessary.

 

Here is the Flow:

SelectedItem2.jpgSelectedItem1.jpg

 

SelectedItem3.jpg

 

If this solves your issues, please mark this post as Solved.

 

If you need additional help, please post here.

 


 

Anonymous
Not applicable

Hello @stiggy77 ,

 

Although, I used Flow today for the first time, I found @ScottShearer 's description completely helpful and working.

 

First, of course, you need to have your list in place, in Scott's example with the 3 columns: Title, Response From (which is the Metadata of a Person or Group in SharePoint) and Certifier Email (which can also be the Metadata of a Person or Group in SharePoint).

 

Then, when you start "Complete a Custom Action for a selected item template", the two steps For a selected item and Get item are already filled in for you by default. I didn't change a thing.

 

In step 4, Create Item, fill in the (team)site adress where your list is located and select the list under list name.

If you have done all that right, the fields of the list will be displayed for you and you can select how they should be filled.

Anonymous
Not applicable

Hello @ScottShearer ,

 

thank you for your helpful description.

 

The flow itself works, although I changed it a bit from create new item to alter item since I want to see who has read the file and who not. So the list has a yes/no flag that is changed for an existing entry every time the flow is used.

 

But, does the flow still work if the list is restricted to only me editing it? Is the rights management "aware" that I created the flow and has therefore the right to alter the items in the list, even if the users themselves could not?

 

Thanks in advance!

 

Jeardy

Many thanks  @ScottShearer for the clear explanation. I wondered if some could comment on my flow. I have set it up as in the example ( the only difference is that I used 'get items' rather than 'get item'. If I used 'get item' it requested an 'id' which was not autofilled. The flow appeared in the SP site but when run not entry was created in the 'consent' list that I created. Can anyone give any clues to why it may be failing?

approve flow.pngApprove 2.png

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (917)