<?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>Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/discussions/f/data/38293/create-data-source-entity-dse-in-appian-community-version</link><description>Looking to create a DSE to existing Appian cloud database or any recordset in the Appian Community Version. Not able to find any instruction or guidance where I can accomplish this. Can I get some information or help on this?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144669?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2025 02:57:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:27f03759-1809-486a-af47-9128b188e56c</guid><dc:creator>padmanabant852500</dc:creator><description>&lt;p&gt;My goal is to write into excel in multiple sheets using the &amp;quot;Export Data Store Entity to Excel&amp;quot; ability.&lt;/p&gt;
&lt;p&gt;I may write few values from process variables too into the excel sheet - apart from what I have in the database.&lt;/p&gt;
&lt;p&gt;So I have an excel sheet as template and wanted to leverage the &amp;quot;Custom Cell Positions&amp;quot; and &amp;quot;Custom Cell Values&amp;quot; ability in the &amp;quot;Export Data Store Entity to Excel&amp;quot; smart service to put in the values in the desired position of the excel sheet.&lt;/p&gt;
&lt;p&gt;But I keep getting this error.&lt;br /&gt;&amp;quot;Custom cell positions cant refer to cells below the starting cell. Otherwise, they would be overwritten by data being exported. (APNX-1-4505-037)&amp;quot;&lt;/p&gt;
&lt;p&gt;I tried to use this simpler option too and still get the same error.&lt;br /&gt;Custom Cell Positions={&amp;quot;A6&amp;quot;, &amp;quot;B6&amp;quot;, &amp;quot;A7&amp;quot;, &amp;quot;B7&amp;quot;}&lt;br /&gt;Custom Cell Values={&amp;quot;Value for A6&amp;quot;, &amp;quot;Value for B6&amp;quot;, &amp;quot;Value for A7&amp;quot;, &amp;quot;Value for B7&amp;quot;}&lt;/p&gt;
&lt;p&gt;My excel template does not have any values beyond the 2nd row.&lt;/p&gt;
&lt;p&gt;Does the &amp;quot;Custom Cell Positions&amp;quot; and &amp;quot;Custom Cell Values&amp;quot; ability really works when we attempt to write into an excel template (excel template name is mentioned in Document to Update&amp;quot;).&lt;br /&gt;This does not work even when I use the &amp;quot;New Document Name&amp;quot; option.&lt;/p&gt;
&lt;p&gt;Any input is appreciated&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144615?ContentTypeID=1</link><pubDate>Wed, 22 Jan 2025 02:58:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a96c8984-c937-429f-9189-95806cf528d5</guid><dc:creator>padmanabant852500</dc:creator><description>&lt;p&gt;Thanks - I do have a sandbox now.&lt;/p&gt;
&lt;p&gt;Attempting to work on a solution where I have a JSON with more than 250 values in a structured format. Need to write atleast 150 of them into an excel template in different sheets.&lt;/p&gt;
&lt;p&gt;Its not a plain export.&lt;/p&gt;
&lt;p&gt;We are also exploring the RPA to see how it can help.&lt;/p&gt;
&lt;p&gt;But welcome any inputs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144409?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 07:12:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43aeba5c-4ea4-468f-b334-afdebea310dc</guid><dc:creator>Keshav Dadhich</dc:creator><description>&lt;p&gt;You&amp;#39;re on the right track! Since the data comes from a REST service, the first step would be to use an Integration to fetch the JSON data. Then, you can either directly map this JSON data to a record structure or use a process model to transform it as needed.&lt;/p&gt;
&lt;p&gt;Once you have the data in a record (with a structure that matches your JSON data), you can create a read-only grid to display the data in an Appian interface. The grid will automatically have an &amp;quot;Export to Excel&amp;quot; button, allowing users to download the data in an Excel file format.&lt;/p&gt;
&lt;p&gt;Since you&amp;#39;re working in the Community Version, this approach will work well as long as you don&amp;rsquo;t need the &amp;quot;Export Data Store Entity to Excel Smart Service,&amp;quot; which is available in the full version. If that&amp;rsquo;s the case, the grid export method is a good, simple alternative to generate your POC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144407?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 04:23:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5228c7da-63f2-4aa4-91d4-d9a40261c0fc</guid><dc:creator>padmanabant852500</dc:creator><description>&lt;p&gt;&lt;span&gt;Thanks for your answer. My goal is to write data into an excel template. Not to read. Idea would be to call a rest service which returns a json data, which will be used to&amp;nbsp;&lt;/span&gt;&lt;span&gt;write into&amp;nbsp;&lt;/span&gt;&lt;span&gt;the excel template&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144406?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 04:22:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b0fc164-43dc-4084-a0eb-2d8abba548c3</guid><dc:creator>padmanabant852500</dc:creator><description>&lt;p&gt;Thanks for your answer. My goal is to write data into an excel template. Not to read. Idea would be to call a rest service which returns a json data, which will be used to write into the excel template&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144341?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2025 21:53:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0f027899-dfe1-4613-bc87-a9cf8f78b517</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;AFAIK, APIs are also disabled in Appian CE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144308?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2025 08:18:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:26e84a59-1989-4422-9a1a-b5a78682364a</guid><dc:creator>chiragj3013</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="/members/padmanabant852500"&gt;padmanabant852500&lt;/a&gt;&amp;nbsp; you can use prebuilt template in webapi to export the data in CSV format without using any datastore entity&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144267?ContentTypeID=1</link><pubDate>Sat, 11 Jan 2025 09:42:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06c485ea-0020-4628-9898-c011f30733ae</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Maybe a stupid question, but did you consider to query the data directly from Excel?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144262?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 19:39:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e9cee891-f0d1-4b66-849b-4e50827b6328</guid><dc:creator>padmanabant852500</dc:creator><description>&lt;p&gt;Thanks for your answer. This did help&lt;/p&gt;
&lt;p&gt;My goal is to attempt a POC to write into an excel template. Assuming the&amp;nbsp;JSON data&amp;nbsp;to populate the template would come from a rest service. What route is feasible to accomplish this in the Appian Community Version.&lt;/p&gt;
&lt;p&gt;With the full version -&amp;nbsp; I am thinking with my current knowledge with Appian -&amp;nbsp;&amp;quot;Export Data Store Entity to Excel Smart Service&amp;quot; is one option and using excel tool plugin would be another.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you want to direct to any preference?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create Data Source Entity (DSE) in Appian community version</title><link>https://community.appian.com/thread/144242?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 07:31:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:42c451e3-28e7-4557-8de1-c4943460469e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The Appian CE does not support this.&amp;nbsp;&lt;a href="https://community.appian.com/p/community-edition-guide#restrictions"&gt;community.appian.com/.../community-edition-guide&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>