<?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>dynamically render UI components (text, date and Paragraphfield) from database table.</title><link>https://community.appian.com/discussions/f/user-interface/17788/dynamically-render-ui-components-text-date-and-paragraphfield-from-database-table</link><description>Hi, 
 is there any way to dynamically render UI components (text, date and Paragraphfield) from database table. with out data in that fields it has to fetch only Components.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: dynamically render UI components (text, date and Paragraphfield) from database table.</title><link>https://community.appian.com/thread/70027?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2019 05:58:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5f3bb23b-eb6b-4847-88d8-4a91afe1a383</guid><dc:creator>vijaya Kumar</dc:creator><description>&lt;p&gt;Thank you Stewart. can you send small example with code. so i can refer that&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: dynamically render UI components (text, date and Paragraphfield) from database table.</title><link>https://community.appian.com/thread/70017?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2019 14:32:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a10d65dd-f9d0-48da-b44b-23b31df62a21</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;You cannot fetch &amp;#39;code&amp;#39; from a database in its raw form...e.g. you cannot store an a!textField() as a string in a database column, fetch it and use that value to render a text field. But you can store meta-data in the database and design your code to render the correct component (e.g. have in your database a column called &amp;#39;fieldType&amp;#39; with a value of &amp;#39;text&amp;#39; and then have an if() statement that chooses the correct component based upon the value it finds in the database.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>