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 :
Service | Customer Service, Contact Center, Fie...
Suggested Answer

Dataverse Email Message Description Field Not Rendering Custom Deep Link as Clickable Hyperlink

(0) ShareShare
ReportReport
Posted on by 2

We have a Power Automate flow that creates an Email Message record in Dataverse. As part of the process, we initialize a variable containing a custom Field Service deep link:

ms-apps-fs://org8116225d.crm6.dynamics.com_b172a22x8-x320-xx62-b6e5-3819181a?tenantId=47995fc2-2m43-20a2-2381-182819173&isShortcut=true&appType=AppModule&openApp=true&restartApp=true&forceOfflineDataSync=true&etn=case&pagetype=entityrecord&id=692ac1c3-2h63-2782-a82d-e177e46d9cb9

This URL is inserted into the Description field of the Dataverse Email Message record with text such as "Click here to open the case in Field Service".

Expected Behavior

The link should appear as a clickable hyperlink and, when selected by the user, should launch the Dynamics 365 Field Service mobile application and open the corresponding Case record.

Actual Behavior

The URL is displayed as plain text in the Description field and is not rendered as a clickable hyperlink.

I have the same question (0)
  • Suggested answer
    Syed Aqib Raza Profile Picture
    24 on at

    The issue is likely because the URL is being inserted into the Description field as plain text. Simply adding a ms-apps-fs:// URL doesn't automatically make it clickable.

    I would recommend creating the link as an HTML hyperlink in Power Automate, for example:

     
    <a href="ms-apps-fs://...">
        Click here to open the case in Field Service
    </a>
     

    If the URL is stored in a variable, you can construct the Description using:

     
    concat(
        '<p><a href="',
        variables('FieldServiceDeepLink'),
        '">Click here to open the case in Field Service</a></p>'
    )
     

    Then use this HTML content in the Email Description/Body.

    Also, test the ms-apps-fs:// deep link directly on the target mobile device to confirm that Field Service Mobile is installed and the user is signed in.

    If the HTML is still displayed as plain text, check the actual value stored in the Dataverse Email record. If the <a> tag is present there but the received email still shows it as text, then the HTML may be getting stripped/encoded by the email-sending step or email client.

  • CU10082125-1 Profile Picture
    2 on at

    i already tried that and url is getting strip down

     

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 Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Service | Customer Service, Contact Center, Field Service, Guides

#1
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 69 Most Valuable Professional

#2
Daniyal Khaleel Profile Picture

Daniyal Khaleel 21 Most Valuable Professional

#3
Ayesha Wajahat Profile Picture

Ayesha Wajahat 16

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans