<?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>Add data in a text fields in an interface to update many rows of my db at one go</title><link>https://community.appian.com/discussions/f/user-interface/26244/add-data-in-a-text-fields-in-an-interface-to-update-many-rows-of-my-db-at-one-go</link><description>Hi 
 I want add or complete data in a text fields in an interface (image below) to update many rows of my db at one go, instead of updating one by one or row by row 
 
 
 For example, complete the form interface (image above) to update 5 rows at one go</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Add data in a text fields in an interface to update many rows of my db at one go</title><link>https://community.appian.com/thread/103278?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2022 04:52:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43290317-0dc5-4cd9-a760-f53904202c19</guid><dc:creator>ravis</dc:creator><description>&lt;p&gt;Also to call that process model you can create a button using cardLayout and in link parameter of cardLayout you can call the process model and paas the selected ids.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add data in a text fields in an interface to update many rows of my db at one go</title><link>https://community.appian.com/thread/103277?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2022 04:50:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:13100e06-9a08-4cda-9754-c998f765b894</guid><dc:creator>ravis</dc:creator><description>&lt;p&gt;Hi, I guess you have to create only one interface as you already have the below interface, right?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1666327693830v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;And then you have to pass the selected ids ( you can take help from below link) into the above process model that I have sugested.&lt;br /&gt;docs.appian.com/.../grid-with-selection-pattern.html&lt;br /&gt;&lt;br /&gt;And Secondly, &amp;quot;&lt;span&gt;how i call the selected rows in this interface?&lt;/span&gt;&amp;quot;^^ , you can fetch the data using query entity by passing the ids in the filters, and please use dynamic paging if you are calling more then 15/20 rows.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add data in a text fields in an interface to update many rows of my db at one go</title><link>https://community.appian.com/thread/103276?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2022 22:02:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9e6111cd-2dfc-4889-a571-ae4cc0c43609</guid><dc:creator>danna3499</dc:creator><description>&lt;p&gt;Hi Ravis420&lt;/p&gt;
&lt;p&gt;As you said i will create 2 interfaces&lt;/p&gt;
&lt;p&gt;1. the first for the selectable read only grid and save the selected rows in a local variable...&lt;/p&gt;
&lt;p&gt;how i save that selected rows in a local variable?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2. the second for the editable grid for selected rows&lt;/p&gt;
&lt;p&gt;how i call the selected rows in this interface?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add data in a text fields in an interface to update many rows of my db at one go</title><link>https://community.appian.com/thread/102977?ContentTypeID=1</link><pubDate>Sun, 16 Oct 2022 13:50:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd7e4777-0c28-4dbd-ac50-254cd2344d91</guid><dc:creator>ravis</dc:creator><description>&lt;p&gt;I hope the above solution will help you to update your data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add data in a text fields in an interface to update many rows of my db at one go</title><link>https://community.appian.com/thread/102976?ContentTypeID=1</link><pubDate>Sun, 16 Oct 2022 13:47:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bf7b22db-53c9-449d-97d3-8e0583651dcf</guid><dc:creator>ravis</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can create a process model (generic process so that we can use the same anywhere we want) that contain a UIT and a Write to details process model (see below pic).&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1665928075735v3.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And what you only have to do, you have to pass the selected grid data (as we know we can hold the selected data in a local) on clicking the button from your above interface to the generic process model UIT and&amp;nbsp;then you can update that data in the editable grid.&lt;br /&gt;&lt;br /&gt;Then after updating the data on clicking submit your updated data will go to write in the db.&lt;br /&gt;&lt;br /&gt;Thank You.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>