<?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 would you accomplish moving the value of one input rule to another?</title><link>https://community.appian.com/discussions/f/process/23823/how-would-you-accomplish-moving-the-value-of-one-input-rule-to-another</link><description>Lets say you have a form with a textbox name. 
 The form populates from a DB tableA. What is the recommended way of saving it into DB tableB? 
 
 
 I experimented with the following: 
 1. 
 
 2. putting a!save(ri!record.requestdateadded, now()), in the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How would you accomplish moving the value of one input rule to another?</title><link>https://community.appian.com/thread/91594?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2022 16:15:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77f16802-6a0e-4032-b31d-9a7d33ef391a</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;Hi , Could you please let us know your use case so that we can provide you more accurate answers.?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How would you accomplish moving the value of one input rule to another?</title><link>https://community.appian.com/thread/91583?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2022 15:01:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:96dfa79f-afcd-4949-ac70-f7aebd42fa74</guid><dc:creator>sebastians0002</dc:creator><description>&lt;p&gt;What if I need to bring in some information beforehand, that means i need to display the title of a user in the form?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;                                  item: a!textField(
                                    label: &amp;quot;Position&amp;quot;,
                                    labelPosition: &amp;quot;ABOVE&amp;quot;,
                                    value: user(ri!record.requestaddedby, &amp;quot;titleName&amp;quot;),
                                    saveInto: ri!order.position,
                                    refreshAfter: &amp;quot;UNFOCUS&amp;quot;,
                                    validations: {}
                                  )&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How would you accomplish moving the value of one input rule to another?</title><link>https://community.appian.com/thread/91582?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2022 14:59:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d9fc1b1-83b8-4ea7-bccb-d14282eb4d57</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;What you have is totally fine, saving fields such as &amp;#39;modifiedBy&amp;#39; and &amp;#39;modifiedOn&amp;#39; when the submit button is clicked is a good practice.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>