-
Recently active
We're experiencing an issue in the Appian Mobile App on iOS.When viewing a PDF document and tapping the Print icon, the app prints a screenshot of the current screen instead of the actual PDF document.Has anyone else experienced this?Is this a known issue with the Appian Mobile App on iOS? Is this expected behavior or a product defect? Are there any known workarounds or configuration changes to ensure the actual PDF is printed?@stefanhelzle0001
We're experiencing an issue with text rendering in the Appian Mobile app.EnvironmentAppian Mobile Android and iPhone Observed across multiple screensIssueAll text is displayed in bold, regardless of the font styling configured in the interface. This occurs on both Android and iPhone devices.For example:Labels, paragraph text, and other text components all appear bold. Read and unread messages in the Inbox look identical because both are rendered in bold, making it difficult for users to distinguish between them.QuestionsIs this a known limitation or issue with Appian Mobile? Has anyone experienced the same behavior on Android or iPhone? Are there any recommended workarounds or configuration changes to ensure normal font weight is displayed correctly?Any guidance would be greatly appreciated. Thank you!@stefanhelzle0001
Hi everyone,We're experiencing an issue with the pull-to-refresh gesture in the Appian Mobile app (IPhone & Android) and would like to know whether this is expected behavior or if there's a recommended solution.When performing the standard pull-to-refresh gesture (swiping down from the top of the screen):A refresh indicator appears. However, the screen content does not refresh or reload. The displayed data remains unchanged. @stefanhelzle0001
Hello,When users download a document from our application in Appian Mobile, the downloaded filename does not match the original document name.Android: The downloaded file is saved with a gibberish/system-generated filename.Is this a known limitation or issue with Appian Mobile? Is there a supported way to control the filename used when downloading documents on Android ? Are there any recommended workarounds to ensure the original document name is preserved? @stefanhelzle0001
sites have urls like this one:https://<subdomain>.<domain>/suite/sites/<SiteName> subdomains:https://<subdomain>.<domain>/<PortalName> We want them to be resolve them with the SiteName as the subdomainhttps://<SiteporPortalName>.<domain> Is it possible somehow to create a redirect url on your side (appian cloud) so that specific sites/portal can be resolved with unique urls. I am aware that we would have to create a dns delegation for that but the problem is that we cannot create delegations with url paths (i.e. /suite/sites/<SiteName>) and we do not seem to have a make that redirection.
Hi everyone, I encountered an issue regarding saving process variable using a!startProcess -> onSuccess on version 25.4, the fv!processInfo.pv.subCategory was not saved back into local variable ri!checkStatusofChangingCategory. Here is the code: a!startProcess( processModel: cons!NFL_CONS_PROCESS_CHANGE_CASE_TYPE_CATEGORY, processParameters: { subCategory: ri!subCategory, newCategoryId: local!selectedNewCategory }, onSuccess: { ri!saveInto, a!save( ri!checkStatusofChangingCategory, append( ri!checkStatusofChangingCategory,fv!processInfo.pv.subCategory ) ), a!save( local!currentCategory, local!selectedNewCategory ), a!save(ri!subCategory, null), a!save(local!selectedNewCategory, null), } ) The initial value of ri!checkStatusofChangingCategory was null after onSucess, it became [null]. This code worked with version a!startProcess_24r3 ( it successfully saved pv.subCategory into ri!checkStatusofChangingCategory), i want to know the reason why, what am i missing? I'm look
Hi All, We are using 24.2 Appian version and trying to update to 25.3 version. What are the perquisites to be checked to update Appian version and can we backup version if we required. Thanks Saidivya Minna
Hi Appian Folks, After community version got upgraded to 26.6, I see process models are not opening at all. Is anyone facing the same issue? 504 Gateway Time-out
Hi Everyone, I have a requirement where a user clicks a notification, and before opening the Summary page, I need to mark the notification as Read. To achieve this, I created a Process Model Start Form that updates the notification status and then displays the same Summary UI. The issue is that the Summary UI contains an email section with a File Upload field. When the user clicks Send Email, I call: a!submitUploadedFiles( documents: local!attachments ) This works correctly when the Summary UI is opened from the Record Summary page, but when it is opened through the Process Start Form, I get the following error: a!submitUploadedFiles() cannot be evaluated in this environment I understand that a!submitUploadedFiles() is not supported in a Process Start Form. Has anyone implemented a similar requirement? What is the recommended approach complete it Would creating a separate interface or dialog just for file uploads be the recommended approach, or is there a better Appian design patte
I have a question regarding the subprocess status shown in the attached screenshot. The subprocesses are displaying the status as "Unattended" instead of "Completed". I have configured the subprocess node to "Run as whoever designed the process model" in the assignment settings. Could you please help me understand why the subprocesses are still showing as Unattended rather than Completed? I've attached the screenshot for reference.
I'm looking for a way to generate an Excel file from a template in Appian while ensuring that all existing formulas in the template are preserved. Has anyone implemented this or knows of an approach? Thanks in advance.
currently I have a subprocess that uses pp!initiator to get the user data to check few validation, and one sometimes the pp!initiator seems to not pick the user from the parent process and i think instead it picks the masteruser (i.e. ABC) which was used to publish the process model. It happens on random instances. Am i missing something.
Is pursuing a career as an Appian developer a wise choice?
Hi everyone, We're planning to upgrade our production environment to Appian 26.6 and currently we are on 25.3 version, wanted to check with the community before proceeding. For those who have already upgraded to 26.6, have you encountered any significant issues, regressions, or unexpected behavior after the upgrade? Our application is a fairly large enterprise solution with extensive use of Record Types, Process Models, Connected Systems, integrations, and custom plug-ins, so we're keen to understand if there are any unexpected issues faced due to upgrade. Any feedback or recommendations would be greatly appreciated. Thanks in advance!
Hi, I have a button on my application's homepage/landing page designed to execute a specific task in the database. When clicked, it should trigger the appearance of a dynamic interface. This interface should smoothly transition into view, causing the landing page interface to fade away. For visualization consider below screenshot, imagine the "Create Interface" dialog overlaying the landing page interface, which fades into the background during the task interaction.
Hello team, I have a parent process model from which I am triggering child process instances asynchronously using MNI. The child process instances have been successfully triggered and have reached the end node. However, the parent process instance is still showing as Active in the Monitor tab since yesterday. Additionally, when I view the process instance and hover over each node, the Start Process node appears disabled, whereas the End Event node appears enabled. Could you please help me understand why the parent process instance is still in an active state despite the process reaching the end node? As I am triggering child instances through MNI, my understanding is that if I use a Terminate End Event in the parent process, it will also terminate the child process instances. Therefore, I do not think that approach will work for my scenario. Please correct me if my understanding is incorrect.
The code working from long back suddenly one day the integration failed due to service failure how to handle it
Hi All, Our users have been experiencing this intermittent issue quite frequently. The problem occurs randomly while users are actively working on a task or viewing a summary screen, and there doesn't appear to be any consistent pattern or specific steps to reproduce it. As this is occurring in the production environment and we do not have direct access, we have been unable to capture a network HAR file for further analysis and not able to reproduce in lower environments. Has anyone encountered a similar issue before? Could this be related to the browser (we are using Microsoft Edge), a network-related problem, or something else? Any insights or suggestions would be greatly appreciated. Thanks.
I have a csv string which i am getting it from blueprism through integration. i need to perform some calculation based on this value, i need to iterate this string. but i am unable to iterate its taking as only one string, i want to iterate for each line in this string. "ABC,ABC,2,06:00:00,18:00:00,0.5,3 XYZ,XYZ,3,06:00:00,18:00:00,0.5,3" please any suggestions on this.
Are there any limitations for a!fileupload() component in Appian,I've tried uploading a zip folder using this, but I am getting the following error : Could not upload file "abc.zip". Reason: Files without extensions are not permitted on this system.but the file is of .zip extension, I have checked in admin console as well , and zip is enabled in admin console.
difference between vertical and horizontal swim lanes. when to use the different swim lanes
I have a text "....<a></a><Line....." from which I need to remove the characters <a></a>. How can I achieve this?
Would it be possible to add an sparkle or AI icon to the icon set in a future release? thanks
hi All! I completed the ACD101: Appian Certified Associate Developer exam on 05/16/2026. The exam status in the ProctorU portal shows “Fulfilled” ,”but my certification/result is still not visible in my Appian account and not get any score report. Also, the exam auto-submitted before I manually clicked the final submit button and I got no email for my score or any pop up to show my score while auto submitted. I already contacted certifications@appian.com and support@appian.com but have not received a response yet since saturday. Has anyone faced a similar issue before? How long does it usually take for the certification/result to appear?or what step i need to take next? Thank you.
In our application we are displaying customers list in editable grid based on status we have to highlight the row for example of status = matched then row should be green not matched it should be yellow how can i do please help as per my knowledge we cant give color in editable is there any way .
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.