<?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>Get Attribute data Type</title><link>https://community.appian.com/discussions/f/plug-ins/10900/get-attribute-data-type</link><description>I am writing a plugin where I need to find the nested cdt attributes, for ex: 
 cdt name: abc 
 attributes : id (Integer), name(Text), details(xyz?List) 
 
 cdt name: xyz 
 attributes: add1 (Text) 
 
 I am able to find that &amp;quot;details&amp;quot; is a object of type</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Get Attribute data Type</title><link>https://community.appian.com/thread/47714?ContentTypeID=1</link><pubDate>Fri, 18 Aug 2017 03:12:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f32d8ce2-143d-4c4d-a9d8-b45564fb11be</guid><dc:creator>santoshd378</dc:creator><description>Hi sumeet,&lt;br /&gt;
&lt;br /&gt;
TypeOf() returns the number of the data type in their list.Use typeName() function to get the name of the data Type as follows typeOf(typeOf(your data type)).&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Attribute data Type</title><link>https://community.appian.com/thread/47703?ContentTypeID=1</link><pubDate>Thu, 17 Aug 2017 17:45:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3872c3c2-e3d9-4b55-9304-da1b7a55f144</guid><dc:creator>Sumeet Khare</dc:creator><description>we can get this by getTypeOf method, its description is as follows:&lt;br /&gt;
The typeof the data inside the type. For a primitive (such as INTEGER), it&amp;#39;s based on itself. For a list type, its typeof is the contained type; for example, the typeof LIST_OF_INTEGER is INTEGER.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>