-
Recently active
Hi Everyone, I am facing an issue while creating an Extraction Model using AI Document Center. During the Extraction Model creation wizard (Steps 1–6), the final step displays the list of objects that will be created ( 4 AI Skills and 2 Process Models). After clicking “Confirm”, I receive a success message indicating that the Extraction Model has been created successfully. However, the underlying objects that are supposed to be generated are not actually created. I have verified this across the entire environment and cannot find the AI Skills or Process Models that were listed in the final step. Because these objects are missing, when I try to run the extraction from the UI, the process fails with an error indicating that the required Process Model cannot be found. A few additional observations from my debugging: This issue started occurring only recently. The same setup was working fine earlier. No application objects or configurations have been modified. The E
My use case is that I want to be classify documents into one of several categories, then depending on the category, extract certain fields from it. My question is for this kind of use case, what exactly is the difference between using AI Skills to do this versus using AI Doc Center? Looking around, I see some people saying AI Doc Center uses more tokens and that it can handle more complex cases, but I can't see anything in documentation about if that's actually true or not, and anything about when you'd want to use one or the other. I've been in loops reading the same page over and over again, so at this point I might have missed something, but if someone's able to help point me towards an answer, that would be most appreciated!
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.
I'm using the MS Word 2007 Doc from Template in that smart service, but when the document is uploaded, it still replaces a few value tags even though the replacement values are already present.
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 everyone, I am currently working through the Appian Certified Business Analyst learning pathway and have run into a technical issue. When I first joined Appian Community, I was assigned a workspace (I also received the confirmation email). However, I no longer appear to have access to any workspace, which means I can't continue with the hands-on exercises in the learning pathway. I have already contacted Appian Support, but I haven't received a response yet, so my progress has come to a halt. Has anyone experienced this issue before or knows how it can be resolved? Any advice or suggestions would be greatly appreciated. Thank you!
Plugin Ref - Appian Community After we upgraded to v26.6, The plugin component is not rendering in Sites but working fine in Designer screen.The plugin documentation says it is supported till v25.4 only.Expecting resolution on this issue asap. [mention:88e2b1ef30684cb4a0d80ba42e17a33d:f7d226abd59f475c9d224a79e3f0ec07] [mention:cd654a5ec99f4d9eb3afb367bbce9958:e9ed411860ed4f2ba0265705b8793d05] [mention:92ac9d4559ff43edb28eaa01ed77691b:e9ed411860ed4f2ba0265705b8793d05]
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
I want to create custom Hub for my 4 applications where user can create request, view the request, work on assigned tasks , how can i do , please suggest me the possible approach
Hello, A user has reported the following error in the attached screenshot. I tried to open tomcat from the system logs to analyze the error but I could not. Can you please let me know how to resolve this error? is it in the process model/instance or somewhere else? Thank you Raj
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
Hi I have a requirement where I need to invoke an asynchronous API that returns a jobId in the response. After a certain wait time, I need to call a second API to check the status of the job by passing the jobId received from the first API. This status API should continue to be invoked at regular intervals until the job completes successfully. All of these steps must be completed before the form is submitted, as activity chaining needs to be maintained. Our current plan is to use a Start Process smart service to initiate the asynchronous operation and capture the process ID. I can then use Query Process Analytics at configurable refresh intervals to monitor the process status until the second API returns a successful response. Once the process completes, I can retrieve the results and display them to the user in a grid. Is there any better approach than this /any drawback in this approach. Anyone had similar requirement? Please sugget.
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.
Environment: Appian Community Edition — Site "W1423AIS Acme IT"Data Source affected: W0380 Data Source (MariaDB)Description:I am experiencing errors indicating that multiple tables are missing from my "W0380" data source, which I did not delete or modify manually.Errors observed so far: On the "W0380AS Vehicle" record type: "The configured database table is invalid. The AS_VEHICLE table does not exist in the configured data source. Change the database table to continue." Key details: I log into this environment regularly; my last login before noticing this issue was about one week prior.I did not perform any manual deletions, renames, or schema changes on these tables.The issue appears to affect more than one table within the same data source (W0380), suggesting a possible environment-wide database issue rather than an isolated table problem. Request:Please investigate whether the underlying database for this Community Edition environment w
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.
There is one smart service DOCX to HTML by Vuram but that is not working. It was updated 4 years ago. I need some other recommended method to so that. Anyone who did this ?? Need an urgent fix
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
the Zip Extractor plugin is behaving unexpectedly. On the first run, it works as expected and extracts the files into the folder. However, when I run it again with the same document ID, it fails. Has anyone encountered this before or have any suggestions on what might be causing it?
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.
Hi, Im facing an issue in queryLogicalExpression where 'AND' operator is used and there are 3 query filters in it with applyWhen parameter is passed which is evaluated as false in all the 3 filters but still this expression got executed instead of ignoring it. Is the applyWhen parameter will work only for separate queryFilter and not for the filters added in logical expression? Could someone help me to understand the behaviour?Thanks
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.
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.