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 / MS Forms Dynamic Conte...
Power Automate
Suggested Answer

MS Forms Dynamic Content Showing as URL Links in Power Automate Approval Emails

(0) ShareShare
ReportReport
Posted on by
Hi everyone,
 
I have built a Power Automate flow that uses 
Microsoft Forms as the trigger for a 2 stage 
approval process. The flow is working end to end 
however I have an issue with the approval emails.
 
ISSUE:
When I add Dynamic content fields from my MS Form 
into the Details field of the "Start and wait for 
an approval" action, some fields are displaying as 
long URL links in the approval email instead of 
showing the plain text value that was submitted.
 
MY SETUP:
- Trigger: Microsoft Forms - When a new response 
  is submitted
- Action: Get response details
- Action: Start and wait for an approval (Stage 1)
- Condition: Approve/Reject branching
- Action: Start and wait for an approval (Stage 2)
- Condition: Approve/Reject branching
- Action: Send an email V2 (confirmation/rejection)
 
WHAT I HAVE TRIED:
- Adding Dynamic content fields directly into 
  the Details field - shows as URLs
- Using string() expression to wrap the field - 
  partially worked for some fields
- Using concat() expression to build the full 
  details block - not yet fully resolved
 
QUESTIONS:
1. How do I stop Dynamic content fields from 
   rendering as URL links in the Approvals 
   Details field?
2. Is there a better way to format the approval 
   email so it shows clean readable text?
3. Should I be using expressions instead of 
   Dynamic content for MS Forms fields in the 
   Approvals action?
 
Any help or advice would be greatly appreciated. 

Thank you!
Categories:
I have the same question (0)
  • Suggested answer
    Sunil Kumar Pashikanti Profile Picture
    2,318 Moderator on at
     
    Your issue happens because Microsoft Forms returns some fields (especially file uploads, links, arrays) as URLs or JSON objects, and the Approvals “Details” field auto-renders anything that looks like a URL as a clickable link.

    You cannot fully disable hyperlink rendering, but you can control what you pass into Details so it shows clean text.
    Why fields show as URLs
         File upload / link questions return JSON with a link property (SharePoint/OneDrive URL)
         Approvals auto-detect URLs and render them as clickable links
         Some multi-select / complex fields return arrays → rendered poorly unless formatted

    Fix: Extract only the text you want
    Use a Compose + expression before Approval:
    Example for file upload
         ')?['body/<questionID>'])[0]['name']
     
    Shows file name (clean text) instead of URL.
     
    Dynamic Content vs Expression - When to use / What to use
    Scenario Recommendation
    Simple text (single line) Dynamic content OK
    File upload Expression (json()) required
    Multi-select Expression (join())
    Anything rendering wrong Always wrap in concat()
     
     
    ✅ If this answer helped resolve your issue, please mark it as Accepted so it can help others with the same problem.
    👍 Feel free to Like the post if you found it useful.

    Sunil Kumar Pashikanti, Moderator
    Blog:
     https://sunilpashikanti.com/posts/

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