<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Outlook email box popup with pre-populated grid on UI</title><link>https://community.appian.com/discussions/f/general/14137/outlook-email-box-popup-with-pre-populated-grid-on-ui</link><description>Its weird requirement but giving a try if possible in Appian. Our business wants a link/button on sail UI where we have pre populated grid and respective contents, by clicking this link/button we should be able to open an Outlook compose box where email</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Outlook email box popup with pre-populated grid on UI</title><link>https://community.appian.com/thread/63970?ContentTypeID=1</link><pubDate>Fri, 11 Jan 2019 06:07:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3fc52369-e31a-45f3-8fbf-b6b2d1f8a030</guid><dc:creator>simples533</dc:creator><description>Hi Ajay, &lt;br /&gt;
&lt;br /&gt;
Try below code,&lt;br /&gt;
&lt;br /&gt;
load(&lt;br /&gt;
  local!uri:concat(&amp;quot;mailto:xxxx@yyy.zz?Body=&amp;quot;,ri!body),&lt;br /&gt;
  a!linkField(&lt;br /&gt;
label: &amp;quot;Email:&amp;quot;,&lt;br /&gt;
links: a!safeLink(&lt;br /&gt;
label: &amp;quot;Contact AJ&amp;quot;,&lt;br /&gt;
uri: local!uri&lt;br /&gt;
)&lt;br /&gt;
))&lt;br /&gt;
&lt;br /&gt;
You can create uri in local variable with Body and Subject and than pass that variable in URI.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>