-
Recently active
HI, for the environment , every saturday we are running health check By system, Suppose if i run on Tuesday manually its taking from saturday to Tuesday ..But i needed like if i run manully also i should get the Report from Today- 8
Hello people!! I'm attempting to reassign a task to another user, but I'm encountering an issue in the production environment. The user list for reassignment is appearing empty, which is preventing me from completing the task. Does anyone know what's going on? I have a group called USERS that includes all the application's users. In the development and testing environments, everything works fine, but in the production environment, the user list is coming up empty.
Yesterday I created a record from a Record Type list action. I can see the record in the database and when I open the Record Type View I see the record as well. My doubt is why I can see the record if the last sync was last month. As far a I know, when you use a Record Type it is necessary to sync the data. Is there any way you can configure an automatic sync or sometrhing like that? Thanks.
Hi this is the first time I'm building an RPA poc. Facing issue while looping.This is my first time to work with rpa facing issue in looping kindly help on this.
I am trying to generate pdf from docx. The input DOCX file is the output from a MERGE DOCX smartservice. So basically its a merged doc(few docs are merged to single docx). Issue is PDF to DOCX/PDFfrom single docx/PDF from Multiple docx is puling only the first document from the Merged doc to convert to PDF. Rest of the docs in Merged docs are not getting converted in PDF. Any solution for converting merged DOCX file to PDF ?
I'm trying to implement a record picker in a form. But I'm facing issues getting it behave the way I would prefer. Currently I have an interface for the form and this is tied to a process model that uses the interface as a start form and takes the input from the form and calls a Write Record Smart service. This all works as expected. On the interface I have a rule import: ri!workflowTemplateId that holds the selected values of the RecordPicker. In the processModel I have processVariable : pv!workflowTemplateId that this is passed into. My current issue is that when the form is loaded this value is coming in as "0" (I believe) so the RecordPicker field is pre selected but with an object "[Not Available]" because I obviously don't have an object with an ID of 0. I would like the RecordPicker field to be empty when entering the form but I cannot seem to get it to be empty. I have tried with this field as both an Integer f
Hi Team, Hi Team, I’m using the Document Classifier to distinguish between Medical Certificates and a Statutory Document. I’ve trained the model with 47 Medical Certs and 11 Statutory Docs. The incoming documents are predominantly (80%) Medical Certs, followed by Statutory Docs and other unrelated documents. The goal is to classify incoming documents and extract data using AI only if the document is a Medical Certificate. However, I’ve observed that the model is classifying random, unrelated documents as Medical Certificates with high confidence.(note the one - "use arrays functions exercise" and "blood report") Has anyone encountered a similar issue? Any suggestions on improving classification accuracy and reducing false positives? The metrics are not helping too, they are all reported as 1.000
I have used the start process that produces an Excel file and places it in a Folder. when i am trying to download it from UI , it gives nothing.Any a!richTextDisplayField( value: { a!richTextIcon( showWhen: if( rule!NTD_isNullOrBlank(ri!excelGenerated), true, false ), icon: "gears", linkStyle: "STANDALONE", color: "ACCENT" ), " ", a!richTextItem( showWhen: if( rule!NTD_isNullOrBlank(ri!excelGenerated), true, false ), text: "Generate Excel", linkStyle: "STANDALONE", link: a!dynamicLink( saveInto: { a!startProcess( processModel: cons!k_START_PROCESS, processParameters: ri!processParameters, onSuccess: { a!save( ri!excelGenerated, fv!processInfo.pv.generatedDocument ), } )
Hi everyone, I’m currently working on integrating UiPath with Appian using the UiPath Connected System, but I’m facing an issue while trying to establish the connection. Error Details: Whenever I attempt to configure and test the connection, I receive the following error: Steps I Followed: Installed the UiPath Connected System in Appian. Entered the required details, including Tenant (Default), Username, and Password (the same credentials I use to log in to UiPath). Looking for Help: Has anyone else faced this issue? Am I missing any configuration steps? Any suggestions or insights would be really helpful! Thanks in advance! [emoticon:ac777bec1bef492592c55fbcad2ff10e]
Dear Community, I am currently researching whether it is possible to import a Java library (Java JAR) into Appian and use it as a reusable component within Appian applications. Specifically, I would like to know: Can a Java library (e.g., a JAR file) be imported into Appian and used as a native function or service? If so, what are the recommended steps for integrating a Java-based business logic library into Appian? Are there any limitations or best practices when using Java-based logic within Appian? Additionally, I would appreciate it if you could provide any relevant documentation, best practices, or examples regarding Java integration within Appian. Thank you for your support.
I'm new to appian and I’m trying to update specific fields (status and step) of a record in my Process Model using the Write Records Smart Service, but instead of updating, it keeps creating a new record. What I’m Doing: I pass the record to a form where the user can approve or reject it. When the button is pressed, I update the status and step values using a!save(). I then pass ac!record to pv!record. Finally, I use the Write Records Smart Service to save the changes. Issue: Instead of updating the existing record, the Write Records node creates a new record.
Hi I've checked around on the discussion board and don't know if I've seen any definitive answer on this one. I have some processes that, when retried via Appian Designer, are not able to connect to this API. 2025-03-10 18:56:33,523 [Appian Work Item - 1713306 - WorkID 802 - execution05 - process 9100525 - model 171 : UnattendedJavaActivityRequest] ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=There was a problem with the request, Failed to connect to https://*/*/ftk/rest/v1/recordItemOrder] There are thousands of requests between our Appian infrastructure and the APIs infrastructure, all of which connect without issue, which rules our FW or network related issues. The above is the only log that is displayed, there aren't any other clues here. Is there somewhere else I can look at to see exactly why I cannot connect? Appreciate any help on this. Mike
Hello we have integration with an external system and once we add the document, we use Get file to retrieve the document. In the Get File Integration if I use convert Binary to Appian document it works fine and stores the document in Appian. But we do not want to store the document in Appian, we just want it to be a downloadable link. Converting the binary to a document using todocument() to display in a!documentDownloadLink.. results in an error saying ID Not found.
I have an interface that will be used by parish managers to fill out a Parish Profile. We have some of the Parish Profiles set up from last year and some of the Parish Managers fill out the profile for more than one parish. So the interface takes in the logged in user and retrieves the Parish Profiles for the user. This can return null, one or more parish profiles depending upon the User. If they have no parish profiles, I need to display a form that would allow them to select a Parish and create a profile. If they have one parish profile, then I need to display a form for them to review and update the parish profile as needed. If they have more than one profile, then I need for the User to select one of the profiles from a grid, then review and update the profile. 1 and 2 work great. My problem is with number 3. I have two local variables; selectedParishProfile and updatedParishProfile. The selectedParishProfile is set when the user selects a row from
Hi,Good Day!! users selects a filter which has 2 values Study or customer.default value is "Study"a!gridField( labelPosition: "ABOVE", data: 'recordType!List of Studies', columns: { a!gridColumn( label: if('recordType!List of Studies.fields.{isCustomer}isCustomer'="1", "Customer ID", "Project Number"), sortField: 'recordType!List of Studies.fields.{projectNumber}projectNumber' , value: fv!row['recordType!List of Studies.fields.{projectNumber}projectNumber'], helpTooltip: "If you do not see your project code, please consult with your PD and GRM Administration to resolve." ), a!gridColumn( label: if('recordType!List of Studies.fields.{isCustomer}isCustomer'="1", "Customer Name",
I am working on an expression rule. In that rule, I need to get rows with null values as output. I am providing some map inputs like {username: test, fname: test1, lname: test2, email: test@gmail.com, username: test, fname: test1, lname: test2, email: ""}. I want to get the output as: {username: test, fname: test1, lname: test2, email: ""}. I am getting only null.However, I am unable to get the exact output. Can anyone help me out?.Thanks for your help in adavncea!localVariables( local!users: a!forEach( items: ri!users, expression: a!map( username: fv!item.username, firstname: fv!item.firstname, lastname: fv!item.lastname, email: fv!item.email ) ), local!nullValueUsers: a!forEach( items: local!users, expression: if( or( isnull(fv!item.username), isnull(fv!item.firstname), isnull(fv!item.lastname), isnull(fv!item.email) ), fv!item, null ) ), lo
Hi all, I have hundreds of process instance with error, I just want to terminate this process bulk. I need the instance to be archived, so I don't want to delete or cancel the process. How can I terminate the process instance with error bulk? Kindly share your knowledge thanks in advance.
Hi All, I am working on a scheduled workflow where I have to check for existing active instance and if it is still active without any errors, I can skip my run. If it is errored out in any node, I can proceed with the current flow. I checked in https://docs.appian.com/suite/help/23.2/Process_and_Report_Data.html and can see there is a possibility to get the details only if the instance is Paused by Exception.Anyone have any workaround for my case?I am thinking if there is a possibility that Appian is showing the status as "Active with Errors" and Error count as "1". There should be some report option available to get the same data. Right?Anyone have any idea how to achieve this?
I am currently working on a file upload component and do not require any process model for my use case. I have successfully uploaded an Excel file containing data for five users. To read this data, I have written an expression rule, which is functioning correctly. However, I am encountering an issue: after uploading the Excel file and clicking the submit button, I need to display the data in a read-only grid. Could anyone provide a suggestion or solution for this matter? Thank you in advance for your assistance.a!localVariables( a!formLayout( label: "", contents: { a!sectionLayout( label: "Create Users in Bulk", contents: { a!linkField( instructions: "Add additional rows with user information based on the header", links: { a!documentDownloadLink( label: "CSV Template", document: cons!GUM_USER_CSV_DOC ) } ), a!fileUploadField(
Does anyone have any idea what's causing this to show up? Given that the file extension .cdxml is a permitted file extension in the environment and the user has confirmed that the file type matches the extension.
Please suggest how can we calculate years given by days using record types
Hi All.We want to understand if we can receive message from AWS SQS and start a process model in Appian. Can we use receive message event configured to receive to message from external to process type to achieve this and if yes, can anyone please tell how to test that?
Hi , I am trying to add static image into my email node.But not able to get the source of appian image .Could you please help me how to get this
Hey, good evening! I’ve got a big question, and I’m kinda stuck. So, I’ve been working with Appian skills lately, and everything else has been going fine, but I’m having some trouble with the email part. I’ve been running some tests, trying to set up email classification. From what I understand, you need at least 10 emails to get started, but they should be different types. So, I started with two sets of 10 different types of emails, but when I tried to upload them to the AI, it didn’t work. I got this error: “Training failed because there are too few files that meet the requirements. Collect and upload more files that meet the requirements to train a model.” Okay, fair enough. Then, I decided to create a Python script to generate some dummy emails. I uploaded 72 emails across 4 different categories, but I’m still getting the same error. What am I missing here? Do I need even more emails? :/ I’ve attached some screenshots for
We have annual security audits in our company. This year Appian entered in this process and the auditor is consulting us about backups. We have contracted the Essential cloud service. We understand that Appian has some sort of solution (cluster) on top of cloud environments. Where can I find this documentation? Is there a recommended procedure by Appian to backup our information? How can I ensure that in the event of an event I can recover our productive environment?
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.