<?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>Update data from an interface</title><link>https://community.appian.com/discussions/f/process/21109/update-data-from-an-interface</link><description>I have a table that is connected to sub tables. Through an interface I want the user to select the record and I can update it. I want to know how I can configure a button that updates directly in the database and how to connect it to a process model.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Update data from an interface</title><link>https://community.appian.com/thread/82263?ContentTypeID=1</link><pubDate>Tue, 01 Jun 2021 15:06:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:93e02122-81d7-4aa6-a562-2ec4aa989caf</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Can you tell us more about your requirement to &amp;quot;connect it to a process model&amp;quot;?&amp;nbsp; As previously noted, you could make use of &lt;em&gt;a!writeToDataStoreEntity()&lt;/em&gt; to update the data directly from the form, however if you will need to kick off a process model simultaneously, you should consider using that process to (also) update the data, and then perhaps do whatever subsequent processing you have in mind.&amp;nbsp; This is because it can be tricky (or impossible) to stack multiple smart service executions into a single click in a SAIL form, but it&amp;#39;s trivially easy to accomplish something similar within a called process (i.e. using &lt;em&gt;a!startProcess()&lt;/em&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update data from an interface</title><link>https://community.appian.com/thread/82262?ContentTypeID=1</link><pubDate>Tue, 01 Jun 2021 14:56:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db303df2-5eaf-4004-ad14-4e038881822b</guid><dc:creator>theresaa0002</dc:creator><description>&lt;p&gt;You can make use of the a!writetoDataStoreEntity on the saveInto of the button. Take a look at this&amp;nbsp;&lt;span&gt;recipe&lt;/span&gt; to adapt to your use case.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.2/recipe-use-the-write-to-data-store-entity-smart-service-function-on-an-interface.html"&gt;Use the Write to Data Store Entity Smart Service Function on an Interface - Appian 21.2&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>