-
Recently active
Can anyone help me with what the error is about. It showed up when i clicked summary view.
Hello, My app has a series of reference data stored in a separate table/RT. We've permitted the user to manage that data as the values (slowly) change over time. Part of that management is to disable selections for future use by making them inactive (isActive = False). Dropdowns are used to access the reference data for creation and editing records. Only the active values are made available in the choiceValues/Labels to prevent use of outdated information. The problem is in dealing with "historical" data. There are active records created the week previous that include a reference value that was made inactive=True this week. Now anytime these types of records get edited, the reference to the retired data causes an error because selected value is not on the current list of choiceValues. I could lift the isActive = true filter on edit vs. create new record, but some of the reference values are years old and not appropriate f
My input will be emailaddress in eachline on the UI"values": [ { "id": "d7971ace-7ca5-ec11-8132-0050569773df", "emailAddress": "testing.test@test.com" }, { "id": "50363345-b494-ec11-8131-0050569773df", "emailAddress": "test2.test@test.com" }]This will be the response of my integration. when the response is 200 then I want to store the entered emailaddresses in new table as seperate rows and the IDs from response should get mapped to those emailaddress in DB .How can I achieve it
My input will be emailaddress in eachline "values": [ { "id": "d7971ace-7ca5-ec11-8132-0050569773df", "emailAddress": "testing.test@test.com" }, { "id": "50363345-b494-ec11-8131-0050569773df", "emailAddress": "test2.test@test.com" }This will be the response of my integration. I want to store the entered emailaddresses in new table as seperate rows and the IDs from response should get mapped to those emailaddress in DB .How can I achieve it
If the integration fails it will show the error in the same UI but the already entered values are missing on the UI .how can I keep those details stay on the 2nd UIT
Hi All, In this processmodel I'm trying to show the integration error on the same UserInputTask (UIT) where we entered details .It below throws.
Are there any performance benchmarks for Appian that can be referred to? I've an internal governance question to answer and they are looking for evidence that appian can perform as expected. Other users can also be usefule.
Hello, I did the certification exam yesterday and struggled on the Software Development Lifecycle (SDLC) Certification Topic and I need to improve this specific field. Where can I find contents and documentation about this specifics topics below? I made some researches in the appian website but didn't find anything related to that. If some of you have any content that could help me I would be grateful. Software Development Lifecycle (SDLC) (10%) - Recognize the roles and responsibilities of development team members- Differentiate between the stages of the SDLC (e.g., analysis, transformation, deployment, testing, maintenance)- Describe the scrum lifecycle of a user story- Explain the various Agile scrum ceremonies (e.g., refinement, standup, retrospective)- Define the use of each Appian environment used within the SDLC
Hi,Mu requirement is to use KPI field and the grid data. I m showing the exact count based on the certain filters in KPI cardlayout. If i click on the KPI card the grid needs to updated based on the filter i used for KPI record data. How to achieve this. Can someone please help
Hi all, I’m working with a dropdown that pulls data from a related record type (RCP Status) and saves the selected ID into a field on another record (RCP Concession Line). I’m getting this error when I bind value and saveInto to the related field: Interface Definition: Expression evaluation error at function a!dropdownField: A dropdown component [label="Status"] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was <blank> and choiceValues was 1; 2; 3; 4; 5. I am trying to copy this solution: https://docs.appian.com/suite/help/25.2/Dropdown_Component.html#dropdown-with-choices-from-a-record-type but no success so far. The above is what I am trying to do: a!dropdownField( data: 'recordType!{2c544b58-1128-491a-b5e6-9b4015febc8a}RCP Status', choiceLabels: 'recordType!{2c544b58-1128-491a-b5e6-9b4015febc8a}RCP Status.fields.{daea1685-9eaa-423c-a8f9-1e120d9b4527}value', choiceVa
Hi All, We have requirement to create cases based on the mails received in one or more mailboxes in Appian. Kindly guide us on use case or plugin which will help us to achieve this solution. In addition, we have to classify mails based on the subject line of the mails.
We have two drop-downs within one card. When selecting the field to view the options, when scrolling over the interface, the field does not remain fixed in the interface. Is there any way to modify this behaviour? Attached are some screenshots
Hi all, I'm using the out-of-the-box (OOB) "Download as Excel" functionality on a paging grid in Appian. One of the column values in my grid is a dash (-), which is displayed correctly in the interface. However, when I export the grid using the download button, the dash is exported to Excel as '- (with a leading single quote). It seems Excel is treating it as a text value, but I would like it to appear exactly as -, without the quote. Has anyone else experienced this? Is there a way to prevent the single quote from being added during export? Thanks in advance for any suggestions!
Hi, I'm facing the issue while executing a process. When I ran a process it'll insert data into database. The process is working in DEV & I deployed the code in test and tried to run the process but the record sync is failing. I can see the data is inserted into table but node is failed. Also, I tried to sync manually, it's still failing. I found the below from logs, but not much help. If anyone have idea on how to resolve this error. 2025-06-03 09:53:23,215 [Appian Timer - 1] WARN com.appiancorp.common.ObjectSynchronizer - 1 services were missing users. 2025-06-03 09:53:41,677 [RecordSyncScheduler_Worker-2] INFO com.appiancorp.record.service.quartz.LoggingTriggerListener - Trigger [group: record_load_group, name: 43_663b0ec2-ac3e-43a8-9ea1-b226c63274cc] fired for job [group: record_load_group, name: 43] 2025-06-03 09:53:41,893 [RecordSyncScheduler_Worker-2] ERROR com.appiancorp.record.service.BulkLoadServiceImpl - Unrecoverable error in record data sync com
I gave an field as an primary key by mistake and now i want to give the primary key field to another field. Can anyone help me with that, iam new to appian.
Hi, In Action forms for few of the text field I'm using the auto filled data (autofill feature existing in browser). So, data is retaining in the text field but it's throwing a required validation. if I re-enter the values manually, required validation is removed. Any idea on this behavior?
I am working on [Build an Application: Step-by-Step #5]. When I try to finish [Generate the Maintenance Summary View Interface] in page 17, the step 5 requests me to [Next to W#SA Rules & Constants folder, click the Edit icon. Replace this folder with the existing W#SA Interfaces.] The problem is, I can only find W#AA Rules & Constants in my objects, so am I made a mistake that didn't build the [W#SA Rules & Constants] folder in the past exercise? (Since this training is requested by my leader and time is limitted, I don't have enough time to confirm this issue. I must keep going. Appreciate all of the support !)
Coming from K2/Nintex BPM where the expression editor was a beauty (nothing to memorize, functions based on category, drag and drop a function, etc) I find this Appian expression editor a huge pain. Maybe I'm wrong and I missed something? How can I absorb things faster without to memorize things? Are there any plans to re-write this expression editor? Thank you.
Is there an expression or component that can display the documentation of a rule on an interface the way it appears when coding?
Hello All, I have a scenario where I am calling the process from web API, to get this completed faster I have added few flows in parallel using AND gateway and these paths has to complete to return the response from web API hence I have applied activity chaining on both the flows. With this implementation I have observed that, even we are having parallel flows using AND, because activity chaining, only one path is executing first and then other is starting which delaying time of execution. Why chaining is over-passing AND functionality here? Any thoughts on this? Please find below example process. Thanks! Priyanka
Here is an Appian POC that new Appian Devs can explore and build on top of it.[View:/cfs-file/__key/communityserver-discussions-components-files/62/inventory_5F00_management_5F00_system_5F00_project.pdf:320:240]
Hi,We are trying to implement sending and retrieving files from AWS S3 bucket. Is it possible to be implement the same without using any plugin? If yes, how can it be proceeded since AWS S3 is new for us. Any help would be helpful.
Hi Team, I'm currently stuck at a point and would appreciate your input. I need to display different colors for different countries in a column chart. Below is the database structure I'm working with: I grouped the data by countryId, and I want to display different colors for different ranges of country IDs in a column chart. For example: Country IDs 1, 2, 3, and 4 should be shown in blue Country IDs 5, 6, 7, and 8 in yellow Country IDs 9 and 10 in another color These colors are just examples. If this approach is feasible, I will apply it to the actual requirement.
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.