I have a MS form and a Sharepoint list both are set up with the same question and correct formats I am trying to create a flow to pull the form responses and create an item in the sharepoint list but whenever I try to set up the create Item i am getting a "No Dynamic Content Available" Does anyone know how to fix this?
This is often caused from Microsoft Forms storing the data in a different format than the field you created in SharePoint. If the form has option of yes and no, but you used a Boolean in your SharePoint list, you need to use an expression to convert the text value of the form response to true or false.
Another example is this type of question.
When the data comes back with the get response details action, it comes back as a string and not a number. If you create a number field to store it in SharePoint, you need to convert the string to an int like this:
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.