<?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 write bulk data to DB</title><link>https://community.appian.com/discussions/f/data/19246/how-to-write-bulk-data-to-db</link><description>I have bulk data in a list of CDT lets just say 
 Cases :{ A[], B:[],C:[],D:[] } 
 
 Now i want to write each instance of A,B,C,D to DB together because each i nstance of A,B,C,D is correspond to a case (or you can say 1 request) 
 and if once instance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to write bulk data to DB</title><link>https://community.appian.com/thread/75372?ContentTypeID=1</link><pubDate>Mon, 13 Jul 2020 15:11:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e0681858-1a60-4b51-b622-6319f5d149f2</guid><dc:creator>sugasanr300208</dc:creator><description>&lt;p&gt;after calling sub process that will write CDT to db. i dont want to hold current CDT instance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to write bulk data to DB</title><link>https://community.appian.com/thread/75359?ContentTypeID=1</link><pubDate>Mon, 13 Jul 2020 08:10:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2498e2c5-a8ae-4fe4-bd2f-f9b228036ba7</guid><dc:creator>Timo</dc:creator><description>&lt;p&gt;Do you need the CDT or only the writing to DB?&lt;br /&gt;Else think of a stored procedure?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to write bulk data to DB</title><link>https://community.appian.com/thread/75348?ContentTypeID=1</link><pubDate>Sun, 12 Jul 2020 18:06:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e675035d-b402-4b45-a75d-523c82d0e8ed</guid><dc:creator>sugasanr300208</dc:creator><description>&lt;p&gt;Sorry My requirement is to create &amp;lsquo;n&amp;rsquo; times of CDT and for each CDT i have to call sub process that will write to Db. I dont want to create CDT&amp;nbsp; list first and dump to DB . Right after one CdT is created i wanted to write to Db .&amp;nbsp;How can we achieve&amp;nbsp;it through MNI . can you shed some light&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to write bulk data to DB</title><link>https://community.appian.com/thread/75340?ContentTypeID=1</link><pubDate>Sat, 11 Jul 2020 13:25:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9bf84ab-9ef5-4e2c-93d3-34fbda7ca2b6</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Hi there,&lt;br /&gt;Using &lt;a href="https://docs.appian.com/suite/help/20.2/Process_Node_and_Smart_Service_Properties.html#other-tab"&gt;MNI&lt;/a&gt; instead of looping is a better option. What you can do is clean data once an instance of your subprocess completes so that you don&amp;#39;t have to store large data and occupy memory on environment.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can find it on the given link under &amp;quot;Other&amp;quot; section on the side bar.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>