<?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>how can we add a blank row to cdt in the interface on buttonaction</title><link>https://community.appian.com/discussions/f/general/26101/how-can-we-add-a-blank-row-to-cdt-in-the-interface-on-buttonaction</link><description>blank row in the cdt has to be added in the interface</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how can we add a blank row to cdt in the interface on buttonaction</title><link>https://community.appian.com/thread/102258?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2022 02:51:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6bccf812-bb81-402a-b6b7-25ce031ad2e2</guid><dc:creator>deepakg271869</dc:creator><description>&lt;p&gt;If in the grid, you can use add row configuration and in that use dynamiclink and append function to append the rows.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how can we add a blank row to cdt in the interface on buttonaction</title><link>https://community.appian.com/thread/102234?ContentTypeID=1</link><pubDate>Sat, 01 Oct 2022 10:14:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4ff8f677-4dc0-4ed8-9525-e4bb31a2ffcc</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;Hi, Check the below code.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!data,
  a!buttonWidget(
    label: &amp;quot;Add&amp;quot;,
    saveInto: a!save(
      local!data,
      &amp;#39;type!{urn:com:appian:types}AA_Vehicle&amp;#39;()
    )
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>