web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Dynamic Content Missing
Power Automate
Suggested Answer

Dynamic Content Missing

(0) ShareShare
ReportReport
Posted on by
Hello,
 
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?

I have the same question (0)
  • David_MA Profile Picture
    14,956 Super User 2026 Season 1 on at
    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:
     
    if(empty(outputs('Get_response_details')?['body/xxxxxxxxxxxxxxxxxxx']), null, int(outputs('Get_response_details')?['body/xxxxxxxxxxxxxxxxxxx']))
  • Suggested answer
    Hayat135 Profile Picture
    6 on at
    Can you share some more details on this, who is the MS form owner which you select in trigger.check peek code from clicking (....) in trigger action and check form id is same with your MS form.(when you open MS form in browser you will get form code match this with peek code form id value)
    and in your second action get response details are you getting dynamic values?
    like   @{triggerOutputs()?['body/resourceData/responseId']} 

Under review

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard