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 / Missing Dynamic Content
Power Automate
Suggested Answer

Missing Dynamic Content

(0) ShareShare
ReportReport
Posted on by 158
I am creating a Flow, that is using the trigger "When a new reponse is submitted" from a Microsoft Form.  Then I have the Get Response Details.  When I create the form, the flow through those two items work file.  I see all the fields from the Form in the Get Response Details.  I created a SharePoint list with the same names as the fields in the Form.  Two fields are currency fields that are on the form.  When I add Create Item to add the items to SharePoint,  I see the two currency fields. the two currency fields do not display.
 
But when I get to the Currency Field in the Create Item, all I see is this:
 
This worked before on other flows that I made.
 
Suggestions?
Categories:
I have the same question (0)
  • David_MA Profile Picture
    14,090 Super User 2026 Season 1 on at
    Please show the configuration of your flow rather than highlighting the actions you used. This statement doesn't make sense, "When I add Create Item to add the items to SharePoint, I see the two currency fields. the two currency fields do not display." Showing your flow and how it is configured will help to clarify what you're trying to say.
  • billf24 Profile Picture
    158 on at
    Sorry for the typo.  Below shows when I add the Description of Work, you can see Material Cost in the Get response details.0
     
     
    But when I select the Material Cost line, I do not get the option for Get Response Details.  The same with Labor Cost.
     
     
  • Suggested answer
    Pstork1 Profile Picture
    69,127 Most Valuable Professional on at
    Those two fields are looking for numeric input so the dynamic content is filtering out string values.  The easiest way to fix it is to use a couple compose actions just before the create item. You can load those values into a compose and then you should see the compose when you create the item.  You can also do it by typing in the appropriate JSON, but if you aren't familiar with JSON its easier to use the compose.  You may also need to cast the values using a Float() function to convert from string to number.

    ----------------------------------------------------------------------------------
    If this Post helped you, please click "Does this answer your question" and give it a like to help others in the community find the answer too!

    Paul Papanek Stork, MVP
    Blog: https://www.dontpapanic.com/blog
     
  • Suggested answer
    David_MA Profile Picture
    14,090 Super User 2026 Season 1 on at
    You said the column in your SharePoint list is a number column? If so, Microsoft Forms does not have a true number field. It saves numbers as strings. You need to use the expression builder to convert the string from MS forms to an int or float value. 
    • For an integer: int(outputs('Get_response_details')?['body/YourFieldName'])
    • For a decimal number: float(outputs('Get_response_details')?['body/YourFieldName'])
    When you use the expression builder, you will be able to get to the field from your MS Form in the dynamic content. It doesn't show it without using an expression since you cannot populate a number field in SharePoint with a string.
  • billf24 Profile Picture
    158 on at
    Thanks for the insight.  Just weird that I have not had to do that before.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 281 Super User 2026 Season 1

Last 30 days Overall leaderboard