<?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>Data and Records - Recent Threads</title><link>https://community.appian.com/discussions/f/data</link><description>Questions for data design and records</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>To calculate cycle time</title><link>https://community.appian.com/thread/40432?ContentTypeID=0</link><pubDate>Fri, 15 May 2026 02:50:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3af2227e-f000-431c-ae74-46bbd0a0ef3d</guid><dc:creator>priyadharshinis746840</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/40432?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40432/to-calculate-cycle-time/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I want to calculate cycle time -difference between received date and closed date in days which includes only business days&lt;/p&gt;
&lt;p&gt;Exclude weekends and public holidays&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Using recordtype-new custom record field I wanna to achieve as I need to use in process hq reports&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Priyadharshini. S&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>To calculate cycle time</title><link>https://community.appian.com/thread/40431?ContentTypeID=0</link><pubDate>Fri, 15 May 2026 02:49:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b56f0b79-2c10-45a4-a9d5-a4e65d9c6c16</guid><dc:creator>priyadharshinis746840</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/40431?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40431/to-calculate-cycle-time/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I want to calculate cycle time -difference between received date and closed date in days which includes only business days&lt;/p&gt;
&lt;p&gt;Exclude weekends and public holidays&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Priyadharshini. S&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Export Data Store to Excel - how to preserve original document's data validations?</title><link>https://community.appian.com/thread/40426?ContentTypeID=0</link><pubDate>Wed, 13 May 2026 20:36:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b3c800c-436d-4b36-aaba-66158cffef08</guid><dc:creator>kl0001</dc:creator><slash:comments>4</slash:comments><comments>https://community.appian.com/thread/40426?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40426/export-data-store-to-excel---how-to-preserve-original-document-s-data-validations/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi, my use case is I want to provide an excel template for users to download and fill out. Some of the information the user is filling out is dependent on data in a ref table that updates occasionally, so before the user downloads the document, I run Export Data Store Entity to Excel smart service in a process to update the document, so when the user downloads the document, it&amp;#39;ll have the most updated ref data.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the issue I&amp;#39;m running into - the excel template has two sheets:&lt;/p&gt;
&lt;p&gt;- Sheet 1 is where the user fills out info. This sheet has data validation rules to make it more user friendly, most notably vlookup functions and data validation dropdowns that pull from Sheet 2&lt;/p&gt;
&lt;p&gt;- Sheet 2 is where the ref data lives, and what the Export Data Store Entity smart service updates&lt;/p&gt;
&lt;p&gt;However, after the smart services runs, the excel template that gets generate has no data validations - no dropdowns or excel functions. I&amp;#39;m imagining even though I&amp;#39;m only having the smart service update Sheet 2, the entire excel document gets impacted and erases all data validations. Below is the code that is being run in the smart service (note: I&amp;#39;m using the smart service&amp;#39;s process model version, but for sake of clarity here&amp;#39;s the SAIL code version):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="javascript"&gt;a!exportDataStoreEntityToExcel(
          documentToUpdate: cons!DOC_CREATE_EXCEL_TEMPLATE,
          entity: cons!REF_TABLE,
          sheetNumber: 2
        )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Is this expected behavior or is there another workaround I can consider?&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Fetching Data from external source (Oracle SQL Developer software)</title><link>https://community.appian.com/thread/40405?ContentTypeID=0</link><pubDate>Wed, 06 May 2026 09:45:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91a88611-8031-46fa-b15c-5e8908519057</guid><dc:creator>srinivaast629400</dc:creator><slash:comments>5</slash:comments><comments>https://community.appian.com/thread/40405?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40405/fetching-data-from-external-source-oracle-sql-developer-software/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using Query database smart service in the Process model to get the data from the external data source which is in DataMart. Due to some access restriction, we were not able access external database. So, we have added the source in the admin console, and we are using it in smart service. I am getting 1000 rows of data, and I am storing it in a Process variable which is of CDT type. I want to fetch all the rows like I have more than 4000 rows of data. But I am able to fetch only 1000 rows. Is there any way to fetch all the rows. This is my current configuration. We need to display the data in an interface grid which will be viewed in Site&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1778060708293v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Issue in exporting links in excel from record grid</title><link>https://community.appian.com/thread/40393?ContentTypeID=0</link><pubDate>Fri, 01 May 2026 13:32:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d9502f9-5f52-41b1-a8c0-a153797841b5</guid><dc:creator>rohinip20</dc:creator><slash:comments>6</slash:comments><comments>https://community.appian.com/thread/40393?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40393/issue-in-exporting-links-in-excel-from-record-grid/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have a requirement to show the hyperlink when exported to excel from record grid . The associated DB column has a either a DOC Id or a url .&lt;/p&gt;
&lt;p&gt;By exporting ,few fields are shown as desired (both label name with hyperlink), few are just shown with with label and no hyperlink and few are entirely skipped to show the excel.&lt;/p&gt;
&lt;p&gt;I have the following sample code.. Is something wrong here?&lt;/p&gt;
&lt;p&gt;a!gridColumn(&lt;br /&gt; label: &amp;quot;File Name&amp;quot;,&lt;br /&gt; value: a!linkField(&lt;/p&gt;
&lt;p&gt;links:a!safeLink(&lt;br /&gt; label: fv!row['recordType!record.fieldname],&lt;br /&gt; uri: &lt;br /&gt; if(&lt;br /&gt; left(&lt;br /&gt;&lt;span&gt;fv!row['recordType!record.docImage]&lt;/span&gt;,&lt;br /&gt; 10&lt;br /&gt; ) = &amp;quot;[Document:&amp;quot;,&lt;br /&gt; document(&lt;br /&gt; todocument(f&lt;span&gt;v!row['recordType!record.docImage]&lt;/span&gt;),&lt;br /&gt; &amp;quot;url&amp;quot;&lt;br /&gt; ),&lt;br /&gt;&lt;span&gt;fv!row['recordType!record.docImage]&lt;/span&gt;&lt;br /&gt; )),&lt;br /&gt; showWhen:a!isNotNullOrEmpty(&lt;br /&gt;&lt;span&gt;fv!row['recordType!record.docImage]&lt;/span&gt;),&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; showwhen:false&lt;br /&gt; exportWhen: true,&lt;br /&gt; align: &amp;quot;START&amp;quot;&lt;br /&gt; ),&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Generate documents from dynamic user inputs template and map values from multiple sources</title><link>https://community.appian.com/thread/40390?ContentTypeID=0</link><pubDate>Thu, 30 Apr 2026 18:33:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:49fb3b34-22df-4eb7-b671-61928634a11e</guid><dc:creator>iswaryan3520</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40390?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40390/generate-documents-from-dynamic-user-inputs-template-and-map-values-from-multiple-sources/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have a document generation use case in Appian where I maintain a Request table and a separate Letter table that supports multiple versions of documents per request. For each letter version, I store selected template components such as header and footer (single selection) and multiple paragraphs, which are mapped through a separate association table to maintain order. These templates are stored in reference tables and contain placeholders in the format [placeholderName], which can appear anywhere within the text. In the first task, users select the required header, footer, paragraphs, and optional sections like privacy policy or guarantee content, and those selections are saved against the letter record. In the second task, based on the selected template content, I combine all the text and&amp;nbsp; for each placeholder I need to fetch values from different data sources (for example, customer name from a customer table, address from another table, sender details from a user table, etc.), present those values in dropdowns for user selection, and use the selected values to populate a preview as well as generate the final document. Additionally, the system must support multilingual functionality where both predefined template content and generated documents should be available in different languages (currently French and Spanish), based on user choice, while maintaining the same placeholder structure across languages.&lt;/p&gt;
&lt;p&gt;I am confused by how to extract and map the placeholder with&amp;nbsp; values from correct source tables and find and replace them in the document. Can anyone help? I&amp;#39;m thinking maintaining separate table or add a one more column in the reference table for placeholder if the sentences contains palce holder that can be added in separate column. But still finding the place holder and replaceing it will actually values for user to update and replaceing it in documents I need some idea or help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>record view issue</title><link>https://community.appian.com/thread/40383?ContentTypeID=0</link><pubDate>Wed, 29 Apr 2026 03:29:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9e9c2379-1b4b-4a39-a9a7-37d68e65ab57</guid><dc:creator>saneswarib657943</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40383?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40383/record-view-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;I have two buttons in summary view first insured and second insured.&lt;/p&gt;
&lt;p&gt;First insured they can add task and even second insured&amp;nbsp; they can add&amp;nbsp; tasks will get in summary view.&lt;/p&gt;
&lt;p&gt;After clicking on second insured tab, it is going another page there backtosummary link is there but when i click on backtosummary it is going to first insured tab .&lt;/p&gt;
&lt;p&gt;i have handled through logic in interface level it is working fine but when i check in site level it is not working because there policy to task table has one many relations so selected task id not getting but rv!record.&lt;/p&gt;
&lt;p&gt;how can i get selected taskid and i need to pass to rule input of summary page.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Record view issue</title><link>https://community.appian.com/thread/40382?ContentTypeID=0</link><pubDate>Tue, 28 Apr 2026 15:41:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e3096428-62b7-40be-aef8-126a305d2c16</guid><dc:creator>saneswarib657943</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/40382?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40382/record-view-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;I have two button with 1st insured and 2nd insured in summary page ,so when i select 2nd insured tasks it will open in another page there i have backtosummary record link .&lt;/p&gt;
&lt;p&gt;when i click on backtosummary it is navigating to 1st insured but it should be 2nd insured button.&lt;/p&gt;
&lt;p&gt;it is working in interface level and site level it is going to 1st insured button.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;i have attached how i configured summary view..&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;how to i get selected taskid so that i can to interface through the summary but here i am getting taskid because of one many relation.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;i need a suggestion how can i pass selected taskid from summary and please give me any other solutions if u have any&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1777390692390v2.png" alt=" " /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1777390586733v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Return field with empty values which has no entry in the related record when using record filter</title><link>https://community.appian.com/thread/40380?ContentTypeID=0</link><pubDate>Tue, 28 Apr 2026 12:37:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3c893b0a-bd9e-44f3-8f32-c1ea69fd919f</guid><dc:creator>Kavi</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40380?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40380/return-field-with-empty-values-which-has-no-entry-in-the-related-record-when-using-record-filter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;div&gt;
&lt;p&gt;I have two records, Record A and Record B, with a one-to-many relationship between them. I need to add a filter on Record A based on a column in Record B called &lt;strong&gt;Products&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;When the user selects &lt;strong&gt;&amp;ldquo;None&amp;rdquo;&lt;/strong&gt; in the record filter, Record A entries with &lt;strong&gt;null values&lt;/strong&gt; in the Products field should be returned. However, for some entries, Record A does not have any corresponding rows in Record B. As a result, although the related column Products appear with null values at the interface level, they are &lt;strong&gt;not returned when filtering at the record level&lt;/strong&gt;. Any suggestions other than data fix?&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>relatedRecordData filters with recordType field</title><link>https://community.appian.com/thread/40370?ContentTypeID=0</link><pubDate>Fri, 24 Apr 2026 12:07:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:17794e06-fa90-424c-adff-337ad3e176c9</guid><dc:creator>Gustavo Viloria</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40370?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40370/relatedrecorddata-filters-with-recordtype-field/rss?ContentTypeId=0</wfw:commentRss><description>&lt;div id="tw-container" class="nev7se" data-cp="1" data-nnttsvi="1" data-sletp="false" data-sm="1" data-ssbp="true" data-sugg-time="500" data-sugg-url="https://clients1.google.com/complete/search" data-uilc="es-419" data-vil=",af,af-ZA,am,am-ET,ar-EG,ar-AE,ar-KW,ar-QA,ar,ar-IL,ar-JO,ar-LB,ar-PS,az,az-AZ,bg,bg-BG,bn,bn-BD,bn-IN,ca,ca-es,cs,cs-CZ,de,de-DE,de-CH,de-AT,de-LI,en,en-US,en-CA,en-AU,en-NZ,en-GB,en-IN,en-KE,en-TZ,en-NG,en-GH,en-PH,en-ZA,es,es-ES,es-AR,es-UY,es-419,es-BO,es-CL,es-CR,es-CO,es-DO,es-EC,es-GT,es-HN,es-NI,es-PA,es-PE,es-PR,es-PY,es-SV,es-VE,es-MX,es-US,eu,eu-ES,fi,fi-FI,fr,fr-FR,fr-CH,fr-BE,gl,gl-ES,gu,gu-IN,he,he-IL,iw,iw-IL,hu,hu-HU,hy,hy-AM,id,id-ID,is,is-IS,it,it-IT,it-CH,ja,ja-JP,jv,jv-ID,ka,ka-GE,km,km-KH,kn,kn-IN,ko,ko-KR,la,lo,lo-LA,lv,lv-LV,ml,ml-IN,mr,mr-IN,ms,ms-MY,nl,nl-NL,nb,nb-NO,ne,ne-NP,pl,pl-PL,pt,pt-BR,pt-PT,ro,ro-RO,ru,ru-RU,si-LK,sk,sk-SK,sr,sr-RS,su,su-ID,sv,sv-SE,sw,sw-TZ,sw-KE,ta,ta-IN,ta-SG,ta-LK,ta-MY,te,te-IN,tr,tr-TR,ur,ur-PK,ur-IN,yue,yue-HK,yue-Hant-HK,zh-HK,zh,zh-CN,zh-cmn,zh-cmn-CN,zh-Hans,zh-Hans-CN,zh-cmn-Hans,zh-cmn-Hans-CN,cmn-CN,cmn-Hans,cmn-Hans-CN,zh-TW,zh-Hant-TW,cmn-TW,cmn-Hant-TW,zh-cmn-TW,zh-cmn-Hant-TW,zu,zu-ZA,hi,hi-IN,tl,tl-PH,pa,pa-IN"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div id="tw-ob" class="tw-src-ltr"&gt;
&lt;div class="oSioSc"&gt;
&lt;div id="tw-target"&gt;
&lt;div id="kAz1tf" class="g9WsWb PZPZlf" data-attrid="tw-targetArea" data-entityname="Google Translate"&gt;
&lt;div id="tw-target-text-container" class="tw-ta-container tw-nfl"&gt;
&lt;pre id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducci&amp;oacute;n" data-ved="2ahUKEwjnotz1soaUAxU4zQIHHbEEIdsQ3ewLegQIDBAV"&gt;&lt;span class="Y2IQFc" lang="en"&gt;I need the related information to be filtered with a date from the main record.&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id="tw-target-rmn-container" class="tw-target-rmn tw-ta-container tw-nfl"&gt;
&lt;pre id="tw-target-rmn" class="tw-data-placeholder tw-text-small tw-ta" dir="ltr" data-placeholder=""&gt;&lt;span class="Y2IQFc"&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div class="iYB33c"&gt;
&lt;div id="tw-tmenu" class="tw-menu"&gt;It is possible to create the following query:&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;pre class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducci&amp;oacute;n" data-ved="2ahUKEwjnotz1soaUAxU4zQIHHbEEIdsQ3ewLegQIDBAV"&gt;&lt;span class="Y2IQFc" lang="en"&gt;a!queryRecordType(&lt;br /&gt; recordType: &amp;#39;recordType!CCMV_GP_RT_Persona&amp;#39;,&lt;br /&gt; pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 1),&lt;br /&gt; relatedRecordData: {&lt;br /&gt;      a!relatedRecordData(&lt;br /&gt;         limit: 1,&lt;br /&gt;         relationship: &amp;#39;recordType!CCMV_GP_RT_Persona.relationships.Historicopersona&amp;#39;,&lt;br /&gt;         filters: {&lt;br /&gt;           a!queryFilter(&lt;br /&gt;               field: &amp;#39;recordType!CCMV_GP_RT_HistoricoPersona.fields.fechaactualizacion&amp;#39;,&lt;br /&gt;               operator: &amp;quot;&amp;lt;=&amp;quot;,&lt;br /&gt;                value: &amp;#39;recordType!CCMV_GP_RT_Persona.fields.fechaBaja&amp;#39;&lt;br /&gt;            )&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt;).data&lt;br /&gt;&lt;br /&gt; I need to retrieve from a person&amp;#39;s historical information the first record that is earlier than or equal to the person&amp;#39;s termination date.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;div id="tw-container" class="nev7se" data-cp="1" data-nnttsvi="1" data-sletp="false" data-sm="1" data-ssbp="true" data-sugg-time="500" data-sugg-url="https://clients1.google.com/complete/search" data-uilc="es-419" data-vil=",af,af-ZA,am,am-ET,ar-EG,ar-AE,ar-KW,ar-QA,ar,ar-IL,ar-JO,ar-LB,ar-PS,az,az-AZ,bg,bg-BG,bn,bn-BD,bn-IN,ca,ca-es,cs,cs-CZ,de,de-DE,de-CH,de-AT,de-LI,en,en-US,en-CA,en-AU,en-NZ,en-GB,en-IN,en-KE,en-TZ,en-NG,en-GH,en-PH,en-ZA,es,es-ES,es-AR,es-UY,es-419,es-BO,es-CL,es-CR,es-CO,es-DO,es-EC,es-GT,es-HN,es-NI,es-PA,es-PE,es-PR,es-PY,es-SV,es-VE,es-MX,es-US,eu,eu-ES,fi,fi-FI,fr,fr-FR,fr-CH,fr-BE,gl,gl-ES,gu,gu-IN,he,he-IL,iw,iw-IL,hu,hu-HU,hy,hy-AM,id,id-ID,is,is-IS,it,it-IT,it-CH,ja,ja-JP,jv,jv-ID,ka,ka-GE,km,km-KH,kn,kn-IN,ko,ko-KR,la,lo,lo-LA,lv,lv-LV,ml,ml-IN,mr,mr-IN,ms,ms-MY,nl,nl-NL,nb,nb-NO,ne,ne-NP,pl,pl-PL,pt,pt-BR,pt-PT,ro,ro-RO,ru,ru-RU,si-LK,sk,sk-SK,sr,sr-RS,su,su-ID,sv,sv-SE,sw,sw-TZ,sw-KE,ta,ta-IN,ta-SG,ta-LK,ta-MY,te,te-IN,tr,tr-TR,ur,ur-PK,ur-IN,yue,yue-HK,yue-Hant-HK,zh-HK,zh,zh-CN,zh-cmn,zh-cmn-CN,zh-Hans,zh-Hans-CN,zh-cmn-Hans,zh-cmn-Hans-CN,cmn-CN,cmn-Hans,cmn-Hans-CN,zh-TW,zh-Hant-TW,cmn-TW,cmn-Hant-TW,zh-cmn-TW,zh-cmn-Hant-TW,zu,zu-ZA,hi,hi-IN,tl,tl-PH,pa,pa-IN"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div id="tw-ob" class="tw-src-ltr"&gt;
&lt;div class="oSioSc"&gt;
&lt;div id="tw-target"&gt;
&lt;div id="kAz1tf" class="g9WsWb PZPZlf" data-attrid="tw-targetArea" data-entityname="Google Translate"&gt;
&lt;div id="tw-target-text-container" class="tw-ta-container tw-nfl"&gt;
&lt;pre id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducci&amp;oacute;n" data-ved="2ahUKEwjnotz1soaUAxU4zQIHHbEEIdsQ3ewLegQIDBAV"&gt;&lt;span class="Y2IQFc" lang="en"&gt;Gives the following error: &lt;/span&gt;Expression evaluation error at function a!queryRecordType: Invalid record field type mapping. No matching ADS type for appianTypeId: 284&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id="5aaee359f9659682f918d14f8e1ee34a-split-pane-layout-inner_firstPane" class="SplitPaneLayout---pane SplitPaneLayout---secondary_pane"&gt;
&lt;div class="SplitPaneLayout---contents"&gt;
&lt;div class="TabButtonGroup---tab_group TabButtonGroup---inHeaderBodyLayout TabButtonGroup---margin_above_none"&gt;
&lt;div class="TabButtonGroup---tab_contents_container TabButtonGroup---flush"&gt;
&lt;div class="ContentLayout---content_layout ContentLayout---padding_less"&gt;
&lt;div class="SectionLayout2---sectionLayout SectionLayout2---margin_above_none"&gt;
&lt;div class="CollapsibleElement---collapsible"&gt;
&lt;div id="8e81a10f38bba06f8abc3a9333e60a5e_sectionContents" class="SectionLayout2---section_contents SectionLayout2---margin_below_standard" data-testid="SectionLayout2-contentContainer"&gt;
&lt;div class="ColumnArrayLayout---column_layout ColumnArrayLayout---standard_spacing appian-context-last-in-list"&gt;
&lt;div class="ColumnLayout---column ColumnLayout---column_padding_standard ColumnLayout---align_start ColumnLayout---top ColumnLayout---width_auto ColumnLayout---stack_when_phone appian-context-last-in-list" data-padding-left="0" data-padding-right="-20" data-stacked="false" data-divider="false"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="SplitPaneLayout---separator SplitPaneLayout---horizontal SplitPaneLayout---resizable SplitPaneLayout---resizable_cursor"&gt;
&lt;div class="SplitPaneLayout---default_direction SplitPaneLayout---collapse_control_parent SplitPaneLayout---parent_horizontal SplitPaneLayout---collapse_control_parent_right"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;pre id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducci&amp;oacute;n" data-ved="2ahUKEwjnotz1soaUAxU4zQIHHbEEIdsQ3ewLegQIDBAV"&gt;&lt;span class="Y2IQFc" lang="en"&gt;&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Data base table security or permission to query data from table</title><link>https://community.appian.com/thread/40364?ContentTypeID=0</link><pubDate>Thu, 23 Apr 2026 11:22:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e79c603f-b8e2-4779-a7b7-cccc4262706e</guid><dc:creator>shilpak963571</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40364?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40364/data-base-table-security-or-permission-to-query-data-from-table/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Data base table security or permission to query data from table, Do we actually need permission to actually retrive data from database table into Appian query entity/record?, what is the basic permission required...?&lt;/p&gt;
&lt;p&gt;,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Export more than 100 columns to excel</title><link>https://community.appian.com/thread/40345?ContentTypeID=0</link><pubDate>Thu, 16 Apr 2026 13:26:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e9e806fc-6a00-448c-ad10-6d014348fe8c</guid><dc:creator>MK0001</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40345?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40345/export-more-than-100-columns-to-excel/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Team,&lt;br /&gt;&lt;br /&gt;I have a requirement to export more than 100 columns of data into an excel file. Since we have a limit of 50 columns in export data store entity to excel, I am unable to achieve this functionality directly. Can anyone please suggest the approach of achieving this functionality?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thanks!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Not able to Render New and Old Created Record in 26.3 Version</title><link>https://community.appian.com/thread/40329?ContentTypeID=0</link><pubDate>Fri, 10 Apr 2026 11:39:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:14e121cc-b060-437a-9da2-37ea95044a78</guid><dc:creator>Ravindra</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/40329?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40329/not-able-to-render-new-and-old-created-record-in-26-3-version/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Dears,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I am receiving Below Error while Viewing record data view All the Record Types.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout"&gt;The Requested Record Type Is Not Available&lt;/strong&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;Expression evaluation error [evaluation ID = MFH3P] at function a!recordList: Type RecordType constructor passed 17 fields, but expected 50 fields (APNX-1-4198-000)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Though the records are successfully crated, data is inserted in the table and no integrations in place.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Event history</title><link>https://community.appian.com/thread/40328?ContentTypeID=0</link><pubDate>Fri, 10 Apr 2026 07:17:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af03a7f6-f1f9-4eb8-8b1f-b5749dccdddb</guid><dc:creator>priyadharshinis746840</dc:creator><slash:comments>9</slash:comments><comments>https://community.appian.com/thread/40328?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40328/event-history/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Im using event history in my grid ,My event history data has more than 40 records which event type and pagination can be used.I saw the limitation of 100 records in full list&lt;/p&gt;
&lt;p&gt;Wif there are more than 100records how we can manage.&lt;/p&gt;
&lt;p&gt;When the user clicks the next page its not working.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please suggest better solution for this scenario&lt;/p&gt;
&lt;p&gt;If more than 100 records needs to be displayed in eventhistory lis how we can configure.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Priyadharshini. S&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Export Grid returns Query has failed: null</title><link>https://community.appian.com/thread/40324?ContentTypeID=0</link><pubDate>Wed, 08 Apr 2026 09:06:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:085f51f5-df48-4729-8d8f-0d7f6764107e</guid><dc:creator>andrewm231</dc:creator><slash:comments>7</slash:comments><comments>https://community.appian.com/thread/40324?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40324/export-grid-returns-query-has-failed-null/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We&amp;#39;re using Appian 25.4.&lt;/p&gt;
&lt;p&gt;We have a ReadOnly Grid that gets it data from a Record, which has a DataSource of a Process Model.&lt;/p&gt;
&lt;p&gt;Recently, we added 3 new fields to a CDT used in this Process Model as a Process Variable (note this CDT does not get written to the database at any point), and updated the grid to include one of these new fields. Since then, when we export the grid to Excel, we get the error &amp;quot;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;Query has failed: null&lt;/span&gt;&amp;quot;. Undoing the changes we made results in the same problem, which has lead me to believe it&amp;#39;s a problem with the data in the process instances, especially as when we filter the data on the grid to exclude instances that have these changes, we don&amp;#39;t get this error at all.&lt;/p&gt;
&lt;p&gt;The really strange thing is this error isn&amp;#39;t consistent, as we&amp;#39;ve been able to export data that includes the changes we&amp;#39;ve made to the process model, the CDT, and the grid.&lt;/p&gt;
&lt;p&gt;Has anyone else encountered this particular error message?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Record</title><link>https://community.appian.com/thread/40318?ContentTypeID=0</link><pubDate>Mon, 06 Apr 2026 14:57:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dfd29ee0-0512-4957-8605-dd6211ab2ab8</guid><dc:creator>priyankak0006</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40318?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40318/record/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1775487428637v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Queries in Service backed record type</title><link>https://community.appian.com/thread/40317?ContentTypeID=0</link><pubDate>Mon, 06 Apr 2026 08:13:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72b1ecb0-9b63-409a-9a48-ec320dd6de1c</guid><dc:creator>appalasurip0001</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40317?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40317/queries-in-service-backed-record-type/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;br /&gt;&lt;br /&gt;I have record type which is configured as a service backed record using an expression rule that call an integration to an external system.&lt;br /&gt;Additionally, we have configured the schedule full sync at 12 am daily.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;I have few queries regarding this:&lt;br /&gt;1. Since the record type is service backed, does Appian store any data internally when the scheduled sync runs?&lt;br /&gt;2. will a!queryRecordType() always hit the external system even after the scheduled job runs?&lt;br /&gt;3. If data stores internally, does appian consume memory? if yes how much?&lt;br /&gt;4. If it hits external system every query, what is the recommended approach if we want to avoid repeated API calls and Improve performance?&lt;br /&gt;&lt;br /&gt;Any guidance or best practices would be helpful.&lt;br /&gt;&lt;br /&gt;Thanks in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Record Type Sync Failing &amp; Queries are erroring out</title><link>https://community.appian.com/thread/40314?ContentTypeID=0</link><pubDate>Mon, 06 Apr 2026 05:20:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20d824fe-1181-435f-80fa-972d473b0181</guid><dc:creator>Radhamani Ramasamy</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40314?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40314/record-type-sync-failing-queries-are-erroring-out/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In our Test environment, monitoring tab is not opening. Getting 504 error. Also none of the record types are opening. Including the Maria DB Sync records.&lt;/p&gt;
&lt;p&gt;External record type(SQL) sync is failing &amp;amp; I was notified in email&amp;nbsp;with below error. When I click view record type getting 504 error.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;A scheduled sync failed. The [X record type] is unavailable and cannot be queried. Review the sync history for more information.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also When I query Appian sync record type(present in Maria DB), getting the below error.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Expression evaluation error at function a!queryRecordType_24r4: java.lang.RuntimeException: java.util.concurrent.TimeoutException.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;nbsp;have tested external data source connection in admin console, which says Test successful. Does anyone ever faced similar kind of issue?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>facing this grid issue: Type RecordType constructor passed 17 fields, but expected 50 fields</title><link>https://community.appian.com/thread/40312?ContentTypeID=0</link><pubDate>Sat, 04 Apr 2026 07:16:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e1300b1-0150-438b-8f25-4823b0fee16e</guid><dc:creator>angadib387575</dc:creator><slash:comments>4</slash:comments><comments>https://community.appian.com/thread/40312?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40312/facing-this-grid-issue-type-recordtype-constructor-passed-17-fields-but-expected-50-fields/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1775286904826v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Priority high records should be shown in UI at first</title><link>https://community.appian.com/thread/40311?ContentTypeID=0</link><pubDate>Fri, 03 Apr 2026 11:42:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4ea2bf6c-dcad-4ef0-9ca9-87fb342907f2</guid><dc:creator>priyadharshinis746840</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40311?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40311/priority-high-records-should-be-shown-in-ui-at-first/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Im having case table where using record data and showing values in grid.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The requirement is to show the high priority data at first initial sort should be applied with condition of high priority records&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can someone help me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Translations are not displayed with a!recordTypeProperties</title><link>https://community.appian.com/thread/40310?ContentTypeID=0</link><pubDate>Fri, 03 Apr 2026 10:05:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b4a2307-bcc3-4331-9858-41291bd3d1c0</guid><dc:creator>josfranciscop0001</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/40310?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40310/translations-are-not-displayed-with-a-recordtypeproperties/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;As you can see in the images, if you use translations in a record field, Appian will not display the correct value, it seems to display the reference to the translation. Is this a bug or am I missing something?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1775210678870v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1775210731002v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>User filter-Records</title><link>https://community.appian.com/thread/40309?ContentTypeID=0</link><pubDate>Fri, 03 Apr 2026 03:44:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19853976-2015-4041-8536-c53d52aa477d</guid><dc:creator>priyadharshinis746840</dc:creator><slash:comments>13</slash:comments><comments>https://community.appian.com/thread/40309?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40309/user-filter-records/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am creating a user filter,for completed by we have stored the value in userId ,while showing in record list using user function ,I need to sort the filter options.Is there anny possible way can someone help me&lt;/p&gt;
&lt;p&gt;For the below example let&amp;#39;s say,I want to sort the usernames in alphabetical order.&lt;/p&gt;
&lt;p&gt;a!localVariables(&lt;br /&gt; local!acctExecs: getdistinctusers(cons!ACCOUNT_OWNERS),&lt;br /&gt; a!recordFilterList(&lt;br /&gt; name: &amp;quot;Account Executives&amp;quot;,&lt;br /&gt; options: a!forEach(&lt;br /&gt; items: local!acctExecs,&lt;br /&gt; expression: a!recordFilterListOption(&lt;br /&gt; id: fv!index,&lt;br /&gt; name: user(fv!item, &amp;quot;firstName&amp;quot;) &amp;amp; &amp;quot; &amp;quot; &amp;amp; user(fv!item, &amp;quot;lastName&amp;quot;),&lt;br /&gt; filter: a!queryFilter(&lt;br /&gt; field: recordType!Customer.fields.AccountOwner,&lt;br /&gt; operator: &amp;quot;=&amp;quot;,&lt;br /&gt; value: fv!item&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Record become unavailable after sync failure</title><link>https://community.appian.com/thread/40308?ContentTypeID=0</link><pubDate>Wed, 01 Apr 2026 21:26:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:412ebfb6-db5a-41f1-9902-780934c0dc98</guid><dc:creator>Dharsana</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40308?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40308/record-become-unavailable-after-sync-failure/rss?ContentTypeId=0</wfw:commentRss><description>&lt;div&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Need help in below scenario.&lt;/p&gt;
&lt;p&gt;when a record sync fails for an instance, the record becomes unavailable. We have enabled the recovery option and the system applies&amp;nbsp;full sync of all records.&lt;/p&gt;
&lt;p&gt;Is there an alternative approach to not let the record become unavailable/recover only the impacted record instance on recovery without triggering a full record sync?&lt;/p&gt;
&lt;p&gt;Please suggest&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Get Table Structure for all tables present in Appian DB</title><link>https://community.appian.com/thread/40306?ContentTypeID=0</link><pubDate>Mon, 30 Mar 2026 18:54:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:496af808-b201-48cd-a2d1-667e41527841</guid><dc:creator>Hacker323671</dc:creator><slash:comments>6</slash:comments><comments>https://community.appian.com/thread/40306?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40306/get-table-structure-for-all-tables-present-in-appian-db/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Team,&lt;br /&gt;&lt;br /&gt;Is there way to get all the tables structure present in the appian db. I mean DDL queries for the all the tables present in Appian.&lt;br /&gt;&lt;br /&gt;Just exploring if this is possible or not, If there is a way to export all tables structure for creating them.&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Self join record type data sync</title><link>https://community.appian.com/thread/40303?ContentTypeID=0</link><pubDate>Sun, 29 Mar 2026 10:37:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:998338c1-9613-4b0a-9d91-b00a0d850770</guid><dc:creator>Madhu RK</dc:creator><slash:comments>4</slash:comments><comments>https://community.appian.com/thread/40303?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/data/40303/self-join-record-type-data-sync/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I have self joined Record type. Write records plugin, smartservice both are getting successful, but persisted records are not&amp;nbsp; getting sync. Even though I manually sync, the data is not reflecting. See below&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1774780611674v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;What could be the root cause?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Madhu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>