-
Recently active
Hi, Does anyone knows how to fix this? And also what configurations should I set to run my test in headless chrome? Thanks.
Hi, I am using Docx From General Template Smart service to generate document. The template which I used throws the below error on one particular work item and rhe rest all working fine. Unable to identify why the document generation is failed on one particular Item .Could anyone guide me to find the fix for this? Regards Martina
Hi, I am very new to Appian and i am going through some of the courses, which i think are very helpful. I am reading and learning about CDT and Record Type. They look similar to me but i am sure there is something that i am missing. When would you use one vs another (example)? Appreciate your help and comments as i navigate and learn Appian. Thank you!
Hi All, Am getting error message stating Activity class parameter keys must be unique across custom and non custom parameters after clicking validate process model. Can any one let me know how to troubleshoot this error suggestion? Thanks in advance
Hi, How to setup to reach to "End Node" if there is any failure in the "Send E-Mail" smart service. Any advises please.
An Error Has Occurred An error occurred while applying the context for the ZMS_ST DBA Case related action [identifier=126]. Details: No process parameter found corresponding to override [name=pv!processId]. Non-parameter process variables cannot be overridden.
Hi Team, Got confused while doing some calculations in Appain Expression rule. Added input and output below. i have tried fn!union() function but it was failing sine input was only one array. Code: fn!union({ 1, 2, 2, 1, 3, 1, null, null }, {}) Sample i/p -> { 1, 2, 2, 1, 3, 1, null, null} Expected o/p -> { 1, 2, 3} Current Appian Design: Thanks and Regards, Vigneshkumar Radhakrishnan
Hell Dears, I am working on a project that contains multiple tables, what I noticed while I am working on a table is that the column width is set based on the column name width. In other words, if I have a long name of a column header this column width is larger than the column that has a short name. I am looking for a way to set a column width based on the column values rather than the column name. Would you please help me with this issue? Thank you in advance
Hello, I have a wizard interface set up where each section of the wizard calls an interface rather than having all of the code in the same object. The interface object I call has a number of text fields that run an email notification process. The text fields are all working properly and all the input values are saved in rule inputs. (When I type my name in, and then move to the next field, the value I typed persists and does not revert back to the placeholder value). However, when I call this interface in my wizard, the value does not persist and reverts back to the placeholder value. What am I missing? Thank you, Jason Bongiovanni
I have an editable grid where user can add new records. UI is build on New Record Syncs. When i click "Add something" link, getting below error. this issue is happening when the grid/whole interface is empty. For example, if i have records in another sections, then it is working fine. Everytime we click on add, i am saving specific data to columns. Could not figure it out what this error is saying. Attached code of that UI, any help appreciated. a!localVariables( local!refTickerData: rule!SRT_QRY_tickerReferenceRecordType(pagingInfo: a!pagingInfo(1, 5000)), local!labels: { "Equity", "Fixed-Income", "Other", "Review Required" }, local!filterSelected: if( ri!filterSelected = "1 ADJUSTED", 12, ri!filterSelected = "2 ADJUSTED", 13, ri!filterSelected = "3 ADJUSTED", 14, {} ), local!data: ri!portfolioData, local!adjustmentOne: if( local!filterSelected = 12, if( a!isNullOrEmpty( index(
Here in this image the expression should only return seatno and gender field without pid. Can anyone please help me with this?
Input map local!inputMap:{ a!map(pagenum: 1,fieldname: "Name", fieldValue:"Appian",docid:1), a!map(pagenum: 1,fieldname: "howold", fieldValue:15, docid:1), a!map(pagenum: 1,fieldname: "Name", fieldValue:"VB",docid:1), a!map(pagenum: 1,fieldname: "howold", fieldValue:12, docid:1), a!map(pagenum: 2,fieldname: "Name", fieldValue:"Java",docid:1), a!map(pagenum: 2,fieldname: "howold", fieldValue:25, docid:1), a!map(pagenum: 1,fieldname: "Name", fieldValue:"COBOL",docid:2), a!map(pagenum: 1,fieldname: "howold", fieldValue:45, docid:2), a!map(pagenum: 2,fieldname: "Name", fieldValue:"PL1",docid:2), a!map(pagenum: 2,fieldname: "howold", fieldValue:55, docid:2)}, Desired output map local!outputMap :{ a!map(pagenum: 1 , Name: "Appian", howold: 15, docid:1), a!map(pagenum: 1 , Name: "VB", howold: 12, docid:1), a!map(pagenum: 2 ,
Hi Guys, I had a requirement that my Appian Application needs to consume data from Kafka. For this i have added a Plug-in called (Kafka tool). It contains 2 smart services. 1. Consume from Kafka. 2. Publish To Kafka. So, i used Consume from Kafka Node in my process model. In data tab there are following Node inputs and node outputs to configure. Node Inputs: Servers * (Text) Data Source Name * (Text) Transaction Table Name * (Text) Security Protocol * (Text) Secure Credentials Store Key (Text) S A S L Mechanism (Text) Group Id * (Text) Num Consumers * (Number (Integer)) Topic * (Text) Job Type Id * (Number (Integer)) Runtime In Minutes * (Number (Integer)) Polling Interval In Ms * (Number (Integer)) Sleeping Interval In Ms *&nbs
Hi All, I wanted to transfer the data from cdt to Excel, but earlier the Export cdt to excel smart service was thr but recently it is showing as deprecated, how to handle this now? Thanks in Advance
Hello Team, Let's imagine that I have the following case: two users open the same interface (summary view page of a record) and there is a section with multiple actions (cards with startProcessLink to initiate different actions); First user trigger one of these actions. A process model is initiated (everything chained) and the process is completed. Since this is chained, after the completion a LV is refreshed (this LV will be used on a condition to enable/disable the visibility of the button that I just clicked on) and the button is disabled for this user; Second user with the same interface open still can see the button. Do you know how to prevent that the button is visible for the second user? I was expecting that after the first user completes the action, both sessions will be refreshed, however only the sessions for the user that performed the action is being refreshed. I understand that I can create a condition on the PM, and as soon as the user click on the button (the
Dear Practitioner's, I have a process model with a Start Event Timer configured to run periodically. The scheduler must be enabled/disabled based on a feature flag which is nothing but an entry in a DB table that returns a true/false (via a rule XYZ_isFeatureEnabled(name: "<featureName>") ). I tried to add a timer condition with expression in the Start Event but it does not fetch the latest value from this table and requires the process model to be re-published to get the latest value from DB. Is this a standard behaviour when it comes to Start Event Timer? I had to fall back to the OG method of adding a XOR gate after the start event to check if the feature is enabled/disabled and simply route to an End Event when it's not enabled. This works but I was trying to avoid triggering an instance itself. Any thoughts?
Hi, In the below table of an Appian form, I'm trying to read all data from the 'Title' column using the Appian API. Is there a way for me to read the data? So far, I have used the following methods: fixture.getGridContents(), fixture.getGridIndex(), fixture.getGridColumnRowValue() but with no success Regards, TIA
I need to create a user interface. The interface consists of multiple sections, each section will have it's dedicated submit buttons. Each section will have it's own dedicated required fields (using required parameter of field) and fields validations. Now, when I use buttons in each section with validate as true, it checks for the required validity of every section, though that button is not dedicated to those other sections. How can I make it to check only the requiredness and validation of the section which it is dedicated to. In the attached code, when I click "Submit as Future Hire" or "Onboard Employee Now", besides checking the validation or requiredness of the section fields in which it is placed, it is checking for other section as well. Validation groups are also not working properly, when I click "Onboard Employee Now" in first section, it checks for validation of fields "Phone Number" and "Start Date" for first sectio
Hello, I had added a CALL INTEGRATION smart service in my process model and couldn't modify its properties as shown in the picture, while i open it from another user with the same security rules and it works properly. Note that my user is system administrator and included in the process model creators group. I also checked the process folder's security and everything seems fine. Any Advice?
Hello, I am basically looking for something very similar to triggers in databases. In my asset management app, employees have been assigned some assets. Some assets have a returnOn date. I want to send email reminders to every employee (employee user group)u if any of their assets is approaching their return date. Maybe 1 day before the returnOn date. I am aware of the escalations and exceptions in the process model. But I do not need to do anything else just send email reminders. What will be the best approach for this? Any help is appreciated. Thanks!!
Hi, I am new to Low code Platforms. Can Appian be used to create web and mobile apps from scratch?.
Hi All, I am trying to make a task report interface. This is a snippet of my report. Here, I just want to ensure that by default when a user lands to this page, they only see their assigned tasks, and only when they click on the dropdown they should be able to view other task status in the grid such as "Completed" , "Accepted" and "Not started".Here is the snippet of my code, I tried using the local!statusfilter to be just as "Assigned", but that is not working, for now the value is null. Request some help on this!
I am trying to setup a connected system to an API provided by another client. They're using OAuth 2.0, but they're expecting the client_id and client_secret in a JSON format, rather than the x-www-form-urlencoded which Appian is sending. Is there a way to change this configuration somewhere?
Hi All, We have Appian on premise in my current organization . I am thinking of building a utility which can fetch tomcat logs in a Appian UI and user can search the logs on the basis of Appian UI search filters . Please let me know if any one of you have done the same in past or if you have suggestions to approach this particular problem .
Hi, Can we shade the rows with different colors in READ-ONLY GRID based on condition? Thanks in advance.
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.