<?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 to default a value in a create new row record action</title><link>https://community.appian.com/discussions/f/data/40015/how-to-default-a-value-in-a-create-new-row-record-action</link><description>I am trying to use a create new record action to insert a new record into my table and based on the grid I am showing to the user they only can see records associate to an related record. I would like to be able to pass in the primary key for that parent</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to default a value in a create new row record action</title><link>https://community.appian.com/thread/152762?ContentTypeID=1</link><pubDate>Thu, 11 Dec 2025 15:31:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4242204c-f596-46d4-8bb7-4dc2649752b7</guid><dc:creator>zbates</dc:creator><description>&lt;p&gt;This was the solution! Thank you Stefan!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to default a value in a create new row record action</title><link>https://community.appian.com/thread/152754?ContentTypeID=1</link><pubDate>Thu, 11 Dec 2025 07:40:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:34e74d25-12b3-4142-8629-9c8a38ce11e4</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The trick is, to make that &amp;quot;Create Child Item&amp;quot; action not a record list action of the child record, but a related action of the parent record. Then you know the parent.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to default a value in a create new row record action</title><link>https://community.appian.com/thread/152748?ContentTypeID=1</link><pubDate>Thu, 11 Dec 2025 05:38:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1ccf583-531a-45cc-a193-91b208bd9648</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;In the child Record Action interface, simply reference ri!parentFieldName (where parentFieldName is the relationship field) and set value: ri!parentFieldName, editable: false().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>