<?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>Bulk upload from Excel to Appian</title><link>https://community.appian.com/discussions/f/general/34809/bulk-upload-from-excel-to-appian</link><description>Hello, 
 
 We are building a site which will be used to gather request and I&amp;#39;m trying to find if there is a possibility to make bulk upload of these request using excel. The form which need to be submitted contain single rows and also arrays of data.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Bulk upload from Excel to Appian</title><link>https://community.appian.com/thread/134422?ContentTypeID=1</link><pubDate>Mon, 29 Apr 2024 10:36:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b69040f7-377c-4b6c-b723-e4bf7a1c5c9c</guid><dc:creator>Harsh Kumar Agarwal</dc:creator><description>&lt;p&gt;You can achieve it using the above suggested approach.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bulk upload from Excel to Appian</title><link>https://community.appian.com/thread/134374?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 17:48:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d3377a1-cc13-4c3b-8eb0-6c660334a177</guid><dc:creator>Vasil Chetinov</dc:creator><description>&lt;p&gt;We want to let users view all the uploaded requests since they might have more information which they need to fill out. So the bulk upload will not have all of the fields it will have the required ones but not all. Thats why we want request to stay in draft in the&amp;nbsp;right tables so after they finish them to click submit on each one of them and push them to the database.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bulk upload from Excel to Appian</title><link>https://community.appian.com/thread/134370?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 16:56:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f26596c-7412-402b-a992-7bee49b2a085</guid><dc:creator>Harsh Kumar Agarwal</dc:creator><description>&lt;p&gt;The most preferred way should be as already suggested to use temporary or staging DB tables to load data from excel. Keep two additional columns in each staging table named as VALIDATION_MESSAGE and IS_VALIDATE. Update validation message if any&amp;nbsp;from&amp;nbsp;sanity, data, datatype or any other validation. Update IS_VALIDATE true if no validation message else false. This way you can export only those rows which are not valid and display to the user so that they can correct and upload another set of&amp;nbsp;excels with right data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bulk upload from Excel to Appian</title><link>https://community.appian.com/thread/134367?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 16:08:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0fdfaf08-2317-4863-b4da-f75aefbcf684</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;It should be possible to build something like this of course -- i&amp;#39;m afraid to say there&amp;#39;s no &amp;quot;magic wand&amp;quot; solution that I know of, meaning you&amp;#39;d need to build much of it manually (easier or harder depending on how strictly you can enforce standardization in your Excel files).&amp;nbsp; As I mentioned before sometimes the best approach is to just cut to the chase and implement a &amp;quot;feasibility check&amp;quot; version yourself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bulk upload from Excel to Appian</title><link>https://community.appian.com/thread/134366?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 16:02:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:188a2705-da3f-4f40-b088-6bbfcd2f7412</guid><dc:creator>Vasil Chetinov</dc:creator><description>&lt;p&gt;The problem is that each request have 10+ different tables associated with it. Also contains for example and editable grids which customer need to enter multiple lines for each request. How this can be associated with the excel file and make sure they are in the same request. We have the freedom of building the excel sheet as we want as long it will work in Appian and we can leave them in draft so we can use validations inside Appian before submitting them to the databases.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bulk upload from Excel to Appian</title><link>https://community.appian.com/thread/134362?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 15:30:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:043f8ebc-b8d2-475d-a51a-fb4740f586ef</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Depending on how standardized the data is in the Excel sheets, you can easily have Appian try to read the data into in-process info (and maybe pass it to a &amp;quot;temp&amp;quot; database table prior to approval / sanitization / etc).&amp;nbsp; The rest really depends on variables you haven&amp;#39;t mentioned - like how big &amp;quot;bulk&amp;quot; is, how many different excel file(s) if more than 1, who will be uploading these, who will be approving the data and to what extent they would need to make corrections/etc before it&amp;#39;s finalized.&amp;nbsp; The best thing to do would be to build a demo process and try, IMHO.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>