<?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>Simple question regarding writing group name to database: 1. We have a CDT</title><link>https://community.appian.com/discussions/f/rules/1401/simple-question-regarding-writing-group-name-to-database-1-we-have-a-cdt</link><description>Simple question regarding writing group name to database: 1. We have a CDT with a text field called &amp;quot;assignedgroup&amp;quot; 2. A tempo form allows a user to select a group from Appian groups called &amp;quot;testers&amp;quot; 3. Since a group cannot be saved directly to our CDT</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Simple question regarding writing group name to database:&lt;br /&gt;1. We have a CDT</title><link>https://community.appian.com/thread/4867?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2013 04:34:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5fbad81-527a-46f7-b6b3-ba12acd0f599</guid><dc:creator>Mike</dc:creator><description>many thanks for the options!....I figured others might find this useful since groups are kind of special....&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple question regarding writing group name to database:&lt;br /&gt;1. We have a CDT</title><link>https://community.appian.com/thread/4866?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2013 02:30:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d8480d1-0113-4db7-92ad-31e479557994</guid><dc:creator>Rully</dc:creator><description>Hi Mike, you could probably create another field into the CDT called &amp;quot;assignedGroupId&amp;quot; that stores the reference of that group. When you want to convert the value to group, you can use togroup function. The other &amp;quot;assignedGroup&amp;quot; field can be populated manually from Appian provided you have already got the group ID in the first place.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple question regarding writing group name to database:&lt;br /&gt;1. We have a CDT</title><link>https://community.appian.com/thread/4864?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2013 02:24:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e78591b7-5ec3-45ce-b93e-92d610484d56</guid><dc:creator>Tim Nguyen</dc:creator><description>If your CDT has a text field with the name of the group then the people function plugin will assist you with the getgroupbyname function &lt;a href="https://forum.appian.com/suite/tempo/records/type/components/item/i0BWsQdLlzKy55h8z8zJ0sPqpDWFrba9l14mbyubY4XI6t1hRI7xLwkvHhqsuQ/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You could also use tostring() to turn the group into a group id and then recall it using the togroup() function&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>