<?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>User Interface - Recent Threads</title><link>https://community.appian.com/discussions/f/user-interface</link><description>Questions for UI related items</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>How to configure custom validations, enable a readonly filed while editing in Grid plus component?</title><link>https://community.appian.com/thread/40526?ContentTypeID=0</link><pubDate>Mon, 29 Jun 2026 05:27:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e1810ae-2fe0-4bc5-9ceb-cbf46172178c</guid><dc:creator>nikitar442261</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40526?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40526/how-to-configure-custom-validations-enable-a-readonly-filed-while-editing-in-grid-plus-component/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am building POC using a grid plus component, i need help solving below two issues&lt;/p&gt;
&lt;p&gt;1. when i try to add custom validations like preparerDueDate&amp;lt;RevieweDueDate it does not validate properly. Even if one row has the validation to true, the message shows on all row for that field.&lt;/p&gt;
&lt;p&gt;2. I have a column that cannot be edited when once added, when creating a new record i need the column to be editable. how can i achieve this functionality?&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>How to configure custom validations, enable a readonly filed while editing in Grid plus component?</title><link>https://community.appian.com/thread/40525?ContentTypeID=0</link><pubDate>Mon, 29 Jun 2026 05:20:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:35d6ac7b-6436-4593-937f-23584eb2cdde</guid><dc:creator>nikitar442261</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/40525?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40525/how-to-configure-custom-validations-enable-a-readonly-filed-while-editing-in-grid-plus-component/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am building POC using a grid plus component, i need help solving below two issues&lt;/p&gt;
&lt;p&gt;1. when i try to add custom validations like preparerDueDate&amp;lt;RevieweDueDate it does not validate properly. Even if one row has the validation to true, the message shows on all row for that field.&lt;/p&gt;
&lt;p&gt;2. I have a column that cannot be edited when once added, when creating a new record i need the column to be editable. how can i achieve this functionality?&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>getting invalid user exception when there was two users selected in picker user and showing as read only in UI as text</title><link>https://community.appian.com/thread/40520?ContentTypeID=0</link><pubDate>Tue, 23 Jun 2026 11:48:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c7602713-2861-410b-a324-8a32a2b8a880</guid><dc:creator>dharanik2600</dc:creator><slash:comments>8</slash:comments><comments>https://community.appian.com/thread/40520?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40520/getting-invalid-user-exception-when-there-was-two-users-selected-in-picker-user-and-showing-as-read-only-in-ui-as-text/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In Ui there was user picker field if i choose more than one (max selection is 3 ) and submit request after that in read only the selected users we are showing in summary dashboard there user want first name and last name to be displayed instead user name&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Below is the logic i am using to display selected user details in text field&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;a!textField(&lt;br /&gt; label: &amp;quot;Requested On Behalf:&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ADJACENT&amp;quot;,&lt;br /&gt; value: a!forEach(&lt;br /&gt; items: a!defaultValue(ri!MDSRequest.requestedonBehalf, {}),&lt;br /&gt; expression: if(&lt;br /&gt; a!isNullOrEmpty(fv!item),&lt;br /&gt; {},&lt;br /&gt; if(&lt;br /&gt; a!isNullOrEmpty(touser(fv!item)),&lt;br /&gt; {},&lt;br /&gt; user(touser(fv!item), &amp;quot;firstName&amp;quot;) &amp;amp; &amp;quot; &amp;quot; &amp;amp; user(touser(fv!item), &amp;quot;lastName&amp;quot;)&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; readOnly: true,&lt;br /&gt; showWhen: a!isNotNullOrEmpty(ri!MDSRequest.requestedonBehalf)&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; ),&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If i select two means more than one i am getting below error i selected valid users only still getting this error also before upgrade logic worked after version upgrade i am seeing this can any one suggest on this&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout"&gt;Error Evaluating UI Expression&lt;/strong&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;Expression evaluation error [evaluation ID = ef19e:da996] in rule &amp;#39;changerequestsection_display&amp;#39; (called by rule &amp;#39;caserecorddashboard&amp;#39;) at function a!forEach [line 137]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function &amp;#39;user&amp;#39; [line 145]: [InvalidUserException] (APNX-1-4198-000)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Custom Error instead of Appian default Pink Box Error</title><link>https://community.appian.com/thread/40508?ContentTypeID=0</link><pubDate>Tue, 16 Jun 2026 13:58:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bdbb17e7-7a03-4471-875d-ce92c58357c3</guid><dc:creator>thevarunbawa</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40508?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40508/custom-error-instead-of-appian-default-pink-box-error/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:150%;"&gt;Whenever a user encounters&amp;nbsp;any error in the UI, Appian shows pink box error. I do not want to show the Appian default pink box error, I want to show a custom error to the user which has no technical details. How can I achieve that in Appian?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Document Filename is not getting renamed</title><link>https://community.appian.com/thread/40498?ContentTypeID=0</link><pubDate>Wed, 10 Jun 2026 14:49:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8828907-243f-425b-a0a2-5b80bc8a0a0d</guid><dc:creator>santhoshkumar2026</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40498?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40498/document-filename-is-not-getting-renamed/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/Document-screenshot.png" /&gt;&lt;br /&gt;&lt;br /&gt;Hi All,&lt;br /&gt;&lt;br /&gt;My actual requirement is when a user is uploading a file if incase the filename contains any special characters as @/&amp;amp; we need to replace it with&amp;nbsp; &amp;quot;_&amp;quot;&amp;nbsp; automatically without any user action and show it on the interface with the renamed filename. But when I was trying with parameter filenames of fileupload() function it wasn&amp;#39;t working as expected. So I tried with hardcode a file name as &amp;quot;Sample&amp;quot; but still if I upload a document, it still shows the original file name its not getting updated to&amp;quot;Sample&amp;quot; so kindly help me with the requirement. I have attached the screenshot for reference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Displaying a Loading Banner While a Background Process Fetches a Document</title><link>https://community.appian.com/thread/40494?ContentTypeID=0</link><pubDate>Wed, 10 Jun 2026 09:45:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62bc1ea8-ab16-4a74-954b-3a8bb9edbffb</guid><dc:creator>vamshik254967</dc:creator><slash:comments>7</slash:comments><comments>https://community.appian.com/thread/40494?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40494/displaying-a-loading-banner-while-a-background-process-fetches-a-document/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have a Rich Text Icon component that is used to download a PDF document. When the user clicks the download link, a background process is triggered using &lt;code&gt;a!startProcess()&lt;/code&gt; to fetch the document based on a primary key. The process takes approximately 5&amp;ndash;10 seconds to retrieve the document and return it to the interface.&lt;/p&gt;
&lt;p&gt;During this processing time, I would like to display a banner message above the icon, such as:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;quot;Your document is being fetched. Please wait until the download icon appears.&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I attempted to implement this using a local variable and a Dynamic Link. In the &lt;code&gt;saveInto&lt;/code&gt;, I included both &lt;code&gt;a!startProcess()&lt;/code&gt; and an &lt;code&gt;a!save()&lt;/code&gt; to update a local flag variable that controls the banner visibility. However, I observed that the local variable is not updated immediately when the link is clicked. Instead, it gets updated only after the process started by &lt;code&gt;a!startProcess()&lt;/code&gt; completes.&lt;/p&gt;
&lt;p&gt;Is there an alternative approach or recommended pattern in Appian to display a loading or processing message immediately when the user initiates the document fetch, while the background process continues to run?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Upload file component, edit name functionality issue</title><link>https://community.appian.com/thread/40465?ContentTypeID=0</link><pubDate>Thu, 28 May 2026 15:05:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b44bb28-4a73-4a4d-9fcc-7675574fc78a</guid><dc:creator>kavyac0003</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/40465?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40465/upload-file-component-edit-name-functionality-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Updating the file name in fileuploadfield() using parameter documentActions: &amp;quot;EDIT_NAME&amp;quot;, unable to fetch new updated name in either local variable or fv!files.name and validation is failing.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;a!fileUploadField(&lt;br /&gt; label: &amp;quot;Documents&amp;quot;,&lt;br /&gt; documentActions: &amp;quot;EDIT_NAME&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt; value: local!uploadedDocuments,&lt;br /&gt; saveInto: { local!uploadedDocuments },&lt;br /&gt; validations: {&lt;br /&gt; &lt;br /&gt; a!localVariables(&lt;br /&gt; local!currentUploadNames: touniformstring(fv!files.name),&lt;br /&gt; local!existingDocNames:local!existingDocs,&lt;br /&gt; &lt;br /&gt; local!hasDuplicates: length(intersection(local!currentUploadNames, local!existingDocNames)) &amp;gt; 0,&lt;br /&gt; &lt;br /&gt; local!hascurrentDuplicates: length(local!currentUploadNames) &amp;lt;&amp;gt; length(union(local!currentUploadNames, local!currentUploadNames)),&lt;/p&gt;
&lt;p&gt;if(&lt;br /&gt; or(&lt;br /&gt; local!hasDuplicates,local!hascurrentDuplicates),&lt;br /&gt; &amp;quot;Duplicate files detected in your selection. Please ensure all uploaded files have unique names.&amp;quot;,&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; null&lt;br /&gt; &lt;br /&gt; ))&lt;/p&gt;
&lt;p&gt;},&lt;br /&gt; maxSelections: 10,&lt;br /&gt;&lt;br /&gt; helpTooltip: &amp;quot;Supported file types: JPEG, PNG, SVG, PDF, Microsoft Excel, Microsoft Word, Microsoft PowerPoint, TXT, CSV, XML, ZIP&amp;quot;&lt;br /&gt; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Store Inbound Email as Document in Appian Without Pulgin</title><link>https://community.appian.com/thread/40436?ContentTypeID=0</link><pubDate>Mon, 18 May 2026 10:00:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1681cf3-0fe6-4d41-a0db-6f2ff3254874</guid><dc:creator>ashwinir5622</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/40436?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40436/store-inbound-email-as-document-in-appian-without-pulgin/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;We have a process in our environment which&amp;nbsp;gets triggered whenever it receives an email. We have a requirement from business where they want the whole outlook email or any email sent by them to Appian which triggers the process to be stored as some document inside Appian. Without any pulgin option is there any way to achieve this?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Reset value in datetimefield</title><link>https://community.appian.com/thread/40429?ContentTypeID=0</link><pubDate>Thu, 14 May 2026 08:15:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b1f3eb0-2997-472f-8dd6-d5bf197271c0</guid><dc:creator>josemanuc746243</dc:creator><slash:comments>6</slash:comments><comments>https://community.appian.com/thread/40429?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40429/reset-value-in-datetimefield/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;Is there any way to reset the value to null when only the date or time is entered in a datetimefield?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Screenshots attached&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. Enter only the date in &amp;#39;Fecha entrega en mano&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span data-teams="true"&gt;&lt;span class="fui-Primitive ___1gs1a2d f10pi13n f14t3ns0"&gt;&lt;span class="___164yu9v ftuwxu6 f1qdqbpl fua484e f1o6l1dn fac4klo frp1kbq f3wazqe f19l72ij fcsrh55 frnyhdv fyo61pj f1spqul0 f7dkd9s fkq5uzf f1x4fozf fwl63ro f1npyoe5 f10yrmu1 f1w45tcp f1rhua56 f18c6rdl f1e7lo8u f1dpi1ry f1vs2jsm f1o6uux1 f1nu0r7q fg0t3io f1x8dyll f2yyzyc f1sjbqdg fyzb71r fh1aahx f1oktu5 f1d3652t fed2bxt fpeluho f1e76dpb f1lwmlrd f1nri12l f1d705n1 f1jrvuk2 f11h0gum f1tandro fxjdbx7 f1hva1tl fsaoqmu f1w7c29l f1uakdsb f7jsfu7 f1hz9qas f1vmprsu fbmzazh f1oojlmx fpbf6y8 fy6vjqu fuo4419 fbzygsp fnuenae fw75flx f12oply1 fvyt4us f4ki1i fyy2ueq f1w3oopj fum67ou f1j64hbx f1a9cdrb f1q6iyvy f1s5r85c f920ium fhj6euq f30elfj f1kcike0 f1byno2r f5wk2nc fo3pyhm f1m95b1n fob93lq f9myhws fwkcdud f1a3p1vp" itemtype="http://schema.skype.com/AMSImage"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&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/13/pastedimage1778746880080v5.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. Click on CANCELAR and confirm&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span data-teams="true"&gt;&lt;span class="fui-Primitive ___1gs1a2d f10pi13n f14t3ns0"&gt;&lt;span class="___164yu9v ftuwxu6 f1qdqbpl fua484e f1o6l1dn fac4klo frp1kbq f3wazqe f19l72ij fcsrh55 frnyhdv fyo61pj f1spqul0 f7dkd9s fkq5uzf f1x4fozf fwl63ro f1npyoe5 f10yrmu1 f1w45tcp f1rhua56 f18c6rdl f1e7lo8u f1dpi1ry f1vs2jsm f1o6uux1 f1nu0r7q fg0t3io f1x8dyll f2yyzyc f1sjbqdg fyzb71r fh1aahx f1oktu5 f1d3652t fed2bxt fpeluho f1e76dpb f1lwmlrd f1nri12l f1d705n1 f1jrvuk2 f11h0gum f1tandro fxjdbx7 f1hva1tl fsaoqmu f1w7c29l f1uakdsb f7jsfu7 f1hz9qas f1vmprsu fbmzazh f1oojlmx fpbf6y8 fy6vjqu fuo4419 fbzygsp fnuenae fw75flx f12oply1 fvyt4us f4ki1i fyy2ueq f1w3oopj fum67ou f1j64hbx f1a9cdrb f1q6iyvy f1s5r85c f920ium fhj6euq f30elfj f1kcike0 f1byno2r f5wk2nc fo3pyhm f1m95b1n fob93lq f9myhws fwkcdud f1a3p1vp" itemtype="http://schema.skype.com/AMSImage"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&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/13/pastedimage1778746888048v6.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. Click on EDITAR again&lt;/span&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/13/pastedimage1778746898900v7.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span data-teams="true"&gt;&lt;span class="fui-Primitive ___1gs1a2d f10pi13n f14t3ns0"&gt;&lt;span class="___164yu9v ftuwxu6 f1qdqbpl fua484e f1o6l1dn fac4klo frp1kbq f3wazqe f19l72ij fcsrh55 frnyhdv fyo61pj f1spqul0 f7dkd9s fkq5uzf f1x4fozf fwl63ro f1npyoe5 f10yrmu1 f1w45tcp f1rhua56 f18c6rdl f1e7lo8u f1dpi1ry f1vs2jsm f1o6uux1 f1nu0r7q fg0t3io f1x8dyll f2yyzyc f1sjbqdg fyzb71r fh1aahx f1oktu5 f1d3652t fed2bxt fpeluho f1e76dpb f1lwmlrd f1nri12l f1d705n1 f1jrvuk2 f11h0gum f1tandro fxjdbx7 f1hva1tl fsaoqmu f1w7c29l f1uakdsb f7jsfu7 f1hz9qas f1vmprsu fbmzazh f1oojlmx fpbf6y8 fy6vjqu fuo4419 fbzygsp fnuenae fw75flx f12oply1 fvyt4us f4ki1i fyy2ueq f1w3oopj fum67ou f1j64hbx f1a9cdrb f1q6iyvy f1s5r85c f920ium fhj6euq f30elfj f1kcike0 f1byno2r f5wk2nc fo3pyhm f1m95b1n fob93lq f9myhws fwkcdud f1a3p1vp" itemtype="http://schema.skype.com/AMSImage"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4.&amp;nbsp;As can be seen in the screenshot, the previously entered value is displayed by default. Appian does not reset the value to null for datetimefields. However, for fields other than datetimefields, it does reset them and previously entered values do not appear.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span data-teams="true"&gt;&lt;span class="fui-Primitive ___1gs1a2d f10pi13n f14t3ns0"&gt;&lt;span class="___164yu9v ftuwxu6 f1qdqbpl fua484e f1o6l1dn fac4klo frp1kbq f3wazqe f19l72ij fcsrh55 frnyhdv fyo61pj f1spqul0 f7dkd9s fkq5uzf f1x4fozf fwl63ro f1npyoe5 f10yrmu1 f1w45tcp f1rhua56 f18c6rdl f1e7lo8u f1dpi1ry f1vs2jsm f1o6uux1 f1nu0r7q fg0t3io f1x8dyll f2yyzyc f1sjbqdg fyzb71r fh1aahx f1oktu5 f1d3652t fed2bxt fpeluho f1e76dpb f1lwmlrd f1nri12l f1d705n1 f1jrvuk2 f11h0gum f1tandro fxjdbx7 f1hva1tl fsaoqmu f1w7c29l f1uakdsb f7jsfu7 f1hz9qas f1vmprsu fbmzazh f1oojlmx fpbf6y8 fy6vjqu fuo4419 fbzygsp fnuenae fw75flx f12oply1 fvyt4us f4ki1i fyy2ueq f1w3oopj fum67ou f1j64hbx f1a9cdrb f1q6iyvy f1s5r85c f920ium fhj6euq f30elfj f1kcike0 f1byno2r f5wk2nc fo3pyhm f1m95b1n fob93lq f9myhws fwkcdud f1a3p1vp" itemtype="http://schema.skype.com/AMSImage"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&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/13/pastedimage1778746915579v8.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>Issue with Browser Tab Title Displaying Process Name</title><link>https://community.appian.com/thread/40392?ContentTypeID=0</link><pubDate>Fri, 01 May 2026 07:25:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dca39c58-a2ad-492b-9336-166727501711</guid><dc:creator>glaralandin</dc:creator><slash:comments>5</slash:comments><comments>https://community.appian.com/thread/40392?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40392/issue-with-browser-tab-title-displaying-process-name/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi team!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;I&amp;rsquo;m running into an issue with how navigation names appear in the browser tab&amp;mdash;the tab is currently displaying the process name.&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;Has anyone dealt with this before? I came across some older posts (3&amp;ndash;4 years ago) describing the same issue, but I&amp;rsquo;m wondering if there have been any updates or new approaches since then.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Any pointers or examples would be greatly appreciated. Thanks!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>a!booleanCheckboxField() – choiceLabel alignment issue</title><link>https://community.appian.com/thread/40384?ContentTypeID=0</link><pubDate>Thu, 30 Apr 2026 08:00:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:89daa124-aed9-4d49-b250-65372397ce4d</guid><dc:creator>Patrick Ludewig</dc:creator><slash:comments>9</slash:comments><comments>https://community.appian.com/thread/40384?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40384/a-booleancheckboxfield-choicelabel-alignment-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;div&gt;
&lt;p&gt;I&amp;rsquo;m quite new to Appian and noticed an alignment issue within one of my interfaces. I wanted to ask whether this can be fixed or if it&amp;rsquo;s a known issue with this function.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1777535686774v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The alignment between the text and the checkbox seems a little off (I&amp;rsquo;m seeing the same issue with &lt;code&gt;a!toggleField()&lt;/code&gt; as well), and I haven&amp;rsquo;t been able to fix it myself.&lt;/p&gt;
&lt;p&gt;Does anyone know of a workaround for this, or is this a known bug?&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Tab refresh after update</title><link>https://community.appian.com/thread/40378?ContentTypeID=0</link><pubDate>Mon, 27 Apr 2026 16:27:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f1ad7cb-99e5-4a7d-9303-526db545d8f9</guid><dc:creator>likhithan</dc:creator><slash:comments>4</slash:comments><comments>https://community.appian.com/thread/40378?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40378/tab-refresh-after-update/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have two tabs with insured 1 and insured 2 and if I am updating anything in insured 2 tab and clicking on save it is always coming to insured 1 tab since while updating we are using start process link and in the process model user input task is configured, so everytime it refreshes the page after the user input task was triggered, any way to solve this?The below higlighted are the 2 insured tabs and I am updating risk factor for insured 2 tab as soon as I update it is coming to insured 1 tab.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1777307138798v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Checkbox Control in UI -- saveinto (NOT saveInto)</title><link>https://community.appian.com/thread/40371?ContentTypeID=0</link><pubDate>Fri, 24 Apr 2026 15:07:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c9bcfd67-9a9e-46ef-9eb1-fafc86775790</guid><dc:creator>janakiramk524063</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40371?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40371/checkbox-control-in-ui----saveinto-not-saveinto/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Has anyone else noticed this in checkbox component. The&amp;nbsp;expression mode does not show error when i &lt;span style="background-color:#ffffff;"&gt;have&lt;/span&gt; both &lt;span style="color:#800000;"&gt;saveinto&lt;/span&gt; and &lt;span style="color:#ff6600;"&gt;saveInto&lt;/span&gt; (notice the difference &amp;quot;i&amp;quot; vs &amp;quot;I&amp;quot;). I am able to save, and the selected value is not getting saved as expected. The expression mode does not show the parameter as invalid for &amp;quot;saveinto&amp;quot; and also does not save the value.&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/13/pastedimage1777042318720v1.png" alt=" " /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I always thought the correct syntax is saveInto with capitalized &amp;quot;I&amp;quot;&lt;/p&gt;
&lt;p&gt;Janaki Ram&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can i validate empty TextField</title><link>https://community.appian.com/thread/40369?ContentTypeID=0</link><pubDate>Fri, 24 Apr 2026 09:28:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:50b421ba-530e-4ee8-99cb-7c8bc6336af6</guid><dc:creator>gaddam0981</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40369?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40369/how-can-i-validate-empty-textfield/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;In my application maker 1 &amp;amp;maker 2 both users submit data, if any difference between both users reviewer return the task to particular person now we are getting unmatched fileds and we are highlighting also,&lt;/p&gt;
&lt;p&gt;like this&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1777022498275v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;if maker 1 give HOGN_DDA maker 2 didn&amp;#39;t give value then reviewer return To maker 2 now the text field not highlighted, as per my knowledge we can&amp;#39;t highlight filed without value&amp;nbsp;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1777022647320v3.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to detect invalid input in a!dateField to disable a save button?</title><link>https://community.appian.com/thread/40359?ContentTypeID=0</link><pubDate>Wed, 22 Apr 2026 08:35:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c441b0fa-8fdf-42e9-9a9f-97f2a3c1f6e4</guid><dc:creator>Miquel Lara</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/40359?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40359/how-to-detect-invalid-input-in-a-datefield-to-disable-a-save-button/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Appian community,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been dealing with a tricky validation problem with a!dateField and I wanted to share it here in case anyone has found a workaround.&lt;/p&gt;
&lt;p&gt;I have a form with several date fields that toggle between a!dateField (edit mode) and a!textField (read mode) based on a modify button that switches readOnly.Switching between these modes is done using a button in a separate rule; within that rule, I also have the option to save the data or exit edit mode. Once you enter edit mode, these two buttons appear. The save button is enabled or disabled based on the field validations.&lt;/p&gt;
&lt;p&gt;&lt;img style="height:251px;max-height:251px;max-width:382px;" height="251" src="/resized-image/__size/764x502/__key/communityserver-discussions-components-files/13/pastedimage1776845909425v3.png" width="381" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="height:106px;max-height:106px;max-width:585px;" height="96" src="/resized-image/__size/1170x212/__key/communityserver-discussions-components-files/13/pastedimage1776845776861v1.png" width="585" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;When the user enters a future date, I can catch it with a custom validation rule and disable the save button without issues.&lt;/p&gt;
&lt;p&gt;&lt;img style="height:129px;max-height:129px;max-width:565px;" height="129" src="/resized-image/__size/1130x258/__key/communityserver-discussions-components-files/13/pastedimage1776845857358v2.png" width="565" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;When the user types something completely invalid like &amp;quot;asdasdh&amp;quot; or &amp;quot;123abc&amp;quot; into the a!dateField, the native component validation fires correctly and shows the error message on the field &amp;mdash; but Appian discards the value and stores null in the backing variable. Since null is also a valid state for my fields (the user may or may not fill them out), I have no way to distinguish between &amp;quot;field is empty&amp;quot; and &amp;quot;field has invalid input&amp;quot; to conditionally disable the save button.&lt;/p&gt;
&lt;p&gt;&lt;img style="height:114px;max-height:114px;max-width:529px;" height="114" src="/resized-image/__size/1058x228/__key/communityserver-discussions-components-files/13/pastedimage1776846209424v4.png" width="528" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;the value &amp;quot;asdasdas&amp;quot; is saved as null in &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;ri!valorReal.fechaPaso&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried to access the value of &amp;ldquo;123asbd&amp;rdquo; using `typeof()`, but the value of a valid date and any input are the same. I also tried to remove the letters using `regexreplaceall()`, but since the value stored by Appian is null, I can&amp;#39;t access those values to validate them using `regexreplaceall()`.&lt;/p&gt;
&lt;p&gt;The easy solution is to disallow null values, but that would break the functionality I need to implement, which allows the user to enter null values and displays a &amp;ldquo;-&amp;rdquo; as the default value in the text field.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Has anyone found a reliable way to detect invalid input specifically in a!dateField while still allowing null values, without replacing it with a a!textField (which loses the calendar picker)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Appian display interface</title><link>https://community.appian.com/thread/40358?ContentTypeID=0</link><pubDate>Wed, 22 Apr 2026 07:38:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:64281310-b39d-45ae-b604-ad097b977321</guid><dc:creator>daviddm-01</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40358?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40358/appian-display-interface/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p data-path-to-node="4"&gt;Hi Community,&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;I&amp;rsquo;m working on a UI inspired by the attached mockup. &lt;b data-path-to-node="5" data-index-in-node="53"&gt;I&amp;rsquo;m aware that Appian doesn&amp;rsquo;t natively support a fixed/sticky footer within an Overlay, nor a perfect 2x2 grid inside a standard &lt;code data-path-to-node="5" data-index-in-node="182"&gt;buttonLayout&lt;/code&gt;.&lt;/b&gt;&lt;/p&gt;
&lt;p data-path-to-node="6"&gt;However, I&amp;rsquo;m determined to get as close to this look as possible. Has anyone tried:&lt;/p&gt;
&lt;ul data-path-to-node="7"&gt;
&lt;li&gt;
&lt;p data-path-to-node="7,0,0"&gt;Using a &lt;code data-path-to-node="7,0,0" data-index-in-node="8"&gt;columnsLayout&lt;/code&gt; with &lt;b data-path-to-node="7,0,0" data-index-in-node="27"&gt;Cards&lt;/b&gt; as buttons to simulate the 2x2 grid?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="7,1,0"&gt;Using a &lt;b data-path-to-node="7,1,0" data-index-in-node="8"&gt;Header Content Layout&lt;/b&gt; inside the overlay to force the bottom bar to stay visible?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-path-to-node="8"&gt;I&amp;#39;d love to hear any &amp;#39;outside the box&amp;#39; ideas to bypass the standard layout constraints and achieve this specific action-bar aesthetic.&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1776843487482v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Appian split Button</title><link>https://community.appian.com/thread/40357?ContentTypeID=0</link><pubDate>Wed, 22 Apr 2026 07:29:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:afcf5166-3bec-4451-aa99-a96a20d8cd7d</guid><dc:creator>daviddm-01</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40357?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40357/appian-split-button/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p data-path-to-node="6"&gt;Hi everyone,&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;I am looking to implement a &lt;b data-path-to-node="7" data-index-in-node="28"&gt;Split Button&lt;/b&gt; functionality in my interface (a main action button with an attached dropdown for secondary actions). I am aware that this is not a native component in Appian&amp;#39;s current UI toolkit.&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;Has anyone successfully implemented a similar pattern using a combination of &lt;code data-path-to-node="8" data-index-in-node="77"&gt;a!buttonLayout()&lt;/code&gt; and &lt;span style="font-family:monospace;"&gt;a!dropdown()&lt;/span&gt;&amp;nbsp;or perhaps a custom SAIL configuration?&lt;/p&gt;
&lt;p data-path-to-node="9"&gt;I&amp;rsquo;ve considered using a small icon button next to the main button to trigger a menu, but I&amp;rsquo;m concerned about the alignment and the mobile responsiveness. If you have any examples or best practices on how to achieve this &amp;quot;split&amp;quot; look while maintaining a clean UX, I would greatly appreciate your insights.&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;Thanks in advance!&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1776842974018v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Problem with 'isButtonFooterFixed' parameter</title><link>https://community.appian.com/thread/40356?ContentTypeID=0</link><pubDate>Tue, 21 Apr 2026 15:11:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0109bd35-75a6-466a-bdf0-e4f0396120f3</guid><dc:creator>Andres Gonzalez</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/40356?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40356/problem-with-isbuttonfooterfixed-parameter/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m geting a problem when using the&amp;nbsp;isButtonFooterFixed paramter in a FormLayout and opening it in a dialog box.&lt;/p&gt;
&lt;p&gt;The interface preview is working as expected, when opening the process in a &amp;#39;NEW_PAGE&amp;#39; is working as expected but if I try to open the interface as a Dialog box it is not fixing the buttons in the bottom part of the modal.&lt;/p&gt;
&lt;p&gt;Anyone geting the same issue or knows how to fix it?&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Problem with Button Footer Fixed in dialog</title><link>https://community.appian.com/thread/40355?ContentTypeID=0</link><pubDate>Tue, 21 Apr 2026 14:47:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6a17cd91-6512-4eb5-a23a-f7c9fc7a7ad0</guid><dc:creator>Andres Gonzalez</dc:creator><slash:comments>5</slash:comments><comments>https://community.appian.com/thread/40355?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40355/problem-with-button-footer-fixed-in-dialog/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m getting a problem with the &amp;#39;isButtonFooterFixed&amp;#39; parameter in formLayout.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not able to get the behaviour expected when the interface is opened in a dialog.&lt;/p&gt;
&lt;p&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/13/pastedimage1776782635184v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&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/13/pastedimage1776782672670v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If i open another action with exactly the same configuation but in a New page instead of in a dialog box, it is working fine.&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/13/pastedimage1776782747079v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do I need to configure something else or is it just a behaviour that is not possible to achieve in Appian?&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Grid Row Layout - multiple components</title><link>https://community.appian.com/thread/40352?ContentTypeID=0</link><pubDate>Tue, 21 Apr 2026 03:54:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa80d4ee-afe9-4efe-8631-09cb4bef3c6f</guid><dc:creator>harithar9577</dc:creator><slash:comments>3</slash:comments><comments>https://community.appian.com/thread/40352?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40352/grid-row-layout---multiple-components/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have a situation where in grid row layout, in a single column I need to have a text field and rich text display fields below the text field. See reference as below.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1776743481756v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Is it even possible?&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>How can I compare two Google Docs documents within an Appian application?</title><link>https://community.appian.com/thread/40348?ContentTypeID=0</link><pubDate>Fri, 17 Apr 2026 08:45:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e2dea53-d52e-4c46-b040-2e808db5110f</guid><dc:creator>Rishu Kumar Gupta</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40348?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40348/how-can-i-compare-two-google-docs-documents-within-an-appian-application/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span class="font-semibold" data-streamdown="strong"&gt;&lt;span data-sd-animate="true"&gt;My&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;specific&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;requirements&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;are:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul data-streamdown="unordered-list"&gt;
&lt;li data-streamdown="list-item"&gt;&lt;span data-sd-animate="true"&gt;Compare&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;content&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;from&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;two&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;separate&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;Google&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;Docs&lt;/span&gt;&lt;/li&gt;
&lt;li data-streamdown="list-item"&gt;&lt;span data-sd-animate="true"&gt;Identify&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;and&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;highlight&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;differences.&lt;/span&gt;&lt;/li&gt;
&lt;li data-streamdown="list-item"&gt;&lt;span data-sd-animate="true"&gt;Display&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;the&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;comparison&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;results&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;within&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;an&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;Appian&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span data-sd-animate="true"&gt;interface&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Image is not rendering in billboardLayout</title><link>https://community.appian.com/thread/40342?ContentTypeID=0</link><pubDate>Wed, 15 Apr 2026 20:49:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa565c9f-50dc-48c8-8cbb-f7539929c075</guid><dc:creator>kl0001</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40342?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40342/image-is-not-rendering-in-billboardlayout/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/13/pastedimage1776285896784v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m running through the spaceX integration demo as practice, and when the step got to the end and I&amp;#39;m supposed to upload an image to the billboard layout, but it didn&amp;#39;t render. The document is jpg file, and it does end up rendering in the a!imageField (only when it&amp;#39;s set to size = FIT) as you can see in the corner there. I can get other jpgs to render, but not this one.&amp;nbsp;I&amp;#39;m wondering if it might be because it&amp;#39;s too big (size = 20.12kb) or because it downloaded as a web file and I had to manually change extension to jpg (but it loads fine in the file preview when I click on the doc).&lt;/p&gt;
&lt;p&gt;Anyone know why it might not be rendering? Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Unable to take properties into a forEach() for a fv!item</title><link>https://community.appian.com/thread/40338?ContentTypeID=0</link><pubDate>Wed, 15 Apr 2026 09:56:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0aef8fb7-2ae0-4161-91e3-7347f67bd70b</guid><dc:creator>francescagulinelli</dc:creator><slash:comments>11</slash:comments><comments>https://community.appian.com/thread/40338?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40338/unable-to-take-properties-into-a-foreach-for-a-fv-item/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m having some issues understanding how to use indexes into a forEach taking the items from a expression rule.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll explain my problem a little bit deeper; I&amp;#39;m trying to get some of the properties from the RecordType &amp;quot;Anomalie&amp;quot;, i would like to use the expression rule with get me all of the anomalies linked to a specific pension by the pensionid, and get the description, the name, the action related to it. But i&amp;#39;m having trubles indexing these properties once I call the expression rule. When I try to use fv!item.description into the description rich text field it seems like it doesn&amp;#39;t recognize the object as a record type.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I pasted the code snippet for the forEach i have in the interface, does anyone had some similar issues and may give me suggestions on what to try to make it work? Thank you so much!!&lt;/p&gt;
&lt;p&gt;(my finished product should be a card for each anomaly found linked to the record Beneficiary, each with their description, name and related action)&lt;/p&gt;
&lt;p&gt;a!forEach(items: rule!SRI_AnomaliePensione(pensioneId: ri!record['recordType!SRI beneficiario.relationships.pensione.fields.chiavePensioneCorrente']),&lt;br /&gt; expression: a!cardLayout(&lt;br /&gt; contents: {&lt;br /&gt; a!richTextDisplayField(&lt;br /&gt; labelPosition: &amp;quot;COLLAPSED&amp;quot;,&lt;br /&gt; value: {&lt;br /&gt; a!richTextItem(text: { &amp;quot;Anomalia&amp;quot; }, style: { &amp;quot;STRONG&amp;quot; })&lt;br /&gt; }&lt;br /&gt; ),&lt;br /&gt; a!richTextDisplayField(&lt;br /&gt; labelPosition: &amp;quot;COLLAPSED&amp;quot;,&lt;br /&gt; value: { &amp;quot;Descrizione anomalia&amp;quot; } */should be fv!item.description/*&lt;br /&gt; ),&lt;br /&gt; &lt;br /&gt; a!sideBySideLayout(&lt;br /&gt; items: {&lt;br /&gt; a!sideBySideItem(&lt;br /&gt; item: a!tagField(&lt;br /&gt; labelPosition: &amp;quot;COLLAPSED&amp;quot;,&lt;br /&gt; tags: {&lt;br /&gt; a!tagItem(&lt;br /&gt; text: &amp;quot;Aperta&amp;quot;,&amp;nbsp;&lt;span&gt;*/should be fv!item.status/*&lt;/span&gt;&lt;br /&gt; backgroundColor: &amp;quot;#cc0000&amp;quot;&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; a!sideBySideItem(&lt;br /&gt; item: a!buttonArrayLayout(&lt;br /&gt; buttons: {&lt;br /&gt; a!buttonWidget(&lt;br /&gt; label: &amp;quot;Sana anomalia&amp;quot;,&amp;nbsp;&lt;span&gt;*/should be the&amp;nbsp;recordActionField &amp;quot;sana anomalia&amp;quot; with identifie: fv!identifier&amp;nbsp;/*&lt;/span&gt;&lt;br /&gt; size: &amp;quot;SMALL&amp;quot;,&lt;br /&gt; width: &amp;quot;MINIMIZE&amp;quot;,&lt;br /&gt; style: &amp;quot;SOLID&amp;quot;&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; align: &amp;quot;END&amp;quot;,&lt;br /&gt; marginBelow: &amp;quot;NONE&amp;quot;&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; )&lt;br /&gt; },&lt;br /&gt; height: &amp;quot;AUTO&amp;quot;,&lt;br /&gt; style: &amp;quot;#efefef&amp;quot;,&lt;br /&gt; shape: &amp;quot;SEMI_ROUNDED&amp;quot;,&lt;br /&gt; marginBelow: &amp;quot;STANDARD&amp;quot;,&lt;br /&gt; borderColor: &amp;quot;#1155cc&amp;quot;,&lt;br /&gt; showShadow: true&lt;br /&gt; ))&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>views and action security refresh</title><link>https://community.appian.com/thread/40326?ContentTypeID=0</link><pubDate>Wed, 08 Apr 2026 21:11:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e4e2d510-3e12-4239-aea2-bd4fad97b06d</guid><dc:creator>saisaran31</dc:creator><slash:comments>4</slash:comments><comments>https://community.appian.com/thread/40326?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40326/views-and-action-security-refresh/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello Everyone,&lt;/p&gt;
&lt;p&gt;In my record view interface, I have a child interface that contains a related action. I recently added another related action whose only purpose is to refresh the data. In the parent interface, I&amp;rsquo;m using a!refreshVariable() so that local variables are refreshed after a record action completes.&lt;/p&gt;
&lt;p&gt;The related action in the child interface has visibility logic defined both:&lt;/p&gt;
&lt;p&gt;in the record type (Views and Actions &amp;rarr; action security/visibility), and&lt;br /&gt;inside the child interface itself.&lt;br /&gt;When I click my refresh-related action, all the data and components in the interface are refreshed, but the visibility condition defined in Views and Actions is not re-evaluated. As a result, when I refresh to load the latest data, the related action does not appear on the screen unless I do a full browser refresh.&lt;/p&gt;
&lt;p&gt;i tried to have a start form in my related action&amp;#39;s process model even at that time screen was not refreshed. Pretty much tried everything still record level security was not evaluated without manual browser refresh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Appian Grid</title><link>https://community.appian.com/thread/40322?ContentTypeID=0</link><pubDate>Tue, 07 Apr 2026 05:07:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ee923113-9817-4c1e-b7bf-9c707ace8489</guid><dc:creator>Gaurav Kataria</dc:creator><slash:comments>2</slash:comments><comments>https://community.appian.com/thread/40322?ContentTypeID=0</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40322/appian-grid/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p data-start="178" data-end="244"&gt;We are encountering the following error in our Appian application:&lt;/p&gt;
&lt;div class="relative w-full mt-4 mb-1"&gt;
&lt;div class=""&gt;
&lt;div class="relative"&gt;
&lt;div class="h-full min-h-0 min-w-0"&gt;
&lt;div class="h-full min-h-0 min-w-0"&gt;
&lt;div class="border border-token-border-light border-radius-3xl corner-superellipse/1.1 rounded-3xl"&gt;
&lt;div class="h-full w-full border-radius-3xl bg-token-bg-elevated-secondary corner-superellipse/1.1 overflow-clip rounded-3xl lxnfua_clipPathFallback"&gt;
&lt;div class="pointer-events-none absolute end-1.5 top-1 z-2 md:end-2 md:top-1"&gt;&lt;/div&gt;
&lt;div class="w-full overflow-x-hidden overflow-y-auto pe-11 pt-3"&gt;
&lt;div class="relative z-0 flex max-w-full"&gt;
&lt;div id="code-block-viewer" dir="ltr"&gt;
&lt;div class="cm-scroller"&gt;
&lt;div class="cm-content q9tKkq_readonly"&gt;&lt;span&gt;ERROR com.appiancorp.record.service.visitor.DiscoverAllRecordBindings - &lt;/span&gt;&lt;br /&gt;&lt;span&gt;Exception encountered in grid field tree visitor, falling back in try catch.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;java.lang.NullPointerException&lt;/span&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=""&gt;
&lt;div class=""&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p data-start="436" data-end="609"&gt;This issue appears while working with a grid component (record-based or interface grid). There are no obvious breaking changes, but the error is being logged intermittently.&lt;/p&gt;
&lt;p data-start="611" data-end="643"&gt;We suspect it may be related to:&lt;/p&gt;
&lt;ul data-start="644" data-end="756"&gt;
&lt;li data-section-id="1rqbbtw" data-start="644" data-end="682"&gt;Null values in grid field bindings&lt;/li&gt;
&lt;li data-section-id="1fv9zre" data-start="683" data-end="712"&gt;Record type relationships&lt;/li&gt;
&lt;li data-section-id="1prir45" data-start="713" data-end="756"&gt;Nested field references in grid columns&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-start="758" data-end="809"&gt;However, we are unable to pinpoint the exact cause.&lt;/p&gt;
&lt;ul data-start="828" data-end="1067"&gt;
&lt;li data-section-id="1jsykyk" data-start="828" data-end="906"&gt;What typically causes this &lt;code data-start="857" data-end="884"&gt;DiscoverAllRecordBindings&lt;/code&gt; NullPointerException?&lt;/li&gt;
&lt;li data-section-id="1gow6m7" data-start="907" data-end="989"&gt;Are there recommended best practices to avoid this issue in grid configurations?&lt;/li&gt;
&lt;li data-section-id="1j0w8hr" data-start="990" data-end="1067"&gt;How can we effectively debug which field or binding is causing the problem?&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-start="1069" data-end="1126"&gt;Any guidance or suggestions would be greatly appreciated!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>