-
Recently active
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?
I have process model which run subprocess.Both main and sub process already set alert to specific user. However, when error occur on sub process, alert email was sent to all admin in environment (admin@xxx.appiancloud.com) Are there any workaround for this issue? ----- Following is main and sub process configuration. Main Process Sub Process
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.
Regular exercise plays an important role in supporting men's overall health, including better cardiovascular function, healthy blood circulation, and improved energy levels. These benefits can also help reduce some of the factors linked to erectile dysfunction (ED). Activities such as brisk walking, cycling, swimming, and strength training may support healthy blood flow, weight management, and stress reduction. Combined with a balanced diet and adequate sleep, exercise can improve physical well-being and confidence. Men experiencing persistent ED symptoms buy cenforce 150 mg online, should consult a healthcare professional for proper evaluation and treatment recommendations.
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?
I'm planning to create some reusable components in Appian. I've already built several, including reusable forms, page headers, message banners, empty state (no data) screens, date and currency formatting utilities, and a few others. Can anyone suggest additional reusable components, patterns, or expression rules that would be useful across most Appian applications?
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 .
These days I have seen developers moving to using database tasks rather than a traditional User Input Task approach. What are the possible advantages of using DB tasks in terms of reducing memory footprint, creating short lived processes, performance, concurrency and auditing? Any way whether a process task report or using DB task, we'll be creating tasks to save task IDs, then how it is different and advantageous in comparison to process task report approach?
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.