-
Recently active
I want to set up a simple process in Appian Community, which starts when an email inbox receives an email, and from that email, a form is generated. Is it possible to do this in Appian Designer, or do I need a license?
I have some data in my DB in that one filed named "CreatedOn"(2025-11-20 06:00:44.470000) i need to group the details by CreatedOn i need to group data by current year ,current quarter, current month, current week and want to sum a field called "EMI"Using a!quereyRecordType() | this will be in a rulei want to hit this rule only once to get all of this data in a stretch How to achieve it
Hi all!I tried creating a Google reCaptcha Connected System. It asked for 3 things1. reCAPTCHA Project ID2. reCAPTCHA Site Key3. reCAPTCHA API Key The Project ID and Site Key is found in https://console.cloud.google.com after enabling reCAPTCHA Enterprise API and doing necessary configurations. But I couldn't find the reCAPTCHA API Key anywhere. Can anyone help me on this
I have a dropdown field that is giving me trouble. It used to work, but just started today. It throws, "An error occurred while executing a save: java.lang.IllegalArgumentException: Invalid index: Cannot update integer index from type List of Null". I am interpreting this error message to mean that I am trying to save a Null value into an integer index. [View:/cfs-file/__key/communityserver-discussions-components-files/13/Dropdown-Field-Error.mp4:899:244] I am limiting the drop down to the latest event. I do not want the applicant to choose any other value except the latest on. Here is the code: a!sideBySideItem( item: a!dropdownField( data: null, choiceLabels: rule!PMSO_getEventforLU()[1].event, choiceValues: rule!PMSO_getEventforLU()[1].eventId, label: "I am applying for the following Event", labelPosition: "ABOVE", placeholder: "--- Select an Event to apply ---",
Hi All, We have a requirement, where we have to import excel file data into Appian database stage table. Once data is loaded into stage table we have to validate the date format for date columns whether the date is invalid or valid using query entity or any custom function. In-valid records should be removed and only valid records be there. Can someone help us with this kind of scenario in Appian how we can avoid the in-valid date rows in Appian. Regards, Dheeraj G
Hello, I am trying to access UiPath through a connected system. I have tried to access UiPath through a connected system, but the test connection fails and the following error occurs. Can you please tell me why I cannot connect? I am using the cloud version of UiPath and Orchestrator (license is Pro trial). Thank you in advance.
Hello people! I'm trying to use OpenID Connect with my connected system. I have already configured OpenID Connect on my Admin Console, and it is alright, but when I try to use it in my connected system, I receive the following message: "Neither an access token nor a refresh token was found for the OpenID Connect provider." I have a question about this: Does the connected system in Appian use a POST client_secret_basic or client_secret_post? client_secret_basic: The client secret is sent as part of the HTTP Basic Authentication header. client_secret_post: The client secret is included in the body of the POST request.
Hello All , There are 10 tabs in a record view and every tab has certain view level security configured to them but now the view level security show be removed and placed inside the interface .Upon click of the page/interface check if its eligible then print the existing interface else show an error message . I wanted to know what will happen if we remove the view level security from record and place it inside interface.
Hi fellow Appian Community! Can you provide information on AI tools or plugins available for verifying the authenticity of digital signatures on documents? Most documents are captured using a phone or scanned via a printer. I am looking for solutions that can utilize image comparison techniques for signature analysis, or any other similar tools/techniques, even under such conditions. Your recommendations will be greatly appreciated.Thanks!
Greetings everyone, I've been going over the Applian Academy Step-by-Step #5 pertaining to designing record types. I've created the record type for "AX Vehicles," but when I save there and attempt to configure the database source, the "Choose Database Table" is empty and I'm unable to proceed. Please offer any advice you can. Thanks in advance!!!
I am using the smart service - "Export Data Store Entity to Excel" to convert my CDT data into excel file (.xlsx). I could able to get the desired data in excel. The issue is when I pass this system generated file (excel file) to the Aspose system via integration, I receive this error - "The Excel file is corrupted or not a valid Excel file." at aspose end. I checked opening this file in Linux server i.e. aspose server, I couldnt open the file. I could able to open the same in my local and from my Appian UI. Can you please help to know why it says file is corrupted in aspose end? Thanks in advance!
Our Security team is looking to roll out the Island browser: https://www.island.io/ Has anyone used this browser and still been able to develop in Appian Designer? Thanks, </jason>
I have an interface tied to a process model via a!startprocess on the "Upload File to Request" button. In designer mode, this process works normally and moves it to the folder as expected. It does not work when I am on the site. The file uploaded is saved to the ri!attachments. Everything but the attachments seem to be written to the process variables. Even with requests without folders, it creates a folder and does not move it there. Any guidance would be much appreciated. Thank you so much. a!columnLayout( contents: { a!fileUploadField( label: "File Upload", labelPosition: "ABOVE", target: cons!FRR_FOLDER_RECORD_ATTACHMENTS, maxSelections: 1, value: ri!attachments, saveInto: ri!attachments, disabled: if(local!readonly = true, true, false), buttonDisplay: "ICON", buttonSize: "STANDARD"
I have a requirement in which I need to create a webapi which will create users in appian.In webapi,we are providing the userid as an input and with that Id I need to invoke a processmodel which will create user in appian and add the user to respective groups.Iam a beginner to api ,so need guidance for this.Appreciate if anyone can help on this.
so here to reuse the obj i have written like this. but for one scenario i have to use one output for another scenario another output how to achieve that
I want the interface to open and the process to run simultaneously and after some seconds I need the interface to close automatically without user interaction (Process model used in related action).
we are using common application that having common objects and these objects are being used across 3 more applications.during deployment of other 3 applications, we are facing issues dependency on common application and as per the business requirementto reduce the dependency from common application what is the best approach and how we can remove the dependency.we are looking for a solution of this issue and wanted to understand the impact on it.Please suggest on this if any leads.
Would be nice if tooltips could have bold text! Pretty basic but useful feature. Makes it easier to scan and read important stuff in the tooltips.
I am working on the creation of an API and using two approaches for doing the same thing, first code snippet includes the code which is working fine without any issue whereas if I try to minimize the code and by placing request creation in a different expression I get error error "The jsonText parameter was not valid JSON." a!localVariables( /*code throwing error*/ local!jsonRequest: a!fromJson(http!request.body), local!value: rule!ASQ_CreateRequestStructureForSfdc(jsonRequest:local!jsonRequest), a!writeRecords( records: local!value, onSuccess: a!httpResponse( statusCode: 200, headers: { a!httpHeader( name: "Content-Type", value: "application/json" ) }, body: a!toJson(fv!recordsUpdated) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader( name: "Content-Type", value: "application/json" ) }, bod
Hi team, Is there a way to submit with enter button of keyboard? Thanks in advance and regards.
Hi Appian Community, I’m working on an Editable Grid and need some help with the following requirements: I have 4 fields in each row: 3 of them should be read-only, and 1 should be editable (this will be a Radio Button field). The Radio Button field should allow users to select one of several options. The button (located outside the grid) should only be clickable when at least one option is selected in the Radio Button field for each row. Could you please help me with: The configuration for the Editable Grid where three fields are read-only, and the Radio Button field is editable. A way to ensure that the button is only enabled when the Radio Button field is selected for all rows in the grid. Thanks in advance for your assistance!
Hello,While editing the form am getting below error for the pickerFieldUsersAn error occurred while executing a save: Expression evaluation error: Cannot update List of NGM Tasks; length of assign value list (0) does not match length of the list to update (1)Below my code a!pickerFieldUsers( label: "Assignee", placeholder: "Select task assignee", value: local!taskData['recordType!{8bba5308-f92d-4f52-99ca-a84194e2b86b}NGM Tasks.fields.{4b779da2-0a05-4d7f-a99e-c30b4b4e087d}assignee'], saveInto: local!taskData['recordType!{8bba5308-f92d-4f52-99ca-a84194e2b86b}NGM Tasks.fields.{4b779da2-0a05-4d7f-a99e-c30b4b4e087d}assignee'], required: true(), maxSelections: 1 )
Is there a way to delete all the instances of a sub process upon completion when called from a start process smart service node in a parent process ? We are facing performance issue of high memory usage in one of the process in our application. The current design is, there is a parent process where the list of not completed tasks are retrieved and a sub process node (configured as MNI) where the notification emails are sent to the task owners. In order to improve the performance we are planning to replace the synchronous sub process with a start process smart service. But the challenge we are facing is how to delete the sub process instances once it is completed? Since the child process is a common object used across other process in the application, we have the restriction of updating Automatic Process Clean-up 'Delete processes 7days after completion or cancellation' option in the Data Management setting. In other process of the application we need to retain the instance for
Hi, I need to cancel a specific task process (from another process), and to do this I've found the "Cancel Process" Smart Service. I'm a little sceptic with that SmartService because in the documentation I can read "It allows you to halt all process flow and cancel all tasks associated with a process". I'm afraid I don't want to kill all the tasks associated with a process, but only one specific task. So how may I do that please (and how to get this task id) ?
Hi Now,I'm learning Appian Service Backed Record Types following Appian tutorial video and reference links. ・videowww.youtube.com/watch ・linkdocs.appian.com/.../Sync_Records_Smart_Service.htmldocs.appian.com/.../Sync_Records_Smart_Service.html I have implemented it as shown in the attached screen, but it is causing an infinite loop. If anyone knows, please provide the details of how to implement it correctly. Thanks
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.