-
Recently active
Hi Appian Community, I am using Export Data Store Entity to Excel Smart Service to export DSE data in excel format using formatted template, Issue is it is overwriting the template, and suppose two user requested to generate excel, so excel doc generated has overwritten the previous users data. This issue would be fixed in case this smart service generate new doc every time using formatted template. is there any way we can fix this issue?, Please help what to do in this scenario. Thanks in Advance. Shree Krishna Tiwari
Hi All, I am having a requirement to generate a PDF Invoice. I am using PDF doc from template smart service. I have to display data in table where number of rows are dynamic. Question: How to create dynamic tags in PDF template that will accept dynamic data.
Getting below error while starting tomcat {"error":{"root_cause":[{"type":"security_exception","reason":"unable to authenticate user [appian] for REST request [/user-activity-8-0/_settings?master_timeout=30s&timeout=30s]","header":{"WWW-Authenticate":["Basic realm=\"security\", charset=\"UTF-8\"","ApiKey"]}}],"type":"security_exception","reason":"unable to authenticate user [appian] for REST request [/user-activity-8-0/_settings?master_timeout=30s&timeout=30s]","header":{"WWW-Authenticate":["Basic realm=\"security\", charset=\"UTF-8\"","ApiKey"]}},"status":401}
Hi, is there a way to disable the use of /suite/?signin=native? We are currently using OpenID as our authentication method(we need to include every new user on the AzureAD Group), but if an Admin user creates one and don't include it on the group, the user could access to Appian using the native version. For security reasons I don't want this to happen. What can we do to disable this option?
Hi, We are getting below error when we hit any site menu(s) and this message is disappearing when we re-fresh the browser. Issue remain same across the browsers. Any quick advise please. "403 Access denied" You don't have permission to view this page
I see this functionality is introduced at 24.4, is it available for on prem system also ? or only for cloud because I am not able to see this view in our on prem environment
I've been trying to implement a checkbox field but keep receiving an error. I can select either choice. I can select nothing. But if I select both choices, I get the following error: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!checkboxField [line 638]: A checkbox component [label=""] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was Fatality; Serious Injury and choiceValues was Fatality; Serious Injury. For reference, this is the code I am using: What am I doing wrong?
Hi all, I need to decode a token encrypted with the RSA-OAEP-256 algorithm that I receive from an integration. Does anyone know if there is a plug-in available for this or any way to achieve this? Thanks in advance.
When working with rich text components in Appian, I encountered issues with displaying special characters correctly, particularly backslashes (\) and other escape characters like tabs (\t) and newlines (\n). These characters can be misinterpreted or escaped incorrectly, leading to incorrect rendering in the interface. Example Scenario Consider the following example, where you have a string containing file paths with backslashes that you want to display in an a!richTextItem component: "File Path:\nC:\Users\tUserXyz\Documents\Project\file.txt\tAnotherPath:\nC:\Users\nUserXyz\Documents\Report\report.txt" Actual Output: "File Path: C:\Users UserXyz\Documents\Project\file.txt AnotherPath: C:\Users UserXyz\Documentseporteport.txt"Expected Output: "File Path: C:\Users\tUserXyz\Documents\Project\file.txt AnotherPath: C:\Users\nUserXyz\Documentseporteport.txt" Root Cause The issue arises because backslashes and other escape characters are special chara
i have a requirement where i need to enter 25 digits for a text field and i don't allow the user to enter any alphabets or symbols i need write a validation this can be done with the help of regexmatch function but now it is deprecated how to write validation. pls help me with code.
I am using the code below to show line graph for Appian. but based on our requirements , I have to show two lines instead of one line . Is it possible in Appian ? If so , Could you please let me know how to do it ? a!cardLayout( contents: { a!localVariables( a!lineChartField( label: "Average Days to Complete Verification Phases", instructions: "", categories: {"Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "Jan", "Feb"}, series: { a!chartSeries(label: "Sales", data: {72, 91, 93, 95, 92, 99, 98, 99, 79, 83, 90, 99}) } ) ) }, marginBelow: "EVEN_LESS", showShadow: true() ),
Hi Team, I have used Process HQ in development environment and built some components including reports, dashboards, and insights, from our Development environment to the Test environment. While we are familiar with the standard Appian deployment process, we would appreciate your guidance on the specific steps required to properly deploy Process HQ elements? Could you please provide us with any deployment documentation, best practices, or checklists related to moving Process HQ across environments? is there way to publish it without losing the work we did in dev environment? We want to ensure that all components function as expected after deployment and would appreciate any insight into potential issues or manual steps that may be required. Thank you in advance for your assistance. Also, if we move my AI Classification model from dev to test, do we have to perform any extra checks during deployment? Appreciate your guidance here. Regards, Ranjita
I am having cascading dropdown inside a editable grid . I am getting data from db using cdt and storing them in ruleInput . I was facing error for oast 3 days like choice values and labels length didn't match. I tried using the a!save(ri!ruleinput[fv.index].value, save!value), in the saveInto . the error is gone now. But I don't understand how it works. Can anyone explain me or provide any document available it would be helpful.
Hello everyone, I've installed and I'm testing Appian Usage Insight application; please, is there someone who knows this app? At the moment I'm not able to make the app "read" the Basic User type users, and I'm not understanding how to solve it Thanks in advance for you help Fabizio
I want to tag users in the comment box (text box) by typing @, and similarly send an email notification to them if they have been tagged. Also typing @ must show list of all available user and that list should change as per the typed characters, for Example "@ad" must show all the available users with "ad" in there name
Read excel tools plugin functions (readExcelSheet, readExcelSheetByName, readExcelSheetByNumber) are not working for documents which is generated from Appian (using exportDataStoreENtityToExcel) but same functions are working for other excel documents Getting this error --> Expression evaluation error at function 'readexcelsheet' [line 8]: Any suggestions would be really helpful! Note:- I am using 22.4 version of Appian
Hi Experts, I m trying to use editable grid in one of the interface. and i m using pagination to display 15 rows per page. If i select the first row in first page automatically first row in second page gets selected. Below is my code. a!localVariables( local!allSimulationResults: a!defaultValue( value: ri!allSimulationResults, default: rule!TTPK_qr_getStimulationResults( pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 100, sort: a!sortInfo( field: 'recordType!{e83a3f8a-90c8-4c42-8266-42768da543b9}TTPK_r_simulationResult.fields.{75f01d70-8ffd-470f-9028-21ec78222492}simulationId', ascending: false() ) ), masterPartId: ri!masterPartId, fields: { 'recordType!{e83a3f8a-90c8-4c42-8266-42768da543b9}TTPK_r_simulationResult.relationships.{8f2cd62f-1770-41a8-8106-2103b984e501}ttpkRDocument.fields.{b86f3162-9d59-465a-b496-a6d9f8db3178}appianDocId' }, isFilterReportUrl: true() ) ), local!selectedIdentifier, local!pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 15, so
I have an editable grid where data is prepopulated. I m using pagination to show 15 rows per page. I m using the sort in the pagination to sort based on one field. If I select any rows from first page and then navigates to second page and select one row. After navigating to first page sorting gets disabled. And the values I selected are showing sequentially from the top. How can I prevent the sort to be stable
I want to assign a task to another user, and Appian sends an email to notify them. I'd like to configure the email to add a specific body. Do you know if this is possible? As far as I know, it's not, so I've unchecked the "Notify task assignees of the new task via email and mobile push notifications, if applicable" option and then added a smart email sending service. I'd like to do this in the same user input task. Thanks in advance.
Hi, When we try to open/access any Process Models using the Appian designer, we are getting an error message like below. Any advises please. We tried to login using Admin privilege account and basic user a/c, but the issue remain same. "Error 404 - Page Not Found" Sorry, we can not find what you are looking for
Hi Experts, Is there a way to retrieve inactive members of a group? I attempted to fetch all inactive users from the Users record type, but couldn’t find any direct function that provides group details for those inactive users.
Hiii, I want to add the Total Cost . It show the data in below format. I am using sum function to add the data but it is not working. List of Dictionary - 7 items Dictionary Total_Cost19000(Number (Integer)) Dictionary Total_Cost18000(Number (Integer)) Dictionary Total_Cost15000(Number (Integer)) Dictionary Total_Cost7000(Number (Integer)) Dictionary Total_Cost9000(Number (Integer)) Dictionary Total_Cost13000(Number (Integer)) Dictionary Total_Cost1500(Number (Integer))
Hello All, I have a 2 column layout. in left section I have a tree with multiple node like shown in below. Category1 Interface1 Interface2 Category2 Interface3 Interface4 Interface5 In right section I have to display the selected node's interface. For example if "Interface1" node is clicked then it should call an expression rule which returns the interface name to be loaded for that node. Now as expression rule returns string value, I am not able to render that interface in right section. Please note - Each node has associated interface and entire list is maintained in records. On tree node click that expression rule finds the interface name for selected node. Kindly help if there is any other way to achieve this? Thanks in Advance.
We have a column in the Appian database table with data type as 'long text'. We want to facilitate storing and retrieving string around 8000 characters size in this table column. This will be a master data and will not be fetched in interfaces. (Also it may not always be 8000 in string length) But we will fetch this column in the expression rule for some evaluation and running rules. We are noticing that this column with long text is getting truncated in the expression rule when we retrieving the data. Our Record Type does not show any option to select "Extra Long Text" when creating a Record Type from this database table. This documentation indicates that we should be able to map the varchar or text to 'Extra Long Text' https://docs.appian.com/suite/help/25.1/about-data-sync.html Am I missing anything here?
Hi all, I am using the function a!startProcess() to trigger a process model from my interface. Is it possible to use the onerror parameter to show a custom message on the screen when the process fails to start or breaks for some reason. If it is possible can you please guide me how to achieve it ?
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.