-
Recently active
Hi! Is it possible to use Databricks as a data source with Appian? I know it's not directly supported but maybe there's like a workaround possible? Any help would be great!
Hi, I'm new to the Appian. I'm unable to see the 'New Data table' option as mentioned in this documentation: Create-record-data-source.html So, I Selected Database option and I'm unable to proceed after that. No options provided here to select. Help me resolve this and provide me the steps to create an database and make connection to the interface. Share any documentation URL or online course for this.
Hi, I am new to Appian-Locust, I have installed Appian Locust, executed a login script for Appian URL and I am getting this exception "Login unsuccessful, no multipart cookie found, only found <RequestsCookieJar[<Cookie JSESSIONID....". I checked my credentials and they are working fine when login manually. I have tried executing the same Appian URL via generic Locust and there is no such exception shown. Can anyone help here.
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?
Explore our newest Appian AI courses and elevate your developer expertise with AI agents, AI skills, prompting, smart search, and more. Browse all courses here.
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
Earn the Integrations Skill Badge to demonstrate your ability to build and configure integrations, including web APIs, connected systems, authentication, and security. This badge is intended for developers with an Associate Developer certification and at least 6 months of hands-on Appian project experience. The exam is based on the Integrations (Senior Developer) learning path and Appian Documentation resources.Skill Badges allow you to showcase your expertise to the Appian Community through short, topic-focused exams on Academy Online. These exams are free, non-proctored, and a great way to highlight your skills. More information about skill badges here.Enroll here!Questions? Please reach out to academyonline@appian.com.
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
The Appian World Live Build Challenge is back for its 6th year! This crowd favorite showcases developer skill and speed using the Appian Platform. Apply now for a chance to compete for a $15,000 prize and eternal glory. Selected participants will receive a free conference pass and hotel stay. Think you have what it takes? Apply here by 5:00 PM ET on February 20, 2026.
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.
Agent Studio is a powerful new way to automate dynamic and open-ended tasks. By combining the power of generative AI with your data fabric and processes, you can build agents that reason through complex steps and take action automatically. Enroll in Agent Studio: Create Your First AI Agent to learn how to: Configure an AI agent with specific goals, instructions, and tools. Test and monitor agent reasoning and performance. Embed your agent into a process model using the Execute AI Agent smart service. This course features an optional hands-on exercise.Enroll here! If you have questions, please reach out to academyonline@appian.com.
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.
Calling All Appian Developers! Ready to share your expertise and inspire the Appian Community? We’re looking for Appian developers to lead sessions at DevCon at Appian World 2026, taking place April 27–29 in Orlando, FL. Step into the spotlight and help your peers take their skills to the next level by sharing your experience, insights, and best practices. Why should you apply to be a speaker? Complimentary registration to DevCon and Appian World 2026 Three nights of accommodation at the conference location Expand your professional network and connect with fellow developers Enhance your presentation skills and advance your career Apply here! Applications due January 16th at 5:00 PM EST.
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
The Appian World Live Build Challenge is back for its 5th year! This crowd favorite showcases developer skill and speed using the Appian Platform. This year, six developers will compete for a $15,000 prize and eternal glory. Selected participants will receive a free conference pass and hotel stay. Think you have what it takes? Apply by February 21st.
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.