Sharepoint: Add item list with value in URL

Rami12 1 Reputation point
2022-05-31T13:33:14.28+00:00

Hello,

I want to send outlook emails with three options: YES/NO/I DONT KNOW. Recipients would use URL links to answer. I would like to store it in list for example with data collected: Email subject, Receipt name ( optionaly ), Email response selected. (yes/no/idk)

Please help, i need to use email to ask for response

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,737 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,911 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rob Hardy 26 Reputation points
    2022-05-31T23:29:48.217+00:00

    If it specifically needs to be a link to click for each answer, then you could either use the "When an HTTP Request is Received" trigger in Power Automate (though this is a premium trigger) - see post in this thread: https://powerusers.microsoft.com/t5/Building-Flows/Simple-url-trigger/m-p/62288/highlight/true#M5762

    Otherwise, you'll need a coded solution (small web app calling SharePoint REST API), I think

    However, have you thought of using an Outlook Poll? Or just using Microsoft Forms (which the polls are based on, and give you more control)? As standard, Forms save their results into an Excel file in OneDrive / Teams, and you can use a flow to copy the responses to a SharePoint list.

    0 comments No comments