<?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>Discussions</title><link>https://community.appian.com/discussions/</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Forum Post: RE: Inquiry About RDF Data Model Support in Appian</title><link>https://community.appian.com/discussions/f/data/38021/inquiry-about-rdf-data-model-support-in-appian/154990</link><pubDate>Tue, 23 Jun 2026 15:57:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dac5c909-5d54-4589-8f61-ede6dc47751f</guid><dc:creator>nordanw229770</dc:creator><description>Great discussion on data modeling and integration options. RDF support can improve connected data management and flexibility. Similar to how Kolkata FF organizes information quickly, structured data helps users access insights efficiently.</description></item><item><title>Forum Post: RE: 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/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/154989</link><pubDate>Tue, 23 Jun 2026 13:28:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a2dddf38-b068-425c-9452-bb1a1becfb38</guid><dc:creator>Stefan Helzle</dc:creator><description>Seems like there is an invalid username in your list.</description></item><item><title>Forum Post: RE: Special characters getting removed with clean function in documents</title><link>https://community.appian.com/discussions/f/plug-ins/40519/special-characters-getting-removed-with-clean-function-in-documents/154988</link><pubDate>Tue, 23 Jun 2026 12:40:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8577bc1-a380-4492-9e07-01ac79c58962</guid><dc:creator>Shubham Aware</dc:creator><description>Don&amp;#39;t use clean(). It strips accented letters (&amp;#224;, &amp;#233;, &amp;#243;) along with the invalid characters. The document only fails to save because of invalid XML control characters in the source text, so remove just those with regexreplaceall(&amp;quot;[\x00-\x08\x0B\x0C\x0E-\x1F]&amp;quot;, yourText, &amp;quot;&amp;quot;) and keep the template UTF-8 encoded. Few Samples a!localVariables( local!samples: { &amp;quot;Gerente, Revisi&amp;#243;n de Cr&amp;#233;dito&amp;quot;, &amp;quot;Caf&amp;#233; &amp;#224; la fran&amp;#231;aise&amp;quot;, &amp;quot;Bad&amp;quot; &amp;amp; char(8) &amp;amp; &amp;quot;control&amp;quot; &amp;amp; char(11) &amp;amp; &amp;quot;chars&amp;quot;, &amp;quot;Mix: Jos&amp;#233;&amp;quot; &amp;amp; char(8) &amp;amp; &amp;quot; Garc&amp;#237;a &amp;#243;&amp;quot; }, a!forEach( items: local!samples, expression: { withClean: clean(fv!item), withRegex: regexreplaceall(&amp;quot;[\x00-\x08\x0B\x0C\x0E-\x1F]&amp;quot;, fv!item, &amp;quot;&amp;quot;) } ) )</description></item><item><title>Forum Post: RE: Special characters getting removed with clean function in documents</title><link>https://community.appian.com/discussions/f/plug-ins/40519/special-characters-getting-removed-with-clean-function-in-documents/154987</link><pubDate>Tue, 23 Jun 2026 12:25:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a14f4167-0dc2-436d-84c3-24af8ca08db0</guid><dc:creator>iswaryan3520</dc:creator><description>Hi Stefan Helzle the elimination happening in the interface even before passed to template since the dynamic values are selected and save in ri later passed to template. while saving itself Im using clean function.</description></item><item><title>Forum Post: RE: 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/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/154986</link><pubDate>Tue, 23 Jun 2026 12:23:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40e4cc98-43db-4e09-9ce2-200eef80fa2f</guid><dc:creator>Shubham Aware</dc:creator><description>for read-only display, richTextDisplayField is the better practice. a!richTextDisplayField( label: &amp;quot;Requested On Behalf:&amp;quot;, labelPosition: &amp;quot;ADJACENT&amp;quot;, value: joinarray( a!forEach( items: a!defaultValue(ri!MDSRequest.requestedonBehalf, {}), expression: if( a!isNullOrEmpty(fv!item), {}, user(fv!item, &amp;quot;firstName&amp;quot;) &amp;amp; &amp;quot; &amp;quot; &amp;amp; user(fv!item, &amp;quot;lastName&amp;quot;) ) ), &amp;quot;, &amp;quot; ), showWhen: a!isNotNullOrEmpty(ri!MDSRequest.requestedonBehalf) )</description></item><item><title>Forum Post: 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/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</link><pubDate>Tue, 23 Jun 2026 11:48:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c7602713-2861-410b-a324-8a32a2b8a880</guid><dc:creator>dharanik2600</dc:creator><description>Hi 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 Below is the logic i am using to display selected user details in text field a!textField( label: &amp;quot;Requested On Behalf:&amp;quot;, labelPosition: &amp;quot;ADJACENT&amp;quot;, value: a!forEach( items: a!defaultValue(ri!MDSRequest.requestedonBehalf, {}), expression: if( a!isNullOrEmpty(fv!item), {}, if( a!isNullOrEmpty(touser(fv!item)), {}, 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;) ) ) ), readOnly: true, showWhen: a!isNotNullOrEmpty(ri!MDSRequest.requestedonBehalf) ) } ), 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 Error Evaluating UI Expression 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)</description><category domain="https://community.appian.com/discussions/tags/User%2bPicker">User Picker</category><category domain="https://community.appian.com/discussions/tags/invalid">invalid</category><category domain="https://community.appian.com/discussions/tags/UI%2bError">UI Error</category></item><item><title>Forum Post: RE: Missing Tutorial Application "acme-sport-equipment-rental"</title><link>https://community.appian.com/discussions/f/new-to-appian/40518/missing-tutorial-application-acme-sport-equipment-rental/154985</link><pubDate>Tue, 23 Jun 2026 11:38:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:400de71a-fc85-4288-a891-5bb1debcabc3</guid><dc:creator>TimBurns203785</dc:creator><description>Thanks. Sent and awaiting feedback.</description></item><item><title>Forum Post: RE: Special characters getting removed with clean function in documents</title><link>https://community.appian.com/discussions/f/plug-ins/40519/special-characters-getting-removed-with-clean-function-in-documents/154984</link><pubDate>Tue, 23 Jun 2026 10:45:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b43b0faa-56fe-4b91-8519-dd35913d9bfa</guid><dc:creator>Stefan Helzle</dc:creator><description>Glyphs are the visuals symbols for each character included in the font file. There is no way to add them. Try to use the default font for testing.</description></item><item><title>Forum Post: RE: Special characters getting removed with clean function in documents</title><link>https://community.appian.com/discussions/f/plug-ins/40519/special-characters-getting-removed-with-clean-function-in-documents/154983</link><pubDate>Tue, 23 Jun 2026 10:32:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a73d387f-525c-4bc0-9559-020b559e874b</guid><dc:creator>iswaryan3520</dc:creator><description>Hi Stefan Helzle I am using the Tahoma font in the template html expression. But I am not aware of the glyphs or how to include it to the template.</description></item><item><title>Forum Post: RE: Special characters getting removed with clean function in documents</title><link>https://community.appian.com/discussions/f/plug-ins/40519/special-characters-getting-removed-with-clean-function-in-documents/154982</link><pubDate>Tue, 23 Jun 2026 10:19:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d1dad06-66a8-4c41-a329-b923b1ae7ce2</guid><dc:creator>Stefan Helzle</dc:creator><description>Could it be that you are using a custom font? If yes, does this font include the glyphs for these letters?</description></item><item><title>Forum Post: Special characters getting removed with clean function in documents</title><link>https://community.appian.com/discussions/f/plug-ins/40519/special-characters-getting-removed-with-clean-function-in-documents</link><pubDate>Tue, 23 Jun 2026 09:55:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7a582630-d0ba-4c2b-a7ee-9c3e5da60cef</guid><dc:creator>iswaryan3520</dc:creator><description>Hi , I am facing an issue in pdf generation. that sometimes frech and spanish letters getting eliminated from the document generated , letters like &amp;#224;, &amp;#233;. &amp;#243;. I am using clean fucntion before passing the sentences to do document template. If I don&amp;#39;t use clean the generated document dont even getting saved in the process output even for english templates. Below is smart services I use to get the pdf generated. This is how it appear in the grid This is how it looks when printed, Is there any way to fix this.</description><category domain="https://community.appian.com/discussions/tags/document">document</category><category domain="https://community.appian.com/discussions/tags/clean">clean</category><category domain="https://community.appian.com/discussions/tags/PDF%2bDoc%2bfrom%2bTemplate">PDF Doc from Template</category><category domain="https://community.appian.com/discussions/tags/smart%2bservice">smart service</category><category domain="https://community.appian.com/discussions/tags/plugins">plugins</category></item><item><title>Forum Post: RE: Issues with ADT files</title><link>https://community.appian.com/discussions/f/plug-ins/40361/issues-with-adt-files/154981</link><pubDate>Tue, 23 Jun 2026 09:25:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e530b403-5963-4926-9a6e-ce2852013623</guid><dc:creator>forsake202145</dc:creator><description>Thank for your support. https://community.appian. retro bowl .com/discussions/f/plug-ins/40438/advanced-document-templating</description></item><item><title>Forum Post: RE: HTML To PDF Conversion 2.1.6</title><link>https://community.appian.com/discussions/f/plug-ins/40491/html-to-pdf-conversion-2-1-6/154980</link><pubDate>Tue, 23 Jun 2026 08:13:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ce7c292b-d18a-4675-86a2-6ebdce43d427</guid><dc:creator>forsake202145</dc:creator><description>I ran into something similar a while back. In my case, the issue wasn&amp;#39;t the API charset anymore, but the font being used during the PDF generation. https://community. dino game .appian.com/discussions/f/plug-ins/40438/advanced-document-templating</description></item><item><title>Forum Post: RE: Integration between Salesforce and Appian</title><link>https://community.appian.com/discussions/f/integrations/18384/integration-between-salesforce-and-appian/154979</link><pubDate>Tue, 23 Jun 2026 06:16:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:088751c2-7aeb-4859-8635-7ac2c1f73048</guid><dc:creator>weeksc195255</dc:creator><description>Acquiring those elusive consumer keys without a pre-existing Appian app seems like an uphill battle. Is custom SFDC development truly unavoidable for these crucial credentials? I recall a similar predicament integrating an inventory system with a new e-commerce platform; the API documentation was sparse, and crucial security keys were seemingly behind an unopenable door. It felt like trying to beat a level of geometry dash blindfolded.</description></item><item><title>Forum Post: RE: Missing Tutorial Application "acme-sport-equipment-rental"</title><link>https://community.appian.com/discussions/f/new-to-appian/40518/missing-tutorial-application-acme-sport-equipment-rental/154978</link><pubDate>Tue, 23 Jun 2026 05:47:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7001de85-25d9-4d2e-940a-f24e055e5f3b</guid><dc:creator>Stefan Helzle</dc:creator><description>I suggest to write to academy@appian.com.</description></item><item><title>Forum Post: Missing Tutorial Application "acme-sport-equipment-rental"</title><link>https://community.appian.com/discussions/f/new-to-appian/40518/missing-tutorial-application-acme-sport-equipment-rental</link><pubDate>Tue, 23 Jun 2026 03:39:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5e3f4bf4-2609-49b5-8ed2-91a8d5d0e281</guid><dc:creator>TimBurns203785</dc:creator><description>Good evening, I have been going through the developer learning path. On the course to start developing an application as a step by step, I appear to be missing the main tutorial application that is referenced in the guide (acme-sport-equipment-rental). I see the solution, but not the practice app. Any thoughts or guidance would be great. Thanks.</description></item><item><title>Forum Post: RE: AI user chatbot</title><link>https://community.appian.com/discussions/f/rules/40517/ai-user-chatbot/154977</link><pubDate>Mon, 22 Jun 2026 19:18:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63afa376-e668-4b3b-9c72-90e9fa3d4025</guid><dc:creator>Stefan Helzle</dc:creator><description>OK. I did not expect you are running a process. In my use cases I use separate LLM providers and simple integrations to make calls.</description></item><item><title>Forum Post: RE: AI user chatbot</title><link>https://community.appian.com/discussions/f/rules/40517/ai-user-chatbot/154976</link><pubDate>Mon, 22 Jun 2026 18:24:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ad36432c-ed46-447b-b78f-3c687b6e3d73</guid><dc:creator>rohity0003</dc:creator><description>Here is the best solution I&amp;#39;ve come up with so far: In User Input text box&amp;#39;s saveInto Block: 1. update isProcessing 2. call processModel to call AI Skill (isSynchronous=false) 2a. In &amp;#39;onSuccess&amp;#39; block, read processId into a local variable. A separate sub-interface loads ( when isProcessing = true ). This has a local variable processingDone that checks every 30 seconds (refreshVariable) to see if the process is done ( using a process report). When processingDone = true, a link appears to &amp;#39;Show Results&amp;#39;. - When clicked, this reads in the data that was calculated by the (AI Skill) process.</description></item><item><title>Forum Post: RE: AI user chatbot</title><link>https://community.appian.com/discussions/f/rules/40517/ai-user-chatbot/154975</link><pubDate>Mon, 22 Jun 2026 17:16:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7412de6a-0a05-458d-add7-eba0478a0653</guid><dc:creator>rohity0003</dc:creator><description>Hello Shubham, If I put isProcessing=true and startProcess(calling AI Skill) in same saveInto block: isProcessing will not show up as True until the startProcess is finished processing ( by the that time the processing is done). I&amp;#39;ve found that saveInto executes as a single block. It does not update interface until the entire block is finished. Thanks for your time.</description></item><item><title>Forum Post: RE: AI user chatbot</title><link>https://community.appian.com/discussions/f/rules/40517/ai-user-chatbot/154974</link><pubDate>Mon, 22 Jun 2026 17:12:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7a525235-cfa9-436b-a44f-f979d0ff2141</guid><dc:creator>rohity0003</dc:creator><description>Hi Stefan, thanks for the idea. Here is what I ran into: I need two events to happen in following sequence: step 1: isProcessing is marked as true (allowing user to see a processing indicator on screen). step 2: AI skill is called (via processModel), which generates process variables that I am reading back into interface. aSyncVariable solution: I can get aSyncvariable to run, when isProcessing is updated, but for the value of the variable, it does not like me to run a process. Is there another way to run a process using aSyncVariable as trigger?</description></item></channel></rss>