-
Recently active
Hi Team, I am unable to download the Appian 24.4. (FORUM>SUPPORT>DOWNLOADS > PLATFORM > LOW-CODE PLATFORM) It is throwing below error. Is there any alternate way to download. Regards Janardan Mahto
Hi, I want to create a Kanban board in Appian. I tried using the Draggable component, but it seems to have limitations in adding more information. Here's the reference I was looking at: see attachmentAppian Marketplace Documentation Is there an alternative approach or a workaround to achieve this? Thanks!
Hi, I have a user input task assigned to Approvers group (which has Manager access). The process model security also has Approvers(group) - Manager access. I want to control the reassignment by users of this group to do within the group of Approvers but not from all users and groups. I tried the below setting, but still I see "All users and groups" option shown.
I have a process model where I call several apis and write result to table, the process model is long so I didn't chain it. But user want to see the values updated by the process model when the process is completed, without refresh. Or at least tell user when to refresh, meaning we have to make a flag indicating the whole process is completed. How can I do that? I tried to write a flag at the end of each sub-process and make it a refresh variable in my interface, hoping it'll refresh to its latest value. But it didn't work
I went through the previous threads, and from a discussion 11 months ago, it was mentioned that Appian doesn't support dark mode. Are there any updates or changes on this now? I noticed that Appian does have a dark mode for sites ("Site Color Schemes - Appian 23.1"). The challenge arises in our application (and likely most applications), as we have multiple interfaces. I’ve seen many people refer to using browser extensions for this. So, my question is: What’s the best way to incorporate Appian's dark mode into industry-level applications in 2025? If its Browser Extension, what is the safest Browser Extension?
In the a!eventHistoryListField, I want to display the date and time in this format: 01/Feb/2025 19:25 GMT+00:00. How can I change the format of the timestamp parameter? It supports date-time, date, and date-time-zone format values, so I can't use the cast text function.
Hi Community I have a process model that is started from an interface. A node in process model throws error 'rank (Data Outputs)' for an instance but when tried with similar inputs the node runs correctly after a minute. Can you please suggest on this.
Hello everyoneI am facing the following issue: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!gridField [line 3]: No enum constant com.appiancorp.core.expr.portable.cdt.LogicalOperator.<> And after some triage, I am not able to find the route cause for this issue. Can you give me some tips? Thanks in advance Edit: a!localVariables( local!paging, a!gridField( label: "Envelope List", labelPosition: "COLLAPSED", emptyGridMessage: "No Envelopes", data: rule!VCP_qr_getEnvelopeLookupView(filters: ri!filters), columns: { a!gridColumn( label: "Envelope Name", value: if( ri!isReportMode, a!linkField( links: a!recordLink( label: fv!row['recordType!{b010e97a-6864-4483-a8a3-f88e04282917}VCP Envelope.fields.{905ee3c6-5418-44bb-b35d-29317c1ed879}name'], recordType: 'recordType!{b010e97a-6864-4483-a8a3-f88e04282917}VCP Envelope', identifier: fv!row['recordType!{b010e97a-6864-4483-a8a3-f88e0428291
Hi Community, I have noticed strange and unexpected behavior of the Write Records Smart Service in the current version of Appian. I have a table with a primary key that is not automatically populated via auto-increment or a sequence; instead, the value is provided by the application. A sync-enabled record type is configured for this table. I am trying to create a process model that is responsible for cloning a record. The process model consists of three steps: Retrieving the data using queryRecordByIdentifier and storing it in a process variable (pv!record). Adjusting the attribute values of the process variable (pv!record), ensuring that certain attributes in the cloned record have different values, and assigning a new value to the PK field. Writing the record to the database using the Write Records Smart Service. While executing the process model, I encountered the error: The input "Records" cannot update a record's primary key value. The request to update t
I have a scenario where, if I click the "Reject" button, the comments field should be required and cannot be empty. If the "Approve" button is clicked, the comments field should be optional and be submitted. I have a ri!cancel input that changes to true when "Reject" is clicked and false when "Approve" is clicked. However, the validation isn't working as expected. I tried setting the "required" parameter to ri!cancel, but after clicking "Reject" and then "Approve," ri!cancel doesn't seem to change back to false, and still throws validation for approve button if comments is emptyCode for the interface comment field and buttons: a!textField( label: "Comments", labelPosition: if(ri!readOnly, "ADJACENT", "ABOVE"), value: ri!TR_Expense_Details.comments, saveInto: ri!TR_Expense_Details.comments, characterLimit: 250, showWhen: ri!TR_Expense_Details.hrApproval = true(),
Hi all,I have a doubt is there a possibility we could have a race condition problem when appending from parallel process nodes to the same pv array? I have a following situation: So, I am generating several documents in parallel. Some of them will be generated, some of them will be skipped (based on ContractX gateways decision). When generated, I would like to add them as a document cdt instance to the array of document cdts stored in a process variable. So in each yellow marked script task I am using (on output tab) :I usually didn't have problems with possible race condition. But, in theory, is this 100% safe method? Is there a possibility multiple 'Add to docs array' nodes are executed on different process engines and execution happens exectly at the same time and there is a possibility of data loss (some items are not added to the array because 2 engines had different state of the array)?I know there is a workaround where we can merge all parts of the array after
We are trying to build CICD using Github and Github actions. Could we get help around setting up Github for Appian.
Hi Experts, Need your help in one scenario. I have one interface which is fetching a data in a local variable from an ER in which we are getting response from an API. It is happening that we are getting the previous response in a rich text field(showing the local variable data) from the API for a particular value on an interface. If we change the value then only we are getting a new response. If we use same value again and again and setting different Timeout limit in the integration, the output we are getting from an API is same until and unless we change the value. Is Appian cached the value-API response on an interface?
Hi, is there a link or a dedicated space where we can submit suggestions for missing icons in the Appian library based on specific customer use cases? I’ve often found that certain icons could enhance a user interface but were not available, such as a drilling rig for the Energy and Utilities industry.Many thanks in advance!
I want to have a questionnaire with linked questions, like when user choose option A then go to question 2 while user choose option B then go to question 3. And the questions are not static, user also need to manage the questions in Appian, meaning the questions are dynamic. User can change the answer and which question it is linked to. How can I implement such feature?
Hi All,We have a process in our environment which gets triggered whenever it receives an email. We have a requirement from business where they want the whole outlook email or any email sent by them to Appian which triggers the process to be stored as some document inside appian. Is there any way to achieve this?
We need to generate excel from table having 40 MB data via Appian. Out put excel will have 200 columns based of user selection in Appian UI. We are thinking do this via Batch during non business hours to avoid the load but checking is any limit on number of columns or excel size. As Export sql to excel seems to be having 36 MB limit. Can some one suggest? Thanks
Hi, A user task with notification setting enabled - sends mail when it reaches the node. This user task has a Save button, which brings the control back to the same node in the process flow. Upson save, mail notification triggers again. Tried activity chaining to avoid 2nd time notification upon save, but triggers mail. Is it possible to avoid this? Note: I can have a split gateway and have a mail notification smart service and disable the automatic config. But wanted to check if there is any OOTB. Any help/ideas are appreciated. Thanks,Keerthi
Hi All, while user trying to upload file from the site its taking 30 to 40 sec time to open file folder,. thanks
Dear Appian Community, I hope this message finds you well. I am writing to bring attention to an issue that many of us have encountered and to encourage everyone to submit an enhancement request to prioritize its resolution. Issue: Saved User Filters Removed When Adding New User Filters #PreserveUserSavedFilters Many users, including myself, have experienced a significant inconvenience where saved user filters are removed when a new user filter is added to a record type and interface. This issue disrupts user experience, especially for those who have invested time in customizing their filters to optimize their reports. Example Use Case: ----------------------------------------------------------- * Description: In our application, users extensively utilize the feature to save and manage their filter settings on record type-based interfaces. Recently, we encountered an issue where adding a new user filter to the record type resulted in the removal of all previously saved user filter
Hi Team, Validation should be triggered if the user enters two consecutive dots in the text field. How can we handle this?
Hi, I was wondering if we can export the readonly grid to text file (.txt)? any suggestion on the user interface and process model? The current build in function can only export the data to excel. Thanks,
I had a related action which will update the form . Now Instead of related action I need to keep a button to update which should call same processmodel to update the form with . a!columnLayout( contents: { a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Update Form", saveInto: a!startProcess( processModel: cons!_UPDATE_FORM_PROCESSMODEL, }, align: "END" ) } )when I click on that button ,It is calling the processmodel at backend but getting error and the form is not opening up like in relatedaction . If I do update from related action it is working as expected.Can someone pls help
Hi, We have a requirement from business asking is it possible to enter text and paste images/snips in a single field? We have a field called Notes, which is a Paragraph Component- accepts only text. Any leads here? Thanks in Advance. Keerthi
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.