<?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>Automatically email should popup with combination of first name and last name</title><link>https://community.appian.com/discussions/f/rules/19188/automatically-email-should-popup-with-combination-of-first-name-and-last-name</link><description>I have a requirement where I want to get the email address of person during filling the form. Once he enters the first and last name automatically his email address should popup .For eg: first name is Raj and last name is Sharma, so email address should</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Automatically email should popup with combination of first name and last name</title><link>https://community.appian.com/thread/75546?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 20:08:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fe621a3-d72e-4584-ab9f-38e904271036</guid><dc:creator>akshayg0006</dc:creator><description>&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically email should popup with combination of first name and last name</title><link>https://community.appian.com/thread/75197?ContentTypeID=1</link><pubDate>Sun, 05 Jul 2020 13:12:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5a9af410-65b3-479a-8551-b0054e733d71</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Wouldn&amp;#39;t the system already contain the email address within the user account of a person filling out a form?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically email should popup with combination of first name and last name</title><link>https://community.appian.com/thread/75195?ContentTypeID=1</link><pubDate>Sun, 05 Jul 2020 07:08:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:53c435df-ed8d-4c79-9f66-20c7a873feaa</guid><dc:creator>Dharmendra Godhani</dc:creator><description>&lt;p&gt;Hi Akshay,&lt;/p&gt;
&lt;p&gt;There are&amp;nbsp;more then one way to do this activity&lt;/p&gt;
&lt;p&gt;One way is when user fills the first name in the firstname field and last name in lastname field then we can populate the email in the email field by using user finction as:&lt;span&gt;user(touniformstring(index(usersearch({&amp;quot;firstName&amp;quot;,&amp;quot;lastName&amp;quot;},{1,1},{&amp;quot;firstNamevalue&amp;quot;,&amp;quot;lastNamevalue&amp;quot;}),1,1)),&amp;quot;email&amp;quot;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Another way is you require the email in the same field where you are typing the firstname and lastname, the you need to create a custompickerfield.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I hope this will help you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically email should popup with combination of first name and last name</title><link>https://community.appian.com/thread/75137?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2020 11:07:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7c97ec73-ff23-4c28-bccc-6a93ec07dfe3</guid><dc:creator>Nithya Pitchai</dc:creator><description>&lt;p&gt;There is a function usersearch available under the Personalization Utilities&amp;nbsp;plugin.&lt;/p&gt;
&lt;p&gt;you can try&amp;nbsp;&lt;/p&gt;
&lt;p&gt;user(touniformstring(index(usersearch({&amp;quot;firstName&amp;quot;,&amp;quot;lastName&amp;quot;},{1,1},{&amp;quot;firstNamevalue&amp;quot;,&amp;quot;lastNamevalue&amp;quot;}),1,1)),&amp;quot;email&amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>