-
Recently active
Hi team, The requirement is to display a pie chart in the dashboard. For the pie chart, I am using a card layout. Inside that, I am calling the KPI interface. The KPI interface has a side-by-side layout at the top and KPI and side-by-side layout at the bottom. I want to use only KPI size medium and card layout size tall_plus, but with this combination, I am getting a scroll. Is there any way to compress the height of the KPI using any other component?
Hi team,Scenario - There are many table for our application and all of these tables have there respective Appian records. Now, if someone adds unique key constraint to any of the column on any table then we also need to re-map column on the respective records. Ask - Is there any direct way to generate a summary report to fetch all the records whose mapping of columns is breaking/ where we need to remap the columns in our record.
Hi Everyone, I am facing an issue with the "Import Excel to Database" plugin. When reading the Excel file from the mail poller, it is not loading into the staging table. However, if we copy the same file to the local system, open it, and save it again, the data is successfully loaded into the staging table. Upon reviewing the system logs, I found the following error: [Senario:File was not ingested scenario]. 09:08:21.599 [Appian Work Item - 191302 - WorkID 79 - execution01 - process 268462146 - model 172 : ExpressionGroupRequest] ERROR com.vuram.plugins.documentencrypt.CheckDocumentEncryptionUtil - Unable to process document Any Ideas would be appritiated. Thanks in Advance!
Hi - I want to add a new user as Basic user who should be able to see Appian Designer only with specific Application let say "ABA" - nothing else in designer. How to achieve this? I created a user and added to designer which is added that person to Database and other groups as well which i don't want. I want that user to be administrator of the specific Application "ABA" Please guide how to achieve this? Documentation is very high level, and self-paced training is not helpful.
While invoking a POST webAPI from Postman, I am getting error as below: "Unable to get Issuer certificate" . Authentication used here API-Key. Passing as Header: Appian-Api-Key What can be possible reasons?
Hi, I have a process model with a user task. user task has a Rich text editor, where user uploads the images but leaves the form without submission. Issue is, how to delete the uploaded images/documents based on timer - 1hr. I have tried exception flow on UIT, but the user enter docs data/Ids are not received into process var. Is there a way to get the document IDs by using process instance Id? Thanks, Keerthi
Hi, I am new to Appian and I'm having the following error when building my application. I'm trying to configure the rule inputs but the message "Invalid index: Cannot index property 'relationships' of type Text into Type RecordType. I'll attach a screencapture. Thank you in advance for your help.
Hi, im new in appian. I create a get api integration which recieve multiple lists those lists recive another ones. Also i create a expression rule to parse this information with my CDT. On my forms i call this rule and it works with text information but not with lists. This is my interface: This is my rule expression: This is my CDT:
Background: This issue is only happening in our three environments (DEV). Issue: When using an a!documentImage field inside a!imageField, the image only displays if the sit is set to 'FIT'. It is not displaying for any other size setting (including null). In the following code, the interface is only displaying the image where the size is set to 'FIT':{ a!imageField( label: "Image", labelPosition: "ABOVE", images: { a!documentImage(document: a!EXAMPLE_DOCUMENT_IMAGE()) }, size: "MEDIUM", isThumbnail: false, style: "STANDARD" ), a!sectionLayout( contents: { a!imageField( images: { a!documentImage( document: cons!G_FILETYPE_ICON_IMG_SMALL ) }, showWhen: true, size: "FIT" ) } ), a!sectionLayout( contents: { a!imageField( label: "Image Field Example", images: { a!documentImage( document: a!iconNewsEvent(icon: "HAMMER", color: "BLUE") ), a!documentImage( document: a!iconNewsEvent(icon:
I want to add searchable filters in a recordtype, is there anyway to achieve this? For example, i have made a custom filter below which calls DB & gets the productionUnitCode upto 15 & then i can select multiple in it. I want same thing with record filter rather than custom making it.
Hi Community, I am considering installing Appian in Self-Managed environments (AWS/Azure/GCP) instead of using Appian Cloud. I would like to know which features are not available in Self-Managed environments. I have learned that AI capabilities, Process HQ, and Portals cannot be used in Self-Managed environments. However, are there any other features or functionalities that are also unavailable or restricted compared to Appian Cloud? I would appreciate any insights or official references regarding the limitations of installing Appian on AWS, Azure, or other cloud providers. Thank you in advance for your help!
According to functionality whenever someone initiate the process then we have schedule work order task in which we need to provide the issues with the property and assigned them to the vendors/technisians,After scheduling the work order if your price is above then 500 then that task goes for approvals(We have to completed 5 approvals to pass that task to the vendor). But in task report when i assigned the task for approvals then it is showing list of taskassignees name but according to my requirements i need to show group name. So i have created a condition as per the task, but my question is can we add this below code in the task report or not. a!localVariables( local!getScope: rule!TSW_getScopeByID(SCOPE_ID), if( index(local!getScope, "Status", {}) = "Approvals", a!match( value: rule!MP_getRequiredApprovalLevelByProjectTypeNID(SCOPE_ID), equals: cons!TMP_APPROVAL_ROLE_LIST[2], then: cons!TMP_APPROVAL_ROLE_LIST[2], equals: cons!TMP_APPROVAL_ROLE_L
Do we have any function to sort an array of type integers in Ascending or Descending order (except a!sortInfo(), which did not help)? For instance: I have an Array {1, 4, 6, 8, 5, 3} & I want to sort it in Ascending. So the O/P will be {1, 3, 4, 5, 6, 8} Thanks in advance!
Hi All, I have two APIs right now. POST webAPI and GET Webapi. --POST API is taking two query params as input, doing a start process and returning some url in its body. --In GET Api i want to fetch that url from POST APIs body. How can I pass the params to POST Api from my GET API to fetch the url as response in GET API? Here is my current implementation in GET API: a!localVariables( local!httpRequestBody:http!request.queryParameters, local!FormId: if( rule!GEN_IsNull(local!httpRequestBody), null, local!httpRequestBody.FormId ), local!formToLaunchParameters_txt: if( rule!GEN_IsNull(local!httpRequestBody), null, local!httpRequestBody.formToLaunchParameters_txt ), if( or( rule!GEN_IsNull(local!FormId), rule!GEN_IsNull(local!formToLaunchParameters_txt) ), a!httpResponse( statusCode: 500, headers: a!httpHeader( name:"Content-Type", value:"application/json" ), body:a!toJson( {
Hi there. I'm creating a new Connected System object to connect to an Oracle database. I have to fill the fields related to the Connection URL, User and Password. Considering that when I deploy the application to the production environment I will need to change the connection settings, is there a way to get this information from a properties file instead of setting this object again in the production environment when the application is deployed? Thanks in advance.
Hello, I'm facing an issue while exporting the package, it's showing as in progress since a long time, Has anyone encountered the same issue before? pls let me know. The package has a single object to export. Thank You!!
hi, I was wondering if I can export data in process model with expression rule? Data from expression rule: List of Dictionary - 2 items Dictionary name "John"(Text) memberID"X123"(Text) Dictionary name "Jane"(Text) memberID"X456"(Text) Export the below data to csv or txt file( without any header) John, X123 Jane, X456
Hi Team, Appian seems down for me https://us.appian.community/ Getting below maintenance Page, would be helpful if you can help ETA for restoration
Hi All, we are getting JDBC begin transaction failed: in the process model when one record going to store in database. and another process model we are getting -Unable to write to or delete from the source due to system error.Error Details: Failed to update database "TN_Transaction" because the database is read-only. note : both error happening at same time. could you please someone help me on which scenario we wil get this error. thanks!
Hi everyone,I’m signed up to the Appian feed on Sprout Social https://advocacy.sproutsocial.com/feed (formerly Bambu). It’s been a great source for Appian articles. However, I have no idea how I signed up originally and no idea how to have a colleague of mine sign up as well. In my personal settings I'm not an admin, team lead, or anything like that.Please could someone assist in the steps to have a colleague of mine sign up, so that they too can access the Appian feed on Sprout Social? Or is as simple as creating a Sprout Social account and searching for Appian?Many thanks.
Issue with DOCX Page Count Plugin - Incorrect Results Hi Team, We're encountering an issue with the DOCX page count plugin we're currently using. This is impacting our document processing and causing problems with element positioning. Problem: The plugin is incorrectly reporting a page count of "1" for some DOCX documents when they actually contain a significantly higher number of pages (e.g., 22 or 25). Impact: This incorrect page count directly affects our element positioning logic, leading to misaligned elements within the documents. Our use case relies on accurate page counts to properly position elements. Investigation: We have thoroughly examined the affected documents and found no issues that would explain the incorrect page count. The page count reported within the document's properties/info section is correct (e.g., 25 pages). This suggests the problem lies within the plugin itself. Urgency: This issue is blocking our workflow as
I need a plugin or a way to delete packages using a function in an interface. We are building an interface where we specify the packages that are already deployed, so it can be deleted automatically for storage purposes.
Hello Team, There was a course related to 'Install and Configure Appian for On-Premise Systems'. This course had a topic regarding Appian Log files summarizing the important points from Appian Logs. Does anyone know if Appian Log related content can be found as part of a different course? Regards, Sabry
Hello Appian Community, I've been given a somewhat complex JSON format to ingest into Appian and stage all the data into the DB. The intention of the data is for reference/comparison/reporting. I've tested the regular readtextfromfile/fromJson/jsonPath functions to grab each attribute but it feels very tedious/clunky to have an JSON path expression for ever attribute I need. Could I get any advice on a more efficient way to parse this data and get it in the DB? Data Context: One JSON will have thousands of "FullProduct" entities so I will be dealing with files with a size of at most 25MB. This structure is the final format so there is no altering the original file. JSON Sample: { "FULLPRODUCTFILE": [ { "FullProduct": { "ID": "*dfg333", "Details": { "StatusType": "LIVE", "Status": "ACTIVE" }, "Classification": [
Hello, I have submit disabled, validate set to true, required set to true but the required message only appears on one field when clicking save button. Here is my code for the amount to refund field: a!sideBySideItem( item: a!textField( label: "Amount to Refund", labelPosition: "ADJACENT", value: if( local!updatedStatus = "Closed - Full Refund", a!currency( "USD", local!data.paymentAmount ), a!currency("USD", local!refundAmount) ), saveInto: local!refundAmount, refreshAfter: "UNFOCUS", required: if( local!updatedStatus = "Closed - Partial Refund", true, false ), required
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.