cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
NiklasM
Regular Visitor

Append a variable to all links in an html email

Hey everybody,

 

at the moment I am struggling with appending an variable to all links in an email. I create an email in M365 Marketing and get the email entity into Power Automate with the whole html body. Now I want to add utm parameters to every link in the email. Did anybody know how I do this? I did some things in Power Automate but I am far away from being a IT professional.

 

I start with getting the entity from data verse, when someone adds a value to an utm column I configured with Power Apps.

Then I get the html body of the email to Power Automate. Now I want to append to every link the utm tag I got from Power Apps with a variable.

 

Screenshot 2022-06-01 at 19.46.33.png

Screenshot 2022-06-01 at 19.49.02.png

 

Could anybody help me or does anybody has a solution to this and can show me how to achieve this?

 

Best regards

Niklas

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Aha ... well that's much easier, then.

 

Still, I will not be attempting it myself right now, however if I were, I'd make a flow thusly:

  1. create two string variables thisQueryVAR & htmlContentVAR
  2. Apply to each - an apply to each dataverse item fill them accordingly (replace DV_CALL with the appropriate call in the expression):
    1. thisQueryVAR - the UTM that needs to go in
      utm_campaign=DV_CALL
    2. htmlContentVAR - the html for the email
    3. create a separate Select action with the keys:
      1. subStringPos - registers the numerical position of each href=" in the text
      2. hasQuery - registers if it already has a 'query' on the end, by seeing if it has a '?' before the end of the url (complex, but not impossible)
    4. Apply to each looping the items in the Select:
      1. Compose - pulling the current value of htmlContentVAR into a Compose action called blah
      2. Substring - an action (not expression function!) on the text in blah replacing the url with the the new one
      3. Set variable - to set the value of htmlContentVAR before moving on to the next one
    5. Send the email with the text from htmlContentVAR

I'll try to come do that over the next day or so unless someone else already has. Suffice to say, it might require concurrency rules to be limited to 1 in case of weirdness with variables, however it should automatically figure that out.

View solution in original post

12 REPLIES 12
eliotcole
Super User
Super User

I'm not suggesting that I'll be the fixer, here, @NiklasM, but if you show us what this UTM data looks like when it's coming in (an example, or obfuscated text/images) it might really help with how someone can push that through and into your ongoing email.

 

One thing I can advise, with regard to formatting the link correctly, is to build the whole email in the code view of what ever email application you use in the flow. Because then you can set the HREF and value of the <a> tag.

NiklasM
Regular Visitor

So I have an HTML File, which is saved as an Marketing Email in Microsoft Dynamics 365 Marketing. I adjusted the Email Header Table to define for the email some utm tags. After saving I want to add those parameters automatically to every link in the email. I can get the HTML with the data verse connector, aswell as the utm tags, which I define for the email. Then I need to go through the HTML with Power Automate and add the utm tags to the links or to replace them with a version of the link with the utm tags.

 

Apologies ... I mean the *literal* data as it comes in.

 

such as:
<html>
<head>
</head>
<body>
<p>Oh my gosh, I am a web page!</p>
</body>
</html>
or maybe it's a stringified in a JSON string field:
{
  "type": "html",
  "htmlBody": "<html>\n<head>\n</head>\n<body>\n<p>Oh my gosh, I am a web page!</p>\n</body>\n</html>"
}

 

 

 

 

 

Without knowing what your flow is seeing, folks might have a tougher time translating that into any meaningful logic processing.

 

For example, if your urls are stored in list items within that HTML, like this:
  1. StartPage.com
  2. DuckDuckGo.com
  3. Power Users Forum
It would look like this code:
<ol>
<li><a href="https://startpage.com" target="_blank" rel="noopener">StartPage.com</a></li>
<li><a href="https://duckduckgo.com" target="_blank" rel="noopener">DuckDuckGo.com</a></li>
<li><a href="https://powerusers.microsoft.com/t5/Building-Flows" target="_blank" rel="noopener">Power Users Forum</a></li>
</ol>

If that were the case, then folks here would know that your flow needs to parse an HTML list, and then the href data and content for each <a> tag.

From a markup perspective it could differ, since there are many modules we are using. But for example the email template in MS Dynamics could look like this:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>My Email Subject</title><meta name="referrer" content="never"><meta type="xrm/designer/setting" name="type" value="marketing-designer-content-editor-document"><meta type="xrm/designer/setting" name="layout-editable" value="marketing-designer-layout-editable"><meta type="xrm/designer/setting" name="layout-max-width" value="600px" datatype="text" label="Layout max width"><meta type="xrm/designer/setting" name="font-family" value="Verdana, Arial, sans-serif" datatype="font" label="Font Family"><meta type="xrm/designer/setting" name="body-text-size" value="14px" datatype="text" label="Body Font Size"><meta type="xrm/designer/setting" name="body-text-color" value="#000" datatype="color" label="Body Text Color"><meta type="xrm/designer/setting" name="outer-background" value="#FFFFF" datatype="color" label="Email Background"><style>body,div {font-family:/* @font-family */Verdana,/* @font-family */Arial,/* @font-family */sans-serif/* @font-family */;font-size:/* @body-text-size */14px/* @body-text-size */;color:/* @body-text-color */#000/* @body-text-color */;background-color:/* @outer-background */#fff/* @outer-background */;}div div {background-color: transparent;}[data-layout="true"] {margin: 0 auto;max-width:/* @layout-max-width */600px/* @layout-max-width */;}</style></head><body><div data-layout="true" data-layout-version="v2"><div data-section="true" class=""><table class="outer" align="center" cellpadding="0" cellspacing="0" style="border-collapse: collapse;width: 600px;display: block;"><tbody><tr><th style="padding: 30px;"><table style="    display: block;    width: 100%;    border-collapse: collapse;" class="containerWrapper tbContainer" cellpadding="0" cellspacing="0"><tbody><tr><th data-container="true" class="columnContainer" data-container-width="100" style="vertical-align: top; min-width: 5px; width: 540px;" id="containere364b9bf77a831647881692858"><table width="100%" cellpadding="0" cellspacing="0"><tbody><tr><th class="inner ui-sortable" style="min-width: 5px; padding: 10px; vertical-align: top;  word-wrap: break-word; word-break: break-word;"><div data-editorblocktype="Image" style="padding: 0px; margin: 0px;"><div align="center" class="imageWrapper" style="width: 100%;" width="100%"><img src="https://mktdplp102cdn.azureedge.net/public/1.83.2008.0/static/email/images/LogoImages/newTemplate_logo80x40.png" style="max-height: 100%; max-width: 100%; box-sizing: border-box;  border-radius: 0px; margin-left: auto; margin-right: auto;" class="" alt="Company logo"><div class="clear" style="clear: both; height: 0px; width: 0px;"></div></div></div></th></tr></tbody></table></th></tr></tbody></table></th></tr></tbody></table></div><div data-section="true" class=""><table class="outer" align="center" cellpadding="0" cellspacing="0" style="border-collapse: collapse;width: 600px;display: block;"><tbody><tr><th style="padding: 30px;"><table style="width: 100%; border-collapse: collapse;" class="containerWrapper tbContainer" cellpadding="0" cellspacing="0"><tbody><tr><th data-container="true" class="columnContainer" data-container-width="100" style="min-width: 20px; width: 540px;" id="containerfdb102f122ed61647868141605"><table width="100%" cellpadding="0" cellspacing="0"><tbody><tr><th class="inner ui-sortable" style="min-width: 20px; padding: 10px; vertical-align: top;  word-wrap: break-word; word-break: break-word;"><div data-editorblocktype="Image" style="padding: 0px; margin: 0px;"><div align="Center" class="imageWrapper" style=""><img src="https://mktdplp102cdn.azureedge.net/public/1.83.2008.0/static/email/images/PlaceholderIcons/sample_image_placeholder_800x300.png" style="max-height: 100%; max-width: 100%; box-sizing: border-box; border-radius: 0px;"></div></div><div data-editorblocktype="Text" style="margin: 30px 0px 0px;"><p style="text-align: center;"> <span style="line-height:1.5;"><span style="font-size: 28px; line-height: 1.5;"><span style="font-family: &quot;Segoe UI&quot;, Frutiger, &quot;Helvetica Neue&quot;, Arial, sans-serif; line-height: 1.5;">Keep headline short and relevant&nbsp;&nbsp;</span></span></span> </p></div><div data-editorblocktype="Text" style="margin: 10px 0px 30px;"><p style="text-align: center;"><span style="line-height:1.5;"><span style="font-size: 14px; line-height: 1.5;"><span style="font-family: &quot;Segoe UI&quot;, Frutiger, &quot;Helvetica Neue&quot;, Arial, sans-serif; line-height: 1.5;">Customize your email with fonts and colors that reflect your brand and add personalized content for better engagement.</span></span></span></p>

<p><br></p>

<p style="text-align: center;"><span style="line-height:1.5;"><span style="font-size: 14px; line-height: 1.5;"><span style="font-family: &quot;Segoe UI&quot;, Frutiger, &quot;Helvetica Neue&quot;, Arial, sans-serif; line-height: 1.5;">Keep it short and have a clear action for your audience to act on.</span></span></span><br>
&nbsp;<br>
&nbsp;</p>
</div><div data-editorblocktype="Button" align="center" style="margin: 0px;" class="buttonWrapper"><a class="buttonClass" href="#Button" style="text-align: center; margin-right: auto; margin-left: auto; display: inline-block; background-color: rgb(34, 102, 227); border-radius: 4px; color: rgb(255, 255, 255); width: fit-content; height: auto; padding: 10px 20px; max-width: 100%; border: 1px none rgb(255, 255, 255); font-size: 14px; vertical-align: middle; line-height: normal;" data-msdyn-tracking-id="6a58f5fbcacdd1647868177098" data-msdyn-tracking="false"><span style="font-family: Verdana, Arial, sans-serif;">Call to action</span></a></div></th></tr></tbody></table></th></tr></tbody></table></th></tr></tbody></table></div><div data-section="true" class="emptyContainer"><table class="outer" align="center" cellpadding="0" cellspacing="0" style="border-collapse: collapse;width: 600px;display: block;">
                  <tbody>
                      <tr>
                          <th style="padding: 0px;">
                  <table style="
                width: 100%;
                border-collapse: collapse;
            " class="containerWrapper tbContainer multi" cellpadding="0" cellspacing="0">
                      <tbody>
                      <tr>
                          <th data-container="true" class="columnContainer" data-container-width="50.00" style="vertical-align: top; min-width: 5px; width: 300px;" id="containercbe6d1d25ea5881654187906001">
                          <table width="100%" cellpadding="0" cellspacing="0">
                              <tbody>
                              <tr>
                                  <th class="inner" style="min-width: 5px; padding: 10px; vertical-align: top; word-wrap: break-word; word-break: break-word;">
                                  <div data-editorblocktype="Text"><p>&nbsp;asdasd</p>

<p><br></p>
</div><div data-editorblocktype="Button" align="center" class="buttonWrapper"><a class="buttonClass" href="#Button" style="text-align: center; margin-right: auto; margin-left: auto; display: inline-block; text-decoration: none; background-color: rgb(34, 102, 227); border-radius: 4px; color: rgb(255, 255, 255); width: fit-content; height: auto; padding: 10px 20px; max-width: 100%; line-height: normal;mso-hide: none !important;" data-msdyn-tracking-id="bb76c384057c1654187933289"><span style="font-family: Verdana, Arial, sans-serif;">Button</span></a></div></th>
                              </tr>
                              </tbody>
                          </table>
                          </th>
                      <th data-container="true" class="columnContainer" data-container-width="50.00" style="vertical-align: top; min-width: 5px; width: 300px;" id="container18d4cdef7ff7d81654187915792"><table width="100%" cellpadding="0" cellspacing="0">
                         <tbody>
                             <tr>
                                 <th class="columnContainer inner" style="padding: 10px; min-width: 5px; vertical-align: top; word-wrap: break-word; word-break: break-word;">
                                 <div data-editorblocktype="Text"><p>asdsad</p>

<p><br></p>
</div><div data-editorblocktype="Button" align="center" class="buttonWrapper"><a class="buttonClass" href="#Button" style="text-align: center; margin-right: auto; margin-left: auto; display: inline-block; text-decoration: none; background-color: rgb(34, 102, 227); border-radius: 4px; color: rgb(255, 255, 255); width: fit-content; height: auto; padding: 10px 20px; max-width: 100%; line-height: normal;mso-hide: none !important;" data-msdyn-tracking-id="1cae4cf67bbd481654187923972"><span style="font-family: Verdana, Arial, sans-serif;">Button</span></a></div></th>
                             </tr>
                         </tbody>
                     </table></th></tr>
                      </tbody>
                  </table> 
                  </th>
              </tr>
              </tbody>
          </table></div><div data-section="true" class=""><table class="outer" align="center" cellpadding="0" cellspacing="0" style="border-collapse: collapse;width: 600px;display: block;"><tbody><tr><th style="padding: 30px 30px 0px;"><table style="    display: block;    width: 100%;    border-collapse: collapse;" class="containerWrapper tbContainer multi" cellpadding="0" cellspacing="0"><tbody><tr><th data-container="true" class="columnContainer" data-container-width="30.00" style="vertical-align: top; min-width: 5px; width: 162px;" id="containerdd669325ff6111647875557440"><table width="100%" cellpadding="0" cellspacing="0" class="" style=""><tbody><tr><th class="columnContainer inner ui-sortable" style="min-width: 5px; padding: 10px 0px; vertical-align: top;  word-wrap: break-word; word-break: break-word;"></th></tr></tbody></table></th><th data-container="true" class="columnContainer" data-container-width="13.00" style="vertical-align: top; min-width: 5px; width: 70.2px;" id="container57981bc051edf1647875557440"><table width="100%" cellpadding="0" cellspacing="0" class="" style=""><tbody><tr><th class="columnContainer inner ui-sortable narrowContainer" style="min-width: 5px; padding: 10px 0px 0px; vertical-align: top;  word-wrap: break-word; word-break: break-word;"><div data-editorblocktype="Image" style="padding: 0px; margin: 0px;"><div align="Center" class="imageWrapper" style=""><a href="{{msdyncrm_contentsettings.msdyncrm_facebookurl}}" data-msdyn-tracking="null"><img src="https://mktdplp102cdn.azureedge.net/public/1.83.2008.0/static/email/images/SocialIcons24x24Gray/Facebook.png" style="max-height: 100%; max-width: 100%; box-sizing: border-box;  border-radius: 0px; height: 24px !important; width: 24px !important;" class="" alt="Facebook" height="24" width="23"></a></div></div></th></tr></tbody></table></th><th data-container="true" class="columnContainer" data-container-width="13.00" style="vertical-align: top; min-width: 5px; width: 70.2px;" id="container2e14ab49d4cd81647875557440"><table width="100%" cellpadding="0" cellspacing="0" class="" style=""><tbody><tr><th class="columnContainer inner ui-sortable narrowContainer" style="min-width: 5px; padding: 10px 0px 0px; vertical-align: top;  word-wrap: break-word; word-break: break-word;"><div data-editorblocktype="Image" style="padding: 0px; margin: 0px;"><div align="Center" class="imageWrapper" style=""><a href="{{msdyncrm_contentsettings.msdyncrm_twitterurl}}" data-msdyn-tracking="null"><img src="https://mktdplp102cdn.azureedge.net/public/1.83.2008.0/static/email/images/SocialIcons24x24Gray/Twitter.png" style="max-height: 100%; max-width: 100%; box-sizing: border-box;  border-radius: 0px; height: 24px !important; width: 24px !important;" class="" alt="Twitter" height="24" width="23"></a></div></div></th></tr></tbody></table></th><th data-container="true" class="columnContainer" data-container-width="13.00" style="vertical-align: top; min-width: 5px; width: 70.2px;" id="containerbf100d5d438f21649404515004"><table width="100%" cellpadding="0" cellspacing="0"><tbody><tr><th class="columnContainer inner narrowContainer" style="padding: 10px; min-width: 5px; vertical-align: top;  word-wrap: break-word; word-break: break-word;"><div data-editorblocktype="Image" style="padding: 0px; margin: 0px;"><div align="Center" class="imageWrapper" style=""><a href="{{msdyncrm_contentsettings.msdyncrm_youtubeurl}}"><img src="https://mktdplp102cdn.azureedge.net/public/1.83.2008.0/static/email/images/SocialIcons24x24Gray/Youtube.png" style="max-height: 100%; max-width: 100%; box-sizing: border-box;  border-radius: 0px; height: 24px !important; width: 24px !important;" class="" alt="Youtube" height="24" width="23"></a></div></div></th></tr></tbody></table></th><th data-container="true" class="columnContainer" data-container-width="31.00" style="vertical-align: top; min-width: 5px; width: 167.4px;" id="container24318fde3c3971649404517379"><table width="100%" cellpadding="0" cellspacing="0"><tbody><tr><th class="columnContainer inner" style="padding: 10px; min-width: 5px; vertical-align: top;  word-wrap: break-word; word-break: break-word;"></th></tr></tbody></table></th></tr></tbody></table></th></tr></tbody></table></div><div data-section="true" style="" class=""><table class="outer" align="center" cellpadding="0" cellspacing="0" style="border-collapse: collapse;width: 600px;display: block;"><tbody><tr><th style="padding: 10px 30px 30px; background-color: rgba(0, 0, 0, 0); border-radius: 0px;"><table style="display: block; width: 100%; border-collapse: collapse;" class="containerWrapper tbContainer" cellpadding="0" cellspacing="0"><tbody><tr><th data-container="true" class="columnContainer" data-container-width="100" style="min-width: 5px; width: 540px;" id="containereaaad505204851647868141605"><table width="100%" cellpadding="0" cellspacing="0"><tbody><tr><th class="inner ui-sortable" style="min-width: 5px; padding: 10px; vertical-align: top;  word-wrap: break-word; word-break: break-word; border-width: 1px;"><div data-editorblocktype="Text"><p style="text-align: center;"> <span style="color:#605e5c;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-size:11px;">© 2022 Company Inc. All rights reserved.</span></span></span> </p><p style="text-align: center;"> <span style="color:#605e5c; font-size: 11px;"> <font face="Verdana, Geneva, sans-serif"><span>{{msdyncrm_contentsettings.msdyncrm_addressmain}}</span></font> </span> </p><p style="text-align: center;"><a href="{{msdyncrm_contentsettings.msdyncrm_subscriptioncenter}}"><span style="color:#1f6cf9;"> <font face="Verdana, Geneva, sans-serif"><span style="font-size: 11px;">Unsubscribe</span></font> </span></a></p></div></th></tr></tbody></table></th></tr></tbody></table></th></tr></tbody></table></div></div></body></html>

OK, nice, that makes emails that look something like this, right?

lost email image 😞

I'm assuming from your initial post that you're taking the 'cr5eb_utmcampaign' value from the dataverse data.

 

The final (two-part) question I have which will help whomever resolves this for you is:

  1. Which URLs do you wish to change in/on that email?
  2. Where does that 'cr5eb_utmcampaign' value need to go in the URL?

The resolver will need to know the first piece of information to work out how to parse the HTML, for the correct URLs.

 

They will need the second to know where to place the extra information. For example, does it go in a query at the end like this?

<a href="LINK_ADDRESS?cr5eb_utmcampaign_id=VALUE">LINK_NAME</a>

 

If it doesn't need to actually be a part of all of the URLs, would it be OK in an attribute of the <a> tag, like this?

<a href="LINK_ADDRESS" cr5eb_utmcampaign_id="VALUE">LINK_NAME</a>
NiklasM
Regular Visitor

Good morning,

 

almost right 🙂 The Parameter from data verse needs to be attached to every URL like this: 

 

<a href=“https://www.example.com?utm_campaign=ValueFromDataverse”>Linkname</>

The utm tags are used for tracking purpose and to see the interaction later in Goggle Analytics and other Tracking engines. 

Best regards

Niklas

Aha ... well that's much easier, then.

 

Still, I will not be attempting it myself right now, however if I were, I'd make a flow thusly:

  1. create two string variables thisQueryVAR & htmlContentVAR
  2. Apply to each - an apply to each dataverse item fill them accordingly (replace DV_CALL with the appropriate call in the expression):
    1. thisQueryVAR - the UTM that needs to go in
      utm_campaign=DV_CALL
    2. htmlContentVAR - the html for the email
    3. create a separate Select action with the keys:
      1. subStringPos - registers the numerical position of each href=" in the text
      2. hasQuery - registers if it already has a 'query' on the end, by seeing if it has a '?' before the end of the url (complex, but not impossible)
    4. Apply to each looping the items in the Select:
      1. Compose - pulling the current value of htmlContentVAR into a Compose action called blah
      2. Substring - an action (not expression function!) on the text in blah replacing the url with the the new one
      3. Set variable - to set the value of htmlContentVAR before moving on to the next one
    5. Send the email with the text from htmlContentVAR

I'll try to come do that over the next day or so unless someone else already has. Suffice to say, it might require concurrency rules to be limited to 1 in case of weirdness with variables, however it should automatically figure that out.

Hey Eliot,

 

thanks a lot. I will try to reproduce this in my Power Automate instance but I don't think that I will manage this because I never used Power Automate to query text.

I will keep you updated 🙂

 

Best regards

Niklas Mages

NiklasM
Regular Visitor

Hey Eliot,

 

unfortunately it didn’t work out 😞 could you share the steps you would take with the expressions or could you show me in a Teams meeting? That would be great. 

Best regards 

Niklas

I'll try to take a proper look at this over the next couple of days, and if you don't get movement on it from someone else, then drop me a private message to remind me. 👍

 

Keep making test flows, though, you learn more with each try! (and really break each thing that you want to do down to the most basic step)

Was a little bit easier and the solution takes like 15sec to execute.

drummer
Advocate II
Advocate II

To get a dynamic link to a file, for me I'm using Dynamics 365. 
In email just use the html view and insert the a href link and insert field for the =GUID.  If you look at your link for the GUID format you can copy that.  requires basic knowledge of html link and a href but solved easy for me this morning. 


Helpful resources

Announcements

Tuesday Tip: Getting Started with Private Messages & Macros

Welcome to TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   As our community family expands each week, we revisit our essential tools, tips, and tricks to ensure you’re well-versed in the community’s pulse. Keep an eye on the News & Announcements for your weekly Tuesday Tips—you never know what you may learn!   This Week's Tip: Private Messaging & Macros in Power Apps Community   Do you want to enhance your communication in the Community and streamline your interactions? One of the best ways to do this is to ensure you are using Private Messaging--and the ever-handy macros that are available to you as a Community member!   Our Knowledge Base article about private messaging and macros is the best place to find out more. Check it out today and discover some key tips and tricks when it comes to messages and macros:   Private Messaging: Learn how to enable private messages in your community profile and ensure you’re connected with other community membersMacros Explained: Discover the convenience of macros—prewritten text snippets that save time when posting in forums or sending private messagesCreating Macros: Follow simple steps to create your own macros for efficient communication within the Power Apps CommunityUsage Guide: Understand how to apply macros in posts and private messages, enhancing your interaction with the Community For detailed instructions and more information, visit the full page in your community today:Power Apps: Enabling Private Messaging & How to Use Macros (Power Apps)Power Automate: Enabling Private Messaging & How to Use Macros (Power Automate)  Copilot Studio: Enabling Private Messaging &How to Use Macros (Copilot Studio) Power Pages: Enabling Private Messaging & How to Use Macros (Power Pages)

Tuesday Tip: Subscriptions & Notifications

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!   This Week: All About Subscriptions & Notifications We don't want you to a miss a thing in the Community! The best way to make sure you know what's going on in the News & Announcements, to blogs you follow, or forums and galleries you're interested in is to subscribe! These subscriptions ensure you receive automated messages about the most recent posts and replies. Even better, there are multiple ways you can subscribe to content and boards in the community! (Please note: if you have created an AAD (Azure Active Directory) account you won't be able to receive e-mail notifications.)   Subscribing to a Category  When you're looking at the entire category, select from the Options drop down and choose Subscribe.     You can then choose to Subscribe to all of the boards or select only the boards you want to receive notifications. When you're satisfied with your choices, click Save.     Subscribing to a Topic You can also subscribe to a single topic by clicking Subscribe from the Options drop down menu, while you are viewing the topic or in the General board overview, respectively.     Subscribing to a Label Find the labels at the bottom left of a post.From a particular post with a label, click on the label to filter by that label. This opens a window containing a list of posts with the label you have selected. Click Subscribe.     Note: You can only subscribe to a label at the board level. If you subscribe to a label named 'Copilot' at board #1, it will not automatically subscribe you to an identically named label at board #2. You will have to subscribe twice, once at each board.   Bookmarks Just like you can subscribe to topics and categories, you can also bookmark topics and boards from the same menus! Simply go to the Topic Options drop down menu to bookmark a topic or the Options drop down to bookmark a board. The difference between subscribing and bookmarking is that subscriptions provide you with notifications, whereas bookmarks provide you a static way of easily accessing your favorite boards from the My subscriptions area.   Managing & Viewing Your Subscriptions & Bookmarks To manage your subscriptions, click on your avatar and select My subscriptions from the drop-down menu.     From the Subscriptions & Notifications tab, you can manage your subscriptions, including your e-mail subscription options, your bookmarks, your notification settings, and your email notification format.     You can see a list of all your subscriptions and bookmarks and choose which ones to delete, either individually or in bulk, by checking multiple boxes.     A Note on Following Friends on Mobile Adding someone as a friend or selecting Follow in the mobile view does not allow you to subscribe to their activity feed. You will merely be able to see your friends’ biography, other personal information, or online status, and send messages more quickly by choosing who to send the message to from a list, as opposed to having to search by username.

Monthly Community User Group Update | April 2024

The monthly Community User Group Update is your resource for discovering User Group meetings and events happening around the world (and virtually), welcoming new User Groups to our Community, and more! Our amazing Community User Groups are an important part of the Power Platform Community, with more than 700 Community User Groups worldwide, we know they're a great way to engage personally, while giving our members a place to learn and grow together.   This month, we welcome 3 new User Groups in India, Wales, and Germany, and feature 8 User Group Events across Power Platform and Dynamics 365. Find out more below. New Power Platform User Groups   Power Platform Innovators (India) About: Our aim is to foster a collaborative environment where we can share upcoming Power Platform events, best practices, and valuable content related to Power Platform. Whether you’re a seasoned expert or a newcomer looking to learn, this group is for you. Let’s empower each other to achieve more with Power Platform. Join us in shaping the future of digital transformation!   Power Platform User Group (Wales) About: A Power Platform User Group in Wales (predominantly based in Cardiff but will look to hold sessions around Wales) to establish a community to share learnings and experience in all parts of the platform.   Power Platform User Group (Hannover) About: This group is for anyone who works with the services of Microsoft Power Platform or wants to learn more about it and no-code/low-code. And, of course, Microsoft Copilot application in the Power Platform.   New Dynamics365 User Groups   Ellucian CRM Recruit UK (United Kingdom) About: A group for United Kingdom universities using Ellucian CRM Recruit to manage their admissions process, to share good practice and resolve issues.    Business Central Mexico (Mexico City) About:  A place to find documentation, learning resources, and events focused on user needs in Mexico. We meet to discuss and answer questions about the current features in the standard localization that Microsoft provides, and what you only find in third-party locations. In addition, we focus on what's planned for new standard versions, recent legislation requirements, and more. Let's work together to drive request votes for Microsoft for features that aren't currently found—but are indispensable.   Dynamics 365 F&O User Group (Dublin) About: The Dynamics 365 F&O User Group - Ireland Chapter meets up in person at least twice yearly in One Microsoft Place Dublin for users to have the opportunity to have conversations on mutual topics, find out what’s new and on the Dynamics 365 FinOps Product Roadmap, get insights from customer and partner experiences, and access to Microsoft subject matter expertise.  Upcoming Power Platform Events    PAK Time (Power Apps Kwentuhan) 2024 #6 (Phillipines, Online) This is a continuation session of Custom API. Sir Jun Miano will be sharing firsthand experience on setting up custom API and best practices. (April 6, 2024)       Power Apps: Creating business applications rapidly (Sydney) At this event, learn how to choose the right app on Power Platform, creating a business application in an hour, and tips for using Copilot AI. While we recommend attending all 6 events in the series, each session is independent of one another, and you can join the topics of your interest. Think of it as a “Hop On, Hop Off” bus! Participation is free, but you need a personal computer (laptop) and we provide the rest. We look forward to seeing you there! (April 11, 2024)     April 2024 Cleveland Power Platform User Group (Independence, Ohio) Kickoff the meeting with networking, and then our speaker will share how to create responsive and intuitive Canvas Apps using features like Variables, Search and Filtering. And how PowerFx rich functions and expressions makes configuring those functionalities easier. Bring ideas to discuss and engage with other community members! (April 16, 2024)     Dynamics 365 and Power Platform 2024 Wave 1 Release (NYC, Online) This session features Aric Levin, Microsoft Business Applications MVP and Technical Architect at Avanade and Mihir Shah, Global CoC Leader of Microsoft Managed Services at IBM. We will cover some of the new features and enhancements related to the Power Platform, Dataverse, Maker Portal, Unified Interface and the Microsoft First Party Apps (Microsoft Dynamics 365) that were announced in the Microsoft Dynamics 365 and Power Platform 2024 Release Wave 1 Plan. (April 17, 2024)     Let’s Explore Copilot Studio Series: Bot Skills to Extend Your Copilots (Makati National Capital Reg... Join us for the second installment of our Let's Explore Copilot Studio Series, focusing on Bot Skills. Learn how to enhance your copilot's abilities to automate tasks within specific topics, from booking appointments to sending emails and managing tasks. Discover the power of Skills in expanding conversational capabilities. (April 30, 2024)   Upcoming Dynamics365 Events    Leveraging Customer Managed Keys (CMK) in Dynamics 365 (Noida, Uttar Pradesh, Online) This month's featured topic: Leveraging Customer Managed Keys (CMK) in Dynamics 365, with special guest Nitin Jain from Microsoft. We are excited and thankful to him for doing this session. Join us for this online session, which should be helpful to all Dynamics 365 developers, Technical Architects and Enterprise architects who are implementing Dynamics 365 and want to have more control on the security of their data over Microsoft Managed Keys. (April 11, 2024)       Stockholm D365 User Group April Meeting (Stockholm) This is a Swedish user group for D365 Finance and Operations, AX2012, CRM, CE, Project Operations, and Power BI.  (April 17, 2024)         Transportation Management in D365 F&SCM Q&A Session (Toronto, Online) Calling all Toronto UG members and beyond! Join us for an engaging and informative one-hour Q&A session, exclusively focused on Transportation Management System (TMS) within Dynamics 365 F&SCM. Whether you’re a seasoned professional or just curious about TMS, this event is for you. Bring your questions! (April 26, 2024)   Leaders, Create Your Events!    Leaders of existing User Groups, don’t forget to create your events within the Community platform. By doing so, you’ll enable us to share them in future posts and newsletters. Let’s spread the word and make these gatherings even more impactful! Stay tuned for more updates, inspiring stories, and collaborative opportunities from and for our Community User Groups.   P.S. Have an event or success story to share? Reach out to us – we’d love to feature you. Just leave a comment or send a PM here in the Community!

Exclusive LIVE Community Event: Power Apps Copilot Coffee Chat with Copilot Studio Product Team

We have closed kudos on this post at this time. Thank you to everyone who kudo'ed their RSVP--your invitations are coming soon!  Miss the window to RSVP? Don't worry--you can catch the recording of the meeting this week in the Community.  Details coming soon!   *****   It's time for the SECOND Power Apps Copilot Coffee Chat featuring the Copilot Studio product team, which will be held LIVE on April 3, 2024 at 9:30 AM Pacific Daylight Time (PDT).     This is an incredible opportunity to connect with members of the Copilot Studio product team and ask them anything about Copilot Studio. We'll share our special guests with you shortly--but we want to encourage to mark your calendars now because you will not want to miss the conversation.   This live event will give you the unique opportunity to learn more about Copilot Studio plans, where we’ll focus, and get insight into upcoming features. We’re looking forward to hearing from the community, so bring your questions!   TO GET ACCESS TO THIS EXCLUSIVE AMA: Kudo this post to reserve your spot! Reserve your spot now by kudoing this post.  Reservations will be prioritized on when your kudo for the post comes through, so don't wait! Click that "kudo button" today.   Invitations will be sent on April 2nd.Users posting Kudos after April 2nd at 9AM PDT may not receive an invitation but will be able to view the session online after conclusion of the event. Give your "kudo" today and mark your calendars for April 3, 2024 at 9:30 AM PDT and join us for an engaging and informative session!

Tuesday Tip: Blogging in the Community is a Great Way to Start

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!   This Week's Topic: Blogging in the Community Are you new to our Communities and feel like you may know a few things to share, but you're not quite ready to start answering questions in the forums? A great place to start is the Community blog! Whether you've been using Power Platform for awhile, or you're new to the low-code revolution, the Community blog is a place for anyone who can write, has some great insight to share, and is willing to commit to posting regularly! In other words, we want YOU to join the Community blog.    Why should you consider becoming a blog author? Here are just a few great reasons. 🎉   Learn from Each Other: Our community is like a bustling marketplace of ideas. By sharing your experiences and insights, you contribute to a dynamic ecosystem where makers learn from one another. Your unique perspective matters! Collaborate and Innovate: Imagine a virtual brainstorming session where minds collide, ideas spark, and solutions emerge. That’s what our community blog offers—a platform for collaboration and innovation. Together, we can build something extraordinary. Showcase the Power of Low-Code: You know that feeling when you discover a hidden gem? By writing about your experience with your favorite Power Platform tool, you’re shining a spotlight on its capabilities and real-world applications. It’s like saying, “Hey world, check out this amazing tool!” Earn Trust and Credibility: When you share valuable information, you become a trusted resource. Your fellow community members rely on your tips, tricks, and know-how. It’s like being the go-to friend who always has the best recommendations. Empower Others: By contributing to our community blog, you empower others to level up their skills. Whether it’s a nifty workaround, a time-saving hack, or an aha moment, your words have impact. So grab your keyboard, brew your favorite beverage, and start writing! Your insights matter and your voice counts! With every blog shared in the Community, we all do a better job of tackling complex challenges with gusto. 🚀 Welcome aboard, future blog author! ✍️💻🌟 Get started blogging across the Power Platform Communities today! Just follow one of the links below to begin your blogging adventure.   Power Apps: https://powerusers.microsoft.com/t5/Power-Apps-Community-Blog/bg-p/PowerAppsBlog Power Automate: https://powerusers.microsoft.com/t5/Power-Automate-Community-Blog/bg-p/MPABlog Copilot Studio: https://powerusers.microsoft.com/t5/Copilot-Studio-Community-Blog/bg-p/PVACommunityBlog Power Pages: https://powerusers.microsoft.com/t5/Power-Pages-Community-Blog/bg-p/mpp_blog   When you follow the link, look for the Message Admins button like this on the page's right rail, and let us know you're interested. We can't wait to connect with you and help you get started. Thanks for being part of our incredible community--and thanks for becoming part of the community blog!

Launch Event Registration: Redefine What's Possible Using AI

  Join Microsoft product leaders and engineers for an in-depth look at the latest features in Microsoft Dynamics 365 and Microsoft Power Platform. Learn how advances in AI and Microsoft Copilot can help you connect teams, processes, and data, and respond to changing business needs with greater agility. We’ll share insights and demonstrate how 2024 release wave 1 updates and advancements will help you:   Streamline business processes, automate repetitive tasks, and unlock creativity using the power of Copilot and role-specific insights and actions. Unify customer data to optimize customer journeys with generative AI and foster collaboration between sales and marketing teams. Strengthen governance with upgraded tools and features. Accelerate low-code development  using natural language and streamlined tools. Plus, you can get answers to your questions during our live Q&A chat! Don't wait--register today by clicking the image below!      

Users online (5,101)