<?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>Getting only email addresses into Excel</title><link>https://community.appian.com/discussions/f/data/28105/getting-only-email-addresses-into-excel</link><description>So I need to make a list of groups and what users are in those groups in Excel. There are a lot of users and groups so I&amp;#39;m trying not to have to do it manually. I can&amp;#39;t just make the email addresses with the concatenate formula because I don&amp;#39;t have any</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Getting only email addresses into Excel</title><link>https://community.appian.com/thread/109632?ContentTypeID=1</link><pubDate>Fri, 17 Mar 2023 13:46:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b99499e3-9d3a-4929-84ae-d2447272c76d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;You might have an easier time viewing the &amp;quot;raw&amp;quot; output value - and there are lots of different ways we can play with the formatted value of the output to make it fit your needs, e.g.&lt;br /&gt;&lt;pre class="ui-code" data-mode="java"&gt;concat(
  a!forEach(
    a!groupMembers(29),
    
    tostring(
      user(fv!item, &amp;quot;email&amp;quot;)
    ) &amp;amp; char(10)
  )
)&lt;/pre&gt;&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1679060863220v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting only email addresses into Excel</title><link>https://community.appian.com/thread/109623?ContentTypeID=1</link><pubDate>Fri, 17 Mar 2023 11:20:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:575dc4a7-e325-4baf-a500-bdcfe9ab97d5</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;But why would he promote such type of content? What is the benefit in this?&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f620.svg" title="Angry"&gt;&amp;#x1f620;&lt;/span&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f611.svg" title="Expressionless"&gt;&amp;#x1f611;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="103" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1679051808077v1.png" width="197" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting only email addresses into Excel</title><link>https://community.appian.com/thread/109622?ContentTypeID=1</link><pubDate>Fri, 17 Mar 2023 10:53:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2664fb02-e02b-4ef9-98b7-48bb86a7ba6e</guid><dc:creator>jasons9814</dc:creator><description>[deleted]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting only email addresses into Excel</title><link>https://community.appian.com/thread/109592?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 20:36:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:236d9080-0caf-441a-9248-10f1d71b031a</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Hey, it is not possible to remove data type from the test output value, if you want to copy the data directly from this output then you can paste it into notepad and replace all (User) with empty space.&lt;/p&gt;
&lt;p&gt;Or you can use an interface like this to copy it without any struggle&lt;/p&gt;
&lt;p&gt;&lt;img height="127" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1678999033658v1.png" width="350" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting only email addresses into Excel</title><link>https://community.appian.com/thread/109587?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 20:00:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3ccbaef-3239-4d43-b5e4-d6ea65b591bd</guid><dc:creator>davinar9817</dc:creator><description>&lt;p&gt;For now I ended up using an expression rule, getting the ID of the group and then viewing the users. But it&amp;#39;s not a user-facing tool, it&amp;#39;s more of a chore for me. The output of the code I used was fine, but I had to replace/find and remove the (User) at the end. Is there something I could add to the rule to remove that initially?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!groupMembers(group:114).data
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1678996879020v4.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting only email addresses into Excel</title><link>https://community.appian.com/thread/109573?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 16:52:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d18b29e9-6fbb-4306-8afb-4771bcc1edc5</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Is this a one-time export that you could use brute-force techniques to use, or is it something that you need to set up as a &amp;quot;clean&amp;quot;, user-facing tool that might need to be used often (or at least on a repeated basis)?&lt;/p&gt;
&lt;p&gt;For a one-time chore being done by you as the designer, there are various things I could think of.&amp;nbsp; One would be, you could simply enumerate over the membership of a group and output their email addresses separated by newline, in the Expression Editor, then copy the result list and paste it into an Excel column.&amp;nbsp; That or you could generate text output formatted like a CSV file would be, copy that and paste it into a blank text file that you save as .csv, then open that in Excel (and optionally, save an Excel-formatted copy, etc).&lt;/p&gt;
&lt;p&gt;Any further info on exactly what you need to do here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting only email addresses into Excel</title><link>https://community.appian.com/thread/109571?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 16:38:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c889ca6c-52e6-45ce-88a9-1cef092c8a1f</guid><dc:creator>aditya007</dc:creator><description>&lt;p&gt;Hi Ujjwal, Yes something I am also using the copy and paste&lt;span style="color:#993300;"&gt;, if that is one time task.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting only email addresses into Excel</title><link>https://community.appian.com/thread/109570?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 16:34:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8e09fb3-9e0f-4494-9443-c8b5bae01a27</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;Hi, as aditya mentioned for exporting the data from a grid we need to have a record so one funny way of doing this is create a datasubset of all the usernames and emails create a grid using them just copy the data from the grid and paste to excel &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting only email addresses into Excel</title><link>https://community.appian.com/thread/109569?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 16:32:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:22d770c2-a676-4371-bd3b-ac0953cd8c70</guid><dc:creator>aditya007</dc:creator><description>&lt;p&gt;Hi, Please create a temp record type if using the Appian 22.4 else create cdt and create a table storing these details. After having these over the database. Then using DSE to excel or directly you can export using the record type cool feature.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>