A web-based tool in Microsoft 365 that enables users to quickly create surveys, quizzes, polls, and feedback forms.
It sounds like you're experiencing issues with integrating Microsoft Forms with your SharePoint list via Power Automate. Here are some troubleshooting steps you can take:
- Check Form Existence: Ensure that your new form still exists in the same location and is accessible.
- Flow Connection: Verify that the Power Automate flow is correctly connected to the new form. Sometimes, connections can break, so you may need to re-establish them.
- API Call Limits: Be aware of the API call limits for the Microsoft Forms connector, which is limited to 300 API calls per connection within 60 seconds. If you exceed this, it might prevent the flow from working correctly.
- Response Limits: Check the response limits for Microsoft Forms, as exceeding these can also cause issues. For instance, if a user enters more than 255 characters in a single-line text field, it may cause the flow to fail.
- Form ID: Make sure you are using the correct Form ID in your flow. You can copy the Form ID directly from the URL of the form and add it as a custom value in your flow.
- Testing the Flow: When testing the flow, ensure that you are triggering it correctly and that the conditions set in the flow are met.
- Error Messages: If you're receiving any specific error messages, those can provide clues about what might be going wrong.
If you've checked all these points and are still having issues, you may want to consider reaching out to Microsoft Support for further assistance.
References: