Forum Discussion

P_San_Ven's avatar
P_San_Ven
Copper Contributor
Jul 24, 2025

Access Form Record from Sharepoint List

I have created a Form (in Microsoft Forms) that will be periodically updated by my team. A Sharepoint List has also been created that uses/references a small amount of the data collected in that form. I would like to the users to access the form record when needed. How do I add a link in the list to the submitted Form record so that various users can access the submitted Forms record to view the responses in total?

Subsequently, can I add a button to the list that creates a PDF of the Forms record?

1 Reply

  • LongpingCook's avatar
    LongpingCook
    Iron Contributor

    You can directly open the form using https://[site]/_layouts/15/listform.aspx?PageType=4&ListID=[ID]&ID=[ItemID], or access it through Power Apps customization.

Resources