Skip to main content

Notifications

Power Automate - Building Flows
Suggested answer

MS Forms Dynamic Value showing up as letters/numbers not title

(0) ShareShare
ReportReport
Posted on by
Hi all,
 
I have a flow that pulls responses from a MS Form to populate a MS Word Document and then creates a separate file for each response submitted.  
 
I am able to see the names or titles of the majority of the MS Form questions as dynamic values when I'm trying to assign the responses to the specific areas in my Word Template with the exception of a few coming in as just strings of letters/numbers.  Which means, I don't know which question in my Form is the correct question to pull for my Word Template.
 
Where have I gone wrong? Surely, I don't have to go through trial and error guessing my way through which question is which, right?  Help!
 
Thank you!
  • David_MA Profile Picture
    David_MA 8,929 on at
    MS Forms Dynamic Value showing up as letters/numbers not title
    Another method to find what GUID corresponds to the question is to open up your form in MS Forms in design mode. Then open the developer tools window in your browser (F12 key in Edge). Press <ctrl>+<f> to open the search box (be sure that your cursor is in the developer code window, or it will open the browser search rather than the code search box). Then paste the GUID of a question in the search box and press enter. The developer tools will highlight the question in your form. It will only highlight it for a few seconds, but if you click the up/down arrows in the search box, it will highlight the different elements of the question in the HTML as shown below. 
     
  • Suggested answer
    David_MA Profile Picture
    David_MA 8,929 on at
    MS Forms Dynamic Value showing up as letters/numbers not title
    What you are experiencing does happen and I don't know how to avoid it. I can just suggest two options:
    1. Delete the question from your flow and add it again. When adding it, give it a short name that is enough for your to know what it is in your flow. Then rename it to something longer afterward.
    2. Submit a request yourself and note the answers you provide. If they are text fields, put in text that will help make it easy to identify the question.
      1. Then submit a request and look at a flow run and click on show raw outputs under Outputs. This will show you the JSON body of the get response details action (see image below).
      2.  Look through body of the JSON for the GUID of the question (these are the letters/numbers you describe) that corresponds to the answer for the question you submitted in step 1. The GUID value is important, because it allows you to alter the question without impacting the flow. Did you reword the questions that now show the GUID without the display name?
      3. Create a variable for the question with a meaningful name and populate it with the value from the dynamic content.
      4. Once the variable is populated, you can then use the variable with the more meaningful name in your flow.

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,445

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,741

Leaderboard