-
Recently active
a!gridLayout( labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: "Reference Number"), a!gridLayoutHeaderCell(label: "SiteID"), a!gridLayoutHeaderCell(label: "Activity"), a!gridLayoutHeaderCell(label: "Structure Type"), a!flatten(a!forEach( items: local!TaskParagraphCDT.TaskName, expression: { /*a!gridLayoutHeaderCell(label: fv!item & " Status"),*/ a!gridLayoutHeaderCell(label: fv!item), } )), a!gridLayoutHeaderCell(label: "Rule"), }, columnConfigs: {
Hello - While going through the online Developer course, "Design Record Types: Model and Configure Your Data", I completed the course and survey, assuming I could go back into the activity. However, now I am unable to view the activity, which will make the future steps unavailable to me. Can someone please point me to a PDF of this step so I can complete it? Thanks in advance, RaviG
Join Appian experts for an in-depth livestream on the new Document record type. We'll show you how to convert an existing case management application from using folder-based document management to record type document management. Discover the advantages of this new feature and how to integrate your documents into your data fabric. Turn on notifications to make sure you don't miss it!
Hey Everybody, I am fairly new to Appian. Since yesterday, I haven't been able to access the community edition. All I can see is "This site is temporarily unavailable due to maintenance" But the status of my country on their status page shows "Online". Is it just the case with me or for anyone else too?
Hi Team, I want to export more than 50 columns. Created a process to generate two excel and merge them Case 1: If using to new doc in both smart services. The combined doc is not started from specified cell. It starts from last data of first doc. E.g If first excel data ends at AV81 and other sheet starts from AW82, actually it should start from AW1. Case 2: If I am updating the first doc then the data of 1st doc is not reflecting and only 2nd excel document data is reflected Please let me know how to fix this. Thanks
Is there a discord channel or something similar where I can ask questions in real time? I can't find anything that I need in the documentation and I really can't believe that I'm the first person to be asking some of these questions as to why Appian doesn't do certain things out of the box considering it is supposed to be a "low code" solution.
I have used an multiple dropdown box here and whenever i try to select more than 1 option from the multiple dropdown list it is showing this error. Can anyone please guide me through this issue kindly.Thanks and Regards.
In a process model activity chaining is added some tasks are executing some tasks are breaking what could be the reason?
Can anyone help me with why iam getting this error when iam try to map a new field in the record table. Iam new to appian.
So i want to create an site and add an Interface as a page in it but it should be read only and i should have fields but the data in those fields must be coming from a record table.
Join Appian experts for an in-depth livestream on maximizing value from Appian's Data Fabric and AI tools. We'll explore key strategies and best practices to implement during development, ensuring you leverage these powerful features to their fullest potential. Whether you're new to Appian or looking to refine your approach, learn how to optimize your projects for success. We'll dive into practical applications, share insider tips, and answer your questions live. Don't miss this opportunity to enhance your development skills and harness the full power of Appian's Data Fabric and AI capabilities! Turn on notifications to make sure you don't miss it!
Appian UX Design Lab is back! This YouTube livestream series is designed for low-code developers looking to sharpen their UX design skills with hands-on feedback from Appian UX experts. Our next session will focus on grids—key components for presenting data clearly and enabling seamless user interactions. Join us for a live review where we’ll explore best practices for designing intuitive, user-friendly interfaces containing grids. Livestream Date: May 8, 2025 | 11:00 AM ESTTopic: Designing with Grids What's in it for you? Get Expert Feedback: Selected submissions will receive a live UX review from Appian’s design experts, with opportunities for real-time Q&A. Earn a Badge: All participants will be recognized with the UX Design Lab Participant badge on their Appian Community profile. How to participate: Develop your UI in Appian Community Edition Submit your UI link using this form by 4/30: https://ap.pn/4iNKWlh Join the livestream on May 8th for expe
Hello, I am currently taking the appian developer course and it wnats me to access the operations console from the build view waffle menu on appian designer, but as soon as I select this I am greeted with the following message:Error Evaluating UI Expression Expression evaluation error [evaluation ID = UIYZI] : java.lang.RuntimeException: Retrieving resource failed, status code: 500Any fixes to this? Thanks for any help!
Hi Appian Community, Iam new to appian and iam still struggling at a lot of things due to my limited approach. I have recently started working on a POC which is a little bit complicated due to which iam facing a lot of blockers. It would be great if anyone is willing to guide me a little bit on how to resolve my blockers and help me complete my POC. You can just help me in your free time or how little you can. Thankyou.
Hi, I need to create JWT token, for this installed JWT Tools Plugin, createtoken() function is pasking for externalSystemKey as param, I don't know how and where to configure it, and if it dependent on other 3rd party integration, what to configure there and how it will handshake with apian to test? Kindly guide us on this. Thanks,
I have created an email node. The recipient is configured as =toemailrecipient(cons!IAT_PURGING_NOTIF). The node executed successfully however no email is received. Can someone please advise what is wrong here. The constant is setup as type - Email address & Array having multiple recipient values.
Complete our 2024 Learner Experience Survey to help us deliver relevant and high quality learning experiences to you! Whether you're a new Appian developer or a seasoned pro, your experiences and insights are invaluable. This is your chance to share what you love, what could be improved, and any ideas you have for making our learning environment the best it can be. The first 20 participants will receive a free Appian certification voucher to be used on any exam (a $200 value)!
if "Data type" and "Data Store" are not showing in our environment in Appian Designer,here are the possible reasons and how to fix them.
Hi everyone, we are currently evaluating different approaches to automate our tests. We're aware of the tools officially recommended by Appian (Appian Selenium API, FitNesse for Appian, and Cucumber for Appian), but we’re interested in knowing if there are alternative solutions.
I'm currently preparing for the Certified Developer Exam having no prior experience with Appian. I see other threads mention it is best to use Appian for a few months first, but my company encourages pursuing this exam (and the Senior developer certificate) before employment begins. I am completing the associated course (inculding all optional and practice content) but others have noted that this may be insufficient for the difficulty of the exam. Even the practice test indicates that the real exam will be more difficult. Does anyone have an reccomendation for how else to prepare or links to more in-depth practice resources?
the pickerFieldCustom field is replacing the user selected data to its identifier value , please suggest how to solve this. my datasubset is as below : a!dataSubset( data:a!flatten(local!output.data), identifiers: a!flatten(local!output.identifiers) )
Hi, I am using below code in my interface where I am using pickerFieldCustom. Also, I am sharing my expression rule. The issue which I am facing: After search with a certain text, I am able to get the result into the picker control, but it is disappearing upon the selection. a!localVariables( local!pickedName, { a!pickerFieldCustom( label: "Name", maxSelections: 1, suggestFunction: rule!TestExpression(search: _), selectedLabels: local!pickedName, value: local!pickedName, saveInto: a!save(local!pickedName, union(save!value, save!value)) ) }) ------------------ a!localVariables( local!data: a!queryEntity( entity: cons!Employee, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "name", operator: "includes", value: ri!search ) }, ignoreFiltersWithEmptyValues: true ), pagingInfo: a!pagingInfo(startIndex: 1, batchSize: - 1) ), fetchTotalCount: false ).data, a!dataSubset(data: index(loc
Stupid question: there are "learning paths". After I finish one time all the materials/records/etc on one learning path I would like to start again so that I can do a "learning path" multiple times. Is it possible to reset a "learning path"? Thank you.
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
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.