<?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>Fetch Db tables into Appian Interface</title><link>https://community.appian.com/discussions/f/user-interface/38665/fetch-db-tables-into-appian-interface</link><description>Hi team, I need help regarding to the Fetching the DB table names into Appian INV, using the table name, Example: i have table name called Students in DB if i select that name in Appian Interface I need to display that Students table details in Interface</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fetch Db tables into Appian Interface</title><link>https://community.appian.com/thread/146145?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 12:47:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:234f2031-ce5f-4a1d-a8bf-96a6bab8a142</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;You can try using&amp;nbsp;stored procedure and run the SP based on the provided selection.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fetch Db tables into Appian Interface</title><link>https://community.appian.com/thread/146139?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 08:02:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72675729-0b27-4576-b06a-61dbe87b2fdd</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;yes, but i have to get this dynamically like if we have to create the records or CDT&amp;#39;s it should be atomically create and display the data in interface level.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fetch Db tables into Appian Interface</title><link>https://community.appian.com/thread/146138?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 07:59:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd539eae-ca19-42e5-8698-6bd5b5c48d71</guid><dc:creator>gayatria0439</dc:creator><description>&lt;p&gt;If you want to fetch the details to display in the Appian interface, we first need to connect to the database using a CDT or Records.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fetch Db tables into Appian Interface</title><link>https://community.appian.com/thread/146137?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 07:59:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2fb268d-09c1-4151-b3a3-8d88cad4d581</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/gayatria0439"&gt;gayatria0439&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;In your scenario i have to create the Records or CDT&amp;#39;s in Appian but i don&amp;#39;t want to create those in appian,&lt;br /&gt;if i want to create those record and CDT&amp;#39;s it should be dynamic only,&lt;br /&gt;example: if a new table added in DB after if i select the same name in Appian that table will display with out creating the record or interface if we have to create record or&amp;nbsp;CDT it should be dynamic only.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fetch Db tables into Appian Interface</title><link>https://community.appian.com/thread/146136?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 07:55:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:952e669b-6d16-4583-bfee-41b2afbff34f</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;No i don&amp;#39;t have records for all but it should be dynamic with the name of the table i want to fetch the table into Appian interface,&lt;br /&gt;if i created new table in DB and after if i call that table name into appian interface so i need that table name and i have 8 tables currently in DB&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fetch Db tables into Appian Interface</title><link>https://community.appian.com/thread/146133?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 07:50:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57349cd8-117b-486e-a7b6-3718760f6668</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello &lt;a href="/members/vempatir680997"&gt;Ram Ganesh&lt;/a&gt;&amp;nbsp; Do you have records for all these tables? Have you created any stored procedures for doing this? How are you planning to select the DB Name. Also how many tables do you have or plan to show on selection in the interface?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fetch Db tables into Appian Interface</title><link>https://community.appian.com/thread/146132?ContentTypeID=1</link><pubDate>Mon, 10 Mar 2025 07:44:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dfca7f8b-8c3b-44f1-8b91-d028984d606e</guid><dc:creator>gayatria0439</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/vempatir680997"&gt;Ram Ganesh&lt;/a&gt;&amp;nbsp;,&amp;nbsp;Yes, we can display the details in the interface. First, we need to create a record or CDT to connect with the table and retrieve the data into Appian. Later, we can fetch the data using a!queryRecordType() or a!queryEntity() or by creating a grid, or we can customize the interface based on the requirements or design.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>