Forum Discussion
Mar 25, 2024
How to use the new FORMS experience in Microsoft Lists [SharePoint]
Are you looking for an efficient and streamlined way to collect information remotely?
Check out the new FORMS experience from Microsoft.
With the ability to create Lists forms that can be easily ...
Apr 18, 2024
This feature has just been released and I'm afraid that the only way to check where the form is linked is to create a custom solution.
Maybe Microsoft will provide more support with the Graph API in the future
Maybe Microsoft will provide more support with the Graph API in the future
mvnair
Apr 18, 2024Brass Contributor
this would be a problem from a support perspective if MS doesn't give an option for admins to somehow figure which forms belongs to which List.
- Apr 18, 2024Currently the only method that I found which provide some info, is the SharePoint API e.g. _api/web/GetList(@a1)/Views()
as a result you get a property that tell you how many forms have been created for that list.
This is not really enough to take control over this feature but it is something, I hope Microsoft will cover this aspect