A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi Mike,
Thank you for your valuable response. Step 3—Generating a Pre-Filled Form B Link—involves using query parameters in the Microsoft Forms URL to pre-fill specific fields. Here’s how you can do it:Expanding Step 3: Constructing a Pre-Filled Form URLMicrosoft Forms allows pre-filling answers using query parameters in the URL. The format looks like this:https://forms.office.com/Pages/ResponsePage.aspx?id=Steps to Generate the URL in Power Automate
- Find Your Form B ID
- Open Microsoft Forms and go to Form B.
- Copy the Form ID from the URL (it’s the long alphanumeric string after id=).
- Extract Data from SharePoint
- Use the Get Item action in Power Automate to retrieve the relevant fields from the SharePoint list.
- Build the Pre-Filled URL in Power Automate
Use the Compose action to dynamically construct the URL:plaintextconcat('https://forms.office.com/Pages/ResponsePage.aspx?id=', '
- Replace
- Replace Field1, Field2, etc., with the corresponding SharePoint fields.
- Send the Email with the Link
- Use the Send an Email action in Power Automate.
- Include the dynamically generated URL in the email body.
I hope this information will help you well. Please let us know if you require any further assistance. Best Regards,Hoang-D - MSFT | Microsoft Community Support Specialist