-
Recently active
Hi All, I am using the Advanced IDP to extract Key-Value pairs from a PDF. Even though the key - values are present in a 2 columns table, I decided to use Key-Value extraction instead of table extraction as each key occurs only once. I can see the extracted values properly in the IDP object, in the output of IDP in the process, but whenever I am assigning the values to individual variables or CDT inside a process, lot of additional semi colons are getting appended along with repetition of the main value. I could see a pattern - if the key is available in the 3rd row of the table, then 2 semi colons are getting appended before the value, if the key is in 4th row, then 3 semi colons and so on. Example: ; ; abcde; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; abcde; ; ; ; Any idea?
We have Appdyamics Java agent deployed on Appian application servers which is monitoring the performance of application. We want to enable End User Experience Monitoring for Appian. We need to add the appdynamics Javascript agent into the application pages to do same, please let me know if there is any html/jsp page which is common in all application where I can inject the Javascript agent. If there is no common page, please let me know in which all pages I need to inject the JS file so I can monitor all the apps. If you have worked on any such request in past please help us with sharing your experience on same.
There are many components in my interface, and each component has their own validations. I want to implement a require like if any validation is triggered, the submit button should be disable. Is there any easy way I can achieve that? Or I can only write all the validations again in disable.
Read Only grid is working in Dev and test environment but in preprod it is giving error that {something like UUID } field does not exists. I have tried to comment all grid columns and uncommented one by one. Two Grid columns are giving error. But I am not able to find out why. As same Record Fields are used multiple places in interface and its working as expected there. Only in Grid Column its giving error.
Hi all, We have just upgraded Appian from 23.3 to Appian 25.2 and when starting Tomcat we have found the following error in the log: [PUT], host [http://localhost:9200], URI [/user-activity-8-0/_settings?master_timeout=30s&timeout=30s], status line [HTTP/1.1 401 Unauthorized] {"error":{"root_cause":[{"type":"security_exception","reason":"unable to authenticate user [appian] for REST request [/user-activity-8-0/_settings?master_timeout=30s&timeout=30s]","header":{"WWW-Authenticate":["Basic realm=\"security\", charset=\"UTF-8\"","ApiKey"]}}],"type":"security_exception","reason":"unable to authenticate user [appian] for REST request [/user-activity-8-0/_settings?master_timeout=30s&timeout=30s]","header":{"WWW-Authenticate":["Basic realm=\"security\", charset=\"UTF-8\"","ApiKey"]}},"status":401} at org.elasticsearch.client.RestCli
Hi All, I am having requirement to configure timer in Start Event node of process model. I want this timer to execute on specific 'date and time'. This date and time is coming as an output of one expression rule which is returning 'date and time' datatype output. Output of Expression Rule: 7/26/2025 12:00 AM GMT+00:00 Please help me at what all places what all things I have to configure to run process model once on this day at that specific time
Our team is exploring the use of the a!recordsChatField and the new smart search capability. Our use case: Business is using a web page with lots of links to access apps (both Appian and non-Appian). Users would like to be able to find the app they need without having to scroll through the "link farm". We have built a form in Appian to provide a better user experience and would like to add an AI component that will allow users to find the link they need quickly. We have tried using smart search but are finding it is somewhat limited and does not provide the results we are looking for, plus the text output is rather lengthy. We are looking for a one-sentence result instead of multiple paragraphs of information. We have a record that contains the list of all the apps, their descriptions, and their urls. a!recordsChatField provides much better results by providing the name of the app, its description and its url, however it would be great if in the results
I'm getting an error when trying to publish a model using AI Skills (Extraction). Could this be a restriction of the Community Edition, or is there something I need to configure?
I'm currently passing emailaddresses in each line but when i submit it is storing values as test@test.com;test2@test.com but it has tostore in db as in new line and it has to be passed to an integration as {"test@test.com,test2@test.com"} Can someone please help
What are the steps involved to migrate appian from on-prem to cloud.
Hi everyone, I’m a PhD student researching low-code development. It’s impressive to see more and more people discovering low-code and no-code tools and using them in their work. I recently completed a study in collaboration with a consulting company that provides low-code solutions to its clients. Through interviews, I learned that many people without formal software development education are now able to step into this field thanks to low-code platforms. For many, this has created new career opportunities and pathways into tech. I also noticed that consulting firms often play an important role as partners of low-code vendors, acting as a bridge between platform providers and client companies. Beyond these observations, I’m interested in understanding how developers themselves feel about working with low-code development platforms—both the benefits and the challenges. Based on the collected responses, I found Appian was one of the most mentioned platforms. I beli
Hi Everyone, Is there any way or smart service to generate the .MSG file whenever receive an email to Appian . We know, there is smart service eml and msg conversation plugin but would like to do it in one step and don't want to dependent on the too many third-party plugins. Also once generated the .MSG ,need to read and display in the UI screen . Please let mw know, Any implementation around it. Thanks!!
Hello! When it comes to AI tools in the context of automation testing (e.g. AI generation of automated tests, AI automatically fixing broken locators after a change, etc.), what support, and compatibility from/within Appian is expected currently and in future?
Hi Team, We are using Kafka Tools plugin to utilize consume and Publish Kafka services. We can able to perform publish Kafka service without any issues. But when comes to Consume Kafka we have questions as follows, Consume Kafka service shows isSuccess output as true but it didn't received Kafka server. To find reason which log we should check? What is the difference between Group ID and Topics? whether we have to pass both as same? Deserializer Class Name field is not mandatory? if we pass "io.confluent.kafka.serializers.json.KafkaJsonSchemaDeserializer" as deserializer it throws error like io.confluent.kafka.serializers.json.KafkaJsonSchemaDeserializer not found by com.appiancorp.cs.plugin.kafka [50] And in the process model, why TM_Transaction variable is not populated with value after consume Kafka service showing it is success?
a!gridLayout( labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: "Reference Number"), a!gridLayoutHeaderCell(label: "SiteID"), a!gridLayoutHeaderCell(label: "Activity"), a!gridLayoutHeaderCell(label: "Structure Type"), a!flatten(a!forEach( items: local!TaskParagraphCDT.TaskName, expression: { /*a!gridLayoutHeaderCell(label: fv!item & " Status"),*/ a!gridLayoutHeaderCell(label: fv!item), } )), a!gridLayoutHeaderCell(label: "Rule"), }, columnConfigs: {
I have connectedsytem with authentication type as OpenIDConnect .I want to deploy it to QA but I don't see the any keys in property file .Can I deploy it directly without property file?can someone please help .Thanks!
I am using AIKnowledgeAssistantField() smart service And here I want the history of the queries asked and the response got from the AI AssestantWe have a field to capture the history i.e "conversationValue"But how to we use if is not properly mentioned anywhere My requirement it to upload the document and ask few queries related to the document and then capture the Audit history so i want all the queries and the responses saved somewhere.I tried using Document Chatbot but there also i did not find a way to save the history or there are any logs that have been captured. If its not possible in AIKnowledgeAssistantField is there any other way we can get the Audit history
Hi, We want to surface/view (not store ) salesforce documents in Appian . We already have an Salesforce connected system , we uses SOQL integrations to expose the data points . I was just wondering can we use SOSL with the same connected system to return the documents (using RETURNING Document clause in SOSL). Not sure whether SOSL can return docs . Or we need integrations with salesforce REST api to get the documents in Appian . Our users just have to view the documents on demand. We don't want to save them as Appian docs. Can anyone worked on similar use cases . Your inputs will be appreciated. Thanks in advance, Mike
Hi everyone, We're building a bi-directional integration between Appian (BPM) and an external multi channels systems CRM, Mobile, Kiosk, Corebank etc. We have two architectural approaches and are looking for insights or best practices from the community: Approach 1: Task-ID Driven • CRM receives a generated Appian task ID via API • CRM later calls a second Appian API to complete that specific task by its ID Approach 2: Event-Driven Integration with Correlation ID (Using Appian Events) A shared correlationId (UUID) is generated and passed between CRM and BPM. Appian subprocesses register to Receive Message Events or wait via correlation-aware logic. CRM communicates by sending events (e.g., KYC_COMPLETED, DOCS_SUBMITTED) using a unified API. Appian routes events internally using correlationId + eventType. What I'm Looking For: Is there an Appian-recommended best practice for choosing between task-based vs event-driven integrations? Are Receive Message Events and cor
Before Importing an application and properties file, Can we pass the value of a data store in the properties file like ##TestDS content.a_<uuid>.VALUE=jdbc/TESTDS can we do this ?
I have a scenario where I need to create a pie chart based on a record type for example cmgt_task.I want to show two datas in a pie chart (20%-80%),one having due date as today and completed on as today date and other one will be all open work items that is having due date as today.How can I proceed with this,like do i need to do two seperate queries or it is possible to implement using one query using aggregation.Kindly help me with this scenario ,If I can do it through aggregation then how can I will give different filters for thsese two datas1.all the completed work items having "due date" as today and "completed on" date as today.And also "is completed "as true and "status" as completeda!queryFilter( field: 'recordType!{ee5aa46d-0228-430f-a794-1134a11fbcc0}CMGT_Task.fields.{3d96454c-776f-4b29-9413-d7fffa3ebaeb}statusId', operator: "=", value: cons!CMGT_REFID_STATUS_TASK_COMPLETED ),
I need to create a dynamic DOCX document that includes a table with 11 columns, where each column should automatically adjusts its width. I have attached a code snippet that generates a DOCX document with a table showing only 8 columns. The remaining 3 columns exceed the page width, so they aren't visible. Please help me to fix it. SAP Number Part Number Description Manufacturer Group Spare Qty Delivery Date Price Total Remarks ", a!forEach( items: local!selectedEquipments, expression: concat( "", "" & fv!item.sapnumber & "", "" & fv!item.partnumber & "", "" & fv!item.description & "", "" & if( a!isNotNullOrEmpty(fv!item.manufacturer), fv!item.manufacturer, "--" ) & "", "" & fv!item.group & "", "" & if(fv!item.spare, "Yes", "No") & "",
Hi Every one, We are getting similar issue mentioned in - [mention:60d851851e654d28b5c4a0dae2c486c7:46448885d0e64133bbfbf0cd7b0fd6f7] We are getting 2 times the status code in postman and also when it goes to front end (UI part not a Appian - it is build in adobe cqms ) the status code is coming as duplicate for both the success/failure case. webapi- code Can any one help and let us know, why are getting this issue . Any help would be appreciated.
In my Appian environment, I’ve noticed that some groups have UUIDs that start with SYSTEM_GROUP_ followed by the group name, instead of the usual alphanumeric UUID format.How can I logically identify or classify these groups separately from regular groups? When I use scimGetGroup() on these SYSTEM_GROUP_ groups, it doesn’t return any group attributes, unlike the other groups with standard UUIDs.Is this expected behavior? And is there a workaround to retrieve attributes for these system groups?
Product: Apryse WebViewer Component Plug-in Product Version: 5.5.1 I am using Apryse webviewer in Appian for document comparison. I am passing 2 appian doc id as parameters. But as soon as the interface is loaded it shows " Error while loading document ". But when I am manually uploading the two doc it works fine. Here's the screenshot of the error. . This is the code used for apryse webviewer ... webviewer( label: "WebViewer", labelPosition: "ABOVE", validations: {}, height: "AUTO", hidden: null, key: null, url: null, serviceAPIKey: null, appianDocId: { 224563,788333 }, preflattenDocuments: null, documentFolder: cons!FOLDER, uploadChunkSize: null, userDisplayName: null, enableReadOnlyMode: null, enabledElements: false(),
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.