<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/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>Notification (E-Message Blank)</title><link>https://www.aras.com/community/f/development/3435/notification-e-message-blank</link><description>Why is it when I leave a field blank in my form it generates a email with just labels and no data, but If I populate all the fields that are in the email form, it works fine.

Example of my &amp;quot;Email Message&amp;quot;

========This is in the Body Html of my &amp;quot;Email</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Notification (E-Message Blank)</title><link>https://www.aras.com/community/thread/935?ContentTypeID=1</link><pubDate>Tue, 17 Oct 2017 08:45:08 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5aa4d627-7d53-4067-9f3d-d25a25398f77</guid><dc:creator>didonato</dc:creator><description>Thank You Zahar!!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Notification (E-Message Blank)</title><link>https://www.aras.com/community/thread/922?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2017 13:49:40 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9148959e-2368-4193-9169-179caa75aa6b</guid><dc:creator>Zahar Chernov</dc:creator><description>Try to change you qry to:
&lt;blockquote&gt;&amp;lt;Item type=&amp;quot;${Item/@type}&amp;quot; id=&amp;quot;${Item/@id}&amp;quot; action=&amp;quot;get&amp;quot; select=&amp;quot;customer(name),program(name)&amp;quot;/&amp;gt;&lt;/blockquote&gt;
and in the body something like:
&lt;blockquote&gt;${Item/customer/Item/name}

${Item/program/Item/name}&lt;/blockquote&gt;
&amp;nbsp;

Keep in mind if you have more than one Item in Query you need to point to with line (for first line no need) you refer as &lt;strong&gt;${Item &lt;/strong&gt;

for example if this is your query:
&lt;blockquote&gt;&amp;lt;Item type=&amp;quot;Activity&amp;quot; id=&amp;quot;${Item/ActivityId}&amp;quot; action=&amp;quot;get&amp;quot; select=&amp;quot;name,message&amp;quot;/&amp;gt;
&amp;lt;Item type=&amp;quot;${Item/@type}&amp;quot; id=&amp;quot;${Item/@id}&amp;quot; action=&amp;quot;get&amp;quot; select=&amp;quot;customer(name),program(name)&amp;quot;/&amp;gt;&lt;/blockquote&gt;
Your body will be:
&lt;blockquote&gt;${Item[2]/customer/Item/name}

${Item[2]/program/Item/name}&lt;/blockquote&gt;
&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>