<?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>Write local data into table</title><link>https://community.appian.com/discussions/f/user-interface/39773/write-local-data-into-table</link><description>Hi Community,I need some help with my requirement like below shown in the image we have scenarios - 1,2 etc and each scenario have some plan associated and for different plans different services. It&amp;#39;s connected in that way. In that for a particular services</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Write local data into table</title><link>https://community.appian.com/thread/151756?ContentTypeID=1</link><pubDate>Fri, 26 Sep 2025 06:13:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91d00814-4496-4b79-bba4-fa3d5c166418</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;&lt;span&gt;Use an editable grid showing services and fee details joined by service Id. Bind data to a local variable. On save, use a!writeRecords() to insert/update fee details in the fee table keyed by service Id. Reload data to sync after saving.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Write local data into table</title><link>https://community.appian.com/thread/151751?ContentTypeID=1</link><pubDate>Fri, 26 Sep 2025 01:21:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:416cd081-5480-49b7-bab1-a229ff15e7ef</guid><dc:creator>iswaryan3520</dc:creator><description>&lt;p&gt;We have these tables already for scenario, plan, services and for one particular services I need to save the fee details i have created a table for that as well with service table id as foreign key. I am trying to create the fee details inside the grid where services details are populated and save that to table. But I&amp;#39;m not sure how to do it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Write local data into table</title><link>https://community.appian.com/thread/151743?ContentTypeID=1</link><pubDate>Thu, 25 Sep 2025 18:16:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:400e2504-6857-49bd-80be-519362d989b8</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;You need to set a solid data structure first before building the grid and all!&amp;nbsp;&lt;br /&gt;Build reference tables first with the static data your app needs. Like services should have a reference/ look up table having unique service id and services.&lt;/p&gt;
&lt;p&gt;then plan table should have plan related details.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The main table , scenario, should have scenario details.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another table should be there which stores scenario id, plan ids and services ids using foreign key references as they relate. If you use records then consider setting relationships.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Taking this general idea build your Interface. For a scenario get the plans and for plans get the services.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;It might seem pretty complex but using variables and process models you can pass data between interfaces (tasks). So start with tables then start designing your interface. Given my limited understanding of your use case you might need to tweak the data structure so adjust as needed and come back if you face challenges.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>