-
Recently active
I have a process model that stops running without any apparent reason. When I click on the node where it stops, a pop‑up appears saying: "No errors were encountered at this node." Has anyone seen this behavior before? What could cause a process to halt without logging an error, and what steps should I take to troubleshoot it?
Hello everyone!I started the Learning Path recently and I'm having trouble in Step #3 (version: 25.4 Build an Application: Step-by-Step #3). When I try to create a New Group (W#SA Supervisors, W#SA Registrars and W#SA Mechanics), it always says "Name already exists", for all 3 of them. However in the objects I only have the groups W#SA Users and W#SA Administrators1.Did anyone have the same issue? How can I fix it?Thanks :)
In UI I have option to add data using addRowLink. Once I select one name consider h1, then I click on addRow then there I can write any alphanumeric code and I am storing that in backend. but if I am selecting multiple names(2) then if I click on addRowLink 2 new row boxes are being displayed. In UI even if I select multiple names only one row should be displayed and in backend the code should be updated for all selected names. no submit button is available in that interface saveInto: { a!localVariables( /* Build one new row per selected partyId (no duplicate prevention) */ local!newRows: if( a!isNullOrEmpty(local!selectedInsuredId), {}, a!forEach( items: local!selectedInsuredId, expression: a!localVariables( /* Find the index of this party to resolve its applicationId */ local!idx: index(fv!item, wherecontains(fv!item, local!insuredParty['recordType!{f953bbb6-0363-40ce-afe7-4fd0315e1fc0}UWG Party.fields.{19291ea5-16a7-4ddb-9fc9-dbd77b0f9b3e}id']), null() ), /* Construct a new UWG MIB
I have a multiselect dropdown with names h1, h2 and there respective ids are 123,456. the interface is to update the codes in site.But when I am selecting both values from dropdown and adding the code, code is not getting added for both the values. It is only getting added for the first value(h1) which I selected initially in the dropdown(h1)
We have an a!documentViewerField component to display a PDF document, but the problem is that it shows editing options to download and print it, and we have been asked to disable these options. Is there another component that allows PDF documents to be viewed in read-only mode, i.e., only displaying the document without allowing it to be downloaded or printed? Or is there a way to configure this from Appian?
Hi, I am using Community Edition and following the Appian Developer path. In for Step-By-Step # 10 I am getting expression error while adding the reusable component on a interface/form. I followed all the steps till this section and all works good. As per Step by Step #10, Guide I am trying to complete the following steps. as soon as I click ok, above expression error message displayed. Any suggestions to fix this ?
i am getting the above error when i am trying to edit "display value" in "addedBy". below expression i have used- rule!W0866aa_FormatDisplayName(user:fv!row[recordType!W0866aaVehicle.fields.addedBy]) given in guide -
Hello, I have a text field who's value is linked to a dropdown field. If the dropdown value changes, the text field automatically changes as well. The text field is disabled as the user should not be able to change the value. The problem I have is that the value of this text field should be saved into a rule input but since I do not interact with the text field, the save into parameter does not trigger. I have no buttons on the interface so I could not add an a!save there. The user does not have to interact with any other field if they don't want so I couldn't put the a!save in another field as well. Is there a way for the text field to refresh without interacting with it to trigger the save into?
Hi, 1)I want to Implement pagination in Editable Grid please guide me. 2)Add sorting arrows in Editable Grid header columns for sorting purpose. Appreciate your help!! Regards Nishtha Bhatnagar
Hi, I am using Appian Version 25.4, I have created an Interface with Grid in it. Grid is just expected to read data from Record Type and display it on the Grid. But I only see headers on Interface when I am previewing it. What am I doing wrong here? I am including code here and the output of the Preview. I am new to Appian and appreciate your help here. { a!localVariables( local!pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 20 ), a!gridField( label: "Portfolio", labelPosition: "ABOVE", data: a!queryRecordType( recordType: 'recordType!{730d5dd7-5828-443c-89cf-89b097b856cb}TV Record Type loan..static_info_updated', fields:{ 'recordType!{730d5dd7-5828-443c-89cf-89b097b856cb}TV Record Type loan..static_info_updated.fields.{85555feb-8c36-4fce-9eff-2ef66aaab755}loanId', 'recordType!{730d5dd7-5828-443c-89cf-89b097b856cb}TV Record Type loan..static_info_updated.fields.{c4b7627c-131b-475a-8901-54d34623f0
I have two different screen where one screen has summary and other screen has details of each task. now both screens has same view and details screen should check wether the task is primary or not if the task is primary then it should display the name associated with that task. If the task is secondary the it should display the names associated with that record. how to do it
when trying to reuse the interface coming from supervisor interface, vehicle details view, i can configure rightly the rule input. But, when trying to populate it whit som data, writing the expresión i TEST and set as default it shows me an error mesage. im have reviewd hat expresions are well writed, interfaces are well done, ive check every step, but i cant see the error there. does anyone have an answer? so tahnks in advantege for your time.
Hi Team,I am trying to send a file of 25 MB from external system to appian using webapi but its getting timeout as i's taking 30 seconds in appian.But in documentation, it was mentioned that we can receive files upto 75 MB , then if its taking more than 30 seconds and failing for files with approx 25 MB , how come we can make it work for larger files.We are trying to hit the API from insomnia, from there once the call is made, and time reaches 30 seconds , we are getting 500 timeout error.
If a user has indirect access to a record type as viewer. Will he able to export and download the record report? Thank you!
In my application, there are three columns for each user in the default Group; Name, Details, and Member Type. I would like to add additional fields for users so that we can separate them based on their roles and grant them different access. Is there a way to add additional fields to the user groups? I tried to do some research into this and it seems like Group Types are the way to go but I am unable to figure out how to set it up. Specifically, I want to add something like these fields to the user table. <Name> <Region> <Country> <Department> Do I create a Group Type for each new column? How do I add the values for each field so it can be a drop down list? Thanks.
Hi, I made a clumsy error along the way and now I want to reset my workspace and delete everything to date. Is there a way to do this? Thanks Haleigh
I am new to Appian and I'm creating a form interface to save data to the database. I've gone through several of the tutorials and I created an Interface and a Process Model that will save data to the database. However, it only works when I launch it from the Process Model. How do I launch it from the Interface by clicking on the Submit button? I want to click Submit after filling out the Interface and have it fire up the process model to save to the database.
i am Doing the Application Building Blocks Course and i cant finish the Hands on Practice because the PDF "cannot be viewed in this browser" and when i click on it when i try with different Browsers it also not work (chrome, opera, firefox) same issueI think it happens with all those pdfs but this time it was with Step 4
Hello, I’m currently using the free Appian Community Edition. After being inactive for ~1 month, I logged back in and my environment has been stuck on “Workspace Pending” for the past 24 hours. Is this normal, and how much longer should I expect before I can access my workspace again? Any guidance would be appreciated.
I'm currently doing step 5 of build an Application exercise, specifically in "Configure the Record list" sectionThere is no delete, move icon, or add column button.
Hi, I am new to Appian and trying to go through the trainings before I have an in person training next week. I just went through the Appian Essentials and Customer Stories and starting the hands-on Activity. I signed into Appian Community Edition and navigated to W#AA Registrar and get below error. Any ideas on how I can fix this so I can continue with the trainings?The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = E5PRT] at function a!recordList: An error occurred while retrieving the data for "W0309AA Vehicle". Details: Record type is marked as synced, but its data has not yet been synced or its existing synced data has been invalidated. Contact your system administrator. (APNX-1-4198-000)I did try to find an answer in Appian Community, but most of what I found, that even closely resembled this error, advised to send to 'communityedition@appian.com', which I did, but also posting here to see
Hi All, I need to hide some related actions from specific groups. Can anyone please help me, how to achieve this?
I have an appian web api with Oauth 2.0 cliet enabled.But when i am trying to get the token by hitting the token request end point by passing the grant_type, client_id, client_secret as queryparams and content_type as application/x-www-form-urlencoded.this I am trying from java micro-service, while doing so,I have tried multiple ways like sending them in body , as paramsi am getting the following error : INFO com.appiancorp.connectedsystems.http.oauth.HttpOAuthTokenRetriever - Error while retrieving token: invalid_client attempting to pass Authentication in body INFO com.appiancorp.connectedsystems.http.oauth.HttpOAuthTokenRetriever - Error while retrieving token using auth in body: invalid_client ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=Unsupported authentication, This request requires authentication but does not specify the type of authentication expected] Any leads would be appreciated,Thanks
I'm trying to install an instance of Appian on Kubernetes into my cloud infrastructure. I am runninging into an issue where the Zookeeper pod is running but the Kafka Pod is not. The only logs I can find are a single line that give no information: 2025-10-22T13:35:18.683285411Z main ERROR Reconfiguration failed: No configuration found for '67424e82' at 'null' in 'null' Any help understanding what this error means and how to resolve it to get the Kafka Pod running for AoK would be helpful.
Hi there Appian community, I am on step 6 of updating the layout and configuring components on the step by step #8. For this step we must select correct values under display value (ex: for Make, select ri!record.make.) however, as highlighted in the picture, there is no option for that and when I type it manually, nothing populates. Any advice?/resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/Screenshot-2025_2D00_09_2D00_30-at-11.10.55_2F20_AM.png
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.