-
Recently active
We have a requirement to filter the Dashboard grid based on child table data. For each Company, multiple forms exist, categorized into different types (1, 2, 3). However, only one form is considered active. To determine the active form, we refer to the Form Uploads table, where: Status ID = 2 Source ID = 17 (Only these records should be considered.) The following filter is not working, likely due to an issue with related records filtering: a!queryFilter( field: Company.form.FormUploads.statusId, operator: "=", value: 2 ), a!queryFilter( field: Company.form.FormUploads.referenceId, operator: "=", value: 17 ) The query record type is Company, and we need to display Company data in the grid.
Hi all, Is there a way to add a horizontal scroll bar in an Interface? Instead of stacking my reports on top of each other, I'd like to have them arranged side by side with a possibility to scroll horizontally.Is it achievable?
Can I create Service-Backed_Record with POST API which returns data on input parameter, How differently it works from GET API. What could be the possible I may face if I use POST API for Service-Backed_Record.
Hi Team, I have a requirement where the default date and time field should display the nearest rounded time. For example: If the current time is 3:54 PM, the default time should be set to 4:00 PM. If the current time is 4:01 PM, the default time should be set to 4:30 PM. Is there any simple way to acheive this
Hey AC, Does anyone know if we can use TAB as a delimiter option in the 'Import CSV to Database' Excel tools plug-in? The comma (,) is already provided by default which works nicely but was wondering if there is an option for TAB.If so, what would the character look like?
Hi I need help to configure mni with startprocess node whithin a process where I have details for exmaple 5 employees in that 3 employees can have same manager other 2 have same manager. I have a process variable of type cdt employee. Now I want to sent mail to manager of the employees i will get the mail id from employee cdt which is 2 unique mail ids. Now want to send one common mail to that manager with that 3 employee details and one mail to other manager who have 2 employee all at same process.
Muy buenos dias estoy realizando el curos de APPIAN y el comunity no me esta dejando crear nuevos recorda Type ya no aparece esta opcion como antes en la imagen adjunta les muesto como apareceia antes y como esta apareciendo ahora Alguien me podria ayudar por favor ? quedo super atenta
This are my interfaces and i want to fetch the animalsid after i send pen for maintenance and assign new pen to that animals
Scenario: I have a created a reusable fileUploadField component which I am planning to use in all existing fileUploadField field in all apps. I have created a rule inputs for all the parameters of the fileUpload field and passing values to the common component while calling it. In saveInTo of the common component I am calling a!startProcess which will run asynchronously(i.e. no activity chaining). Issue: When I drag and drop multiple documents to file upload, a!startProcess is being called multiple times. Is this behavior expected? i.e when I upload multiple docs at the same time, saveInTo will execute multiple times? Sometimes, when I upload multiple docs at the same time, getting the following error. (Especially when I upload 3 to 4 docs at the same time) Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error [evaluation ID = 50518:8f67a] in rule 'aco_fileuploadfield' : An error occurred while executing
As I am getting a list of text strings separated by semicolons in a single line, my focus is to split them into different values. After that, I need to convert them to users using the touser() function. However, it is currently showing [ID NOT FOUND] even though the email address is already present in Appian users.
HI. I attempted to do a rather large import of an application over our PP environments version. I looked over a record that had some Record Related Action name changes to it. Testing it afterwards, only half of the related action name updates took on import. I confirmed the record was modified on import. Has anyone ever had this happen before? I have no way to deploy proper changes due to this.
Hello, I have an interface which displays the data from the record type directly on a read-only grid, where users can select one or multiple rows and perform certain actions (not record actions). The issue users have reported is, that if they are on page 10 when they perform an action (let's say delete a row), it brings them back to page 1 each time and they have to navigate to the desired page all over again to continue. Additionally, if they also applied a sort of any kind to one of the rows, that also resets.Is there a way to make it so that users remain on the page they navigated to using the pagingSaveInto? I have tried multiple ways but nothing worked, the grid is always refreshed to page 1 after an action. Thank you! a!columnsLayout( columns: { a!columnLayout( contents: { a!gridField( label: "Failed File Emails", data: a!recordData( recordType: 'recordType!{a18957da-4220-4c94-ba
Is it possible to show the Word document using documentViewerField. current behavior- When we click on the tab to display document, its downloading directly Expected behavior- The document should be visible for like PDF and downloadable.
Good afternoon, I am having a problem when using the plugin, both for encrypttext and decrypttext. I am trying to access via SCS and I always get the error "Error encrypting value: This plug-in [com.unionbankph.plugins.aesencrypt] is not registered to access secured values for the given external system key [Key]. Check the external systems plug -ins list in the Administration Console." even though the plugin is correctly in the credential's plugin list. I am currently using them in the following way local!base64Key: decodebase64string("pruebaencript"),local!eas: fn!encrypttext(valueToEncrypt: local!valor,scsKey: "pruebaencript",scsField:"Key",iv: local!base64Key), Thank you so much
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.
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.