<?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>RE: Upload file component, edit name functionality issue</title><link>https://community.appian.com/thread/154736?ContentTypeID=1</link><pubDate>Thu, 28 May 2026 15:13:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:725d3ae8-900f-4fbd-af34-42403f415af2</guid><dc:creator>Shubham Aware</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154736?ContentTypeID=1</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;Use &lt;a href="https://docs.appian.com/suite/help/26.4/fnc_scripting_document.html"&gt;document()&lt;/a&gt; to read the edited name, not fv!files.name; with EDIT_NAME, the new name is saved on the document, while fv!files.name keeps the original.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="94558" url="~/discussions/f/user-interface/40465/upload-file-component-edit-name-functionality-issue"]local!currentUploadNames: touniformstring(fv!files.name),[/quote]
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;local!currentUploadNames: touniformstring(
  a!forEach(
    items: local!uploadedDocuments,
    expression: tostring(document(fv!item, &amp;quot;name&amp;quot;))
  )
)&lt;/pre&gt;&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;</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;</description></item><item><title>RE: Reset value in datetimefield</title><link>https://community.appian.com/thread/154643?ContentTypeID=1</link><pubDate>Tue, 19 May 2026 15:13:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6a4edc5c-5442-404b-986e-16a47b6f9c68</guid><dc:creator>Mike Schmitt</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154643?ContentTypeID=1</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40429/reset-value-in-datetimefield/rss?ContentTypeId=0</wfw:commentRss><description>[quote userid="71145" url="~/discussions/f/user-interface/40429/reset-value-in-datetimefield/154637"]The problem arises when I enter only one of the values. It seems that, at the interface level, Appian does not reset the value correctly[/quote]
&lt;p&gt;Your reading is correct, and we have zero control of this from the design side, unfortunately.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset value in datetimefield</title><link>https://community.appian.com/thread/154638?ContentTypeID=1</link><pubDate>Tue, 19 May 2026 09:11:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:48434c76-a149-49f8-bdfd-f58da10ad292</guid><dc:creator>josemanuc746243</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154638?ContentTypeID=1</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;The only issue with the datetimefield component is that it causes problems when I enter just the date or the time, even though the value of the local variable reverts to its previous value after clicking &amp;lsquo;Cancel&amp;rsquo;. It seems to be an Appian issue with that specific component, because we&amp;rsquo;re using a textfield that employs the same input rule to display the value as the datetimefield, and it displays correctly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I attached screenshot in the reply to Harsha&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset value in datetimefield</title><link>https://community.appian.com/thread/154637?ContentTypeID=1</link><pubDate>Tue, 19 May 2026 09:07:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f9bde607-a287-42b3-beb1-af9266c199a4</guid><dc:creator>josemanuc746243</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154637?ContentTypeID=1</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;When I click on &amp;lsquo;Edit&amp;rsquo; and enter the date and time, or clear both fields and then click the &amp;lsquo;Cancel&amp;rsquo; button, the variable value resets correctly when I edit it again. The problem arises when I enter only one of the values. It seems that, at the interface level, Appian does not reset the value correctly for that specific datetime field because the read-only field is a text field; it does display the value correctly using the same local variable, but the local variable is updated correctly.&lt;/p&gt;
&lt;p&gt;1. I delete the time&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/pastedimage1779181762348v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;2. Value &amp;#39;Fecha acuse&amp;#39; after deleting the time&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/pastedimage1779181866904v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;3. Value &amp;#39;Fecha acuse&amp;#39; after cancel&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/pastedimage1779181946069v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;4. Textfield in mode read only&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/pastedimage1779181970469v5.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;5. Datetimefield (We are using the same input rule to display the value in both the text field and the datetime field)&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/pastedimage1779181998429v7.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Store Inbound Email as Document in Appian Without Pulgin</title><link>https://community.appian.com/thread/154625?ContentTypeID=1</link><pubDate>Mon, 18 May 2026 11:38:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a90d6a85-2ab4-42bf-9453-49da630f19ce</guid><dc:creator>Shubham Aware</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154625?ContentTypeID=1</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;Cannot store the original received email as .eml/.msg natively. The inbound email process only exposes metadata (from, to, subject, body, attachments) as process variables. The raw email file is never made available. OOTB, the best you can do is reconstruct the email content into an .html or .txt document&amp;nbsp;using the &lt;a href="https://docs.appian.com/suite/help/26.3/Text_Doc_From_Template_Smart_Service.html"&gt;Write to Document smart service&lt;/a&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;</description></item><item><title>RE: Reset value in datetimefield</title><link>https://community.appian.com/thread/154615?ContentTypeID=1</link><pubDate>Fri, 15 May 2026 09:40:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f0584ee8-099c-489a-8a37-771337d5f315</guid><dc:creator>Harsha Sharma</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154615?ContentTypeID=1</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;datetime field stores the data entered in one of the fields internally, which we cannot reset. To clear it properly configure a!save(local!dateTimeValue,null) in the button that submits the form.&lt;/p&gt;
&lt;p&gt;Additionally if cancel/submit button have any process flow that writes the data into record/data store entity, you can add and set datetime field value to null before that node as well so that if value is not proper it doesnt get saved.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset value in datetimefield</title><link>https://community.appian.com/thread/154614?ContentTypeID=1</link><pubDate>Fri, 15 May 2026 08:41:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54d23b77-1ce1-430a-8f91-172da72386b7</guid><dc:creator>Stefan Helzle</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154614?ContentTypeID=1</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;How do you manage the overall interface state? Is this the only information you might need to reset somehow?&lt;/p&gt;
&lt;p&gt;In a dynamic interface where I switch between larger interface sections, I use additional saveInto statements in buttons to control the state of the data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reset value in datetimefield</title><link>https://community.appian.com/thread/154613?ContentTypeID=1</link><pubDate>Fri, 15 May 2026 05:10:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0dbb5ba-69d0-40c4-9443-062cb3fe4004</guid><dc:creator>Shubham Aware</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154613?ContentTypeID=1</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;Use a!save(local!myDateTimeVar, null()) in the Cancel action to clear the value explicitly, because a!dateTimeField() itself may keep the partial value.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Browser Tab Title Displaying Process Name</title><link>https://community.appian.com/thread/154507?ContentTypeID=1</link><pubDate>Mon, 04 May 2026 19:48:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c2d85bb1-c47b-4f96-a991-dd83d8bbdbbd</guid><dc:creator>Mike Schmitt</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154507?ContentTypeID=1</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;Did configuring &amp;quot;task display name&amp;quot; change it at all for you?&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;</description></item><item><title>RE: Issue with Browser Tab Title Displaying Process Name</title><link>https://community.appian.com/thread/154495?ContentTypeID=1</link><pubDate>Sun, 03 May 2026 23:20:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:51e4a417-bb30-4392-b31d-8cf9a6fe2954</guid><dc:creator>glaralandin</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154495?ContentTypeID=1</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;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Browser Tab Title Displaying Process Name</title><link>https://community.appian.com/thread/154494?ContentTypeID=1</link><pubDate>Sun, 03 May 2026 23:20:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62a0c5bc-b715-4444-976c-e6be55efa169</guid><dc:creator>glaralandin</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154494?ContentTypeID=1</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;I thought the same. Some of the posts I&amp;#39;ve read are from 4 yrs ago and older. My version is 26.3&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Browser Tab Title Displaying Process Name</title><link>https://community.appian.com/thread/154463?ContentTypeID=1</link><pubDate>Fri, 01 May 2026 15:06:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0110d0c5-de5c-4983-b7f1-bc5bdf2c453a</guid><dc:creator>Mike Schmitt</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154463?ContentTypeID=1</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;This is an old bug but I thought it&amp;#39;d been fixed by now.&amp;nbsp; What version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with Browser Tab Title Displaying Process Name</title><link>https://community.appian.com/thread/154461?ContentTypeID=1</link><pubDate>Fri, 01 May 2026 09:30:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0fa10e5e-7481-4825-82fb-3abe7fc278fa</guid><dc:creator>Harsha Sharma</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154461?ContentTypeID=1</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;Configure the &amp;#39;Process Display Name&amp;#39; and &amp;#39;Task Display Name&amp;#39; so instead of process name expected title can be shown on the browser tab.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!booleanCheckboxField() – choiceLabel alignment issue</title><link>https://community.appian.com/thread/154454?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2026 13:42:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c4d5a5cb-c103-4a0b-80f0-90fa13dd5738</guid><dc:creator>Mike Schmitt</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154454?ContentTypeID=1</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40384/a-booleancheckboxfield-choicelabel-alignment-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Cool, thanks for verifying.&amp;nbsp; Go ahead and give a &amp;quot;verify&amp;quot; to me and/or &lt;a href="/members/shubhama926776"&gt;Shubham Aware&lt;/a&gt;&amp;nbsp;though, we crave those Community Brownie Points &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f605.svg" title="Sweat smile"&gt;&amp;#x1f605;&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;</description></item><item><title>RE: a!booleanCheckboxField() – choiceLabel alignment issue</title><link>https://community.appian.com/thread/154453?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2026 13:30:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:920dbfee-4bde-4e1b-94d8-cd2f442a8098</guid><dc:creator>Patrick Ludewig</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154453?ContentTypeID=1</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;The issue was caused by a custom font used in this environment. We changed the font to the standard &amp;ldquo;Open Sans,&amp;rdquo; and all text now aligns correctly. Thank you all for the help and input.&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!booleanCheckboxField() – choiceLabel alignment issue</title><link>https://community.appian.com/thread/154452?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2026 13:15:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5e2d0fa5-3de4-42ac-8968-cdb0b9aade21</guid><dc:creator>Patrick Ludewig</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154452?ContentTypeID=1</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40384/a-booleancheckboxfield-choicelabel-alignment-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;a href="/members/mikes0011"&gt;Mike Schmitt&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;Thank you for your input and comparison. I think we are using a custom font, as that is the only difference I could imagine between your setup and Shubham&amp;rsquo;s. I&amp;rsquo;ll check this internally and also compare it with other colleagues.&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!booleanCheckboxField() – choiceLabel alignment issue</title><link>https://community.appian.com/thread/154451?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2026 13:06:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5a0b9516-7431-4dc1-8916-ddcfabba599f</guid><dc:creator>Mike Schmitt</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154451?ContentTypeID=1</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40384/a-booleancheckboxfield-choicelabel-alignment-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;this is Edge side-by-side with Chrome, both set to zoom at 100%, aligned so the components line up exactly, with a box drawn to allow easy comparison of the margins above/below the words in the checkbox choices relatve to the checkbox borders themselves.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1777554353627v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/members/patrickl602658"&gt;Patrick Ludewig&lt;/a&gt;&amp;nbsp;, does your site have any custom fonts configured, etc?&amp;nbsp; That&amp;#39;s the only thing I can think of (beyond browser-level settings that I don&amp;#39;t really fathom) which could be having any effect on the rendering you&amp;#39;re seeing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!booleanCheckboxField() – choiceLabel alignment issue</title><link>https://community.appian.com/thread/154450?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2026 12:59:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cde6200d-3fe8-4a78-9f8d-52f018c03b5b</guid><dc:creator>Patrick Ludewig</dc:creator><slash:comments>0</slash:comments><comments>https://community.appian.com/thread/154450?ContentTypeID=1</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40384/a-booleancheckboxfield-choicelabel-alignment-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;a href="/members/shubhama926776"&gt;Shubham Aware&lt;/a&gt;&amp;nbsp;What OS and Browser are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!booleanCheckboxField() – choiceLabel alignment issue</title><link>https://community.appian.com/thread/154449?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2026 12:59:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0d7a3726-29ec-42eb-a2d0-4e9318349574</guid><dc:creator>Mike Schmitt</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154449?ContentTypeID=1</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40384/a-booleancheckboxfield-choicelabel-alignment-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Checking in with my confirmation that it seems to behave as we should expect:&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1777553959997v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;(this is in Chrome / windows 11)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;{
  a!booleanCheckboxField(
    choiceLabel: &amp;quot;Choice 1&amp;quot;
  ),
  a!booleanCheckboxField(
    choiceLabel: &amp;quot;Choice 2&amp;quot;
  ),
  a!booleanCheckboxField(
    choiceLabel: &amp;quot;Choice 3&amp;quot;
  ),
  a!booleanCheckboxField(
    choiceLabel: &amp;quot;Choice 4&amp;quot;
  ),
  a!booleanCheckboxField(
    choiceLabel: &amp;quot;Choice 5&amp;quot;
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!booleanCheckboxField() – choiceLabel alignment issue</title><link>https://community.appian.com/thread/154448?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2026 10:26:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b1c2835d-0eab-4ded-af4e-13f611d7ad89</guid><dc:creator>Shubham Aware</dc:creator><slash:comments>1</slash:comments><comments>https://community.appian.com/thread/154448?ContentTypeID=1</comments><wfw:commentRss>https://community.appian.com/discussions/f/user-interface/40384/a-booleancheckboxfield-choicelabel-alignment-issue/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;This doesn&amp;rsquo;t seem to be expected behavior. It&amp;rsquo;s not reproducible on my end across any Appian 26.3 instances. I&amp;rsquo;d recommend raising a support ticket with Appian to get this investigated further.​​​​​​​​​​​​​​​​&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>