-
Recently active
I want to show only top 5 secondary grouping categories for respective month. {rule!VPA_CMPT_CardDisplayHeader(title: "Most Visited Parking Spot By Month",icon: "parking"),a!columnChartField(data: a!recordData(recordType: 'recordType!{2807e918-8a87-4696-913f-2cec0198b9bc}VPA Journey'),config: a!columnChartConfig(primaryGrouping: a!grouping(field: 'recordType!{2807e918-8a87-4696-913f-2cec0198b9bc}VPA Journey.fields.{2a9520d6-8de2-413f-ad99-7e1ed16d8291}dateCreated',alias: "dateCreated_primaryGrouping",interval: "MONTH_SHORT_TEXT"),secondaryGrouping: a!grouping(field: 'recordType!{2807e918-8a87-4696-913f-2cec0198b9bc}VPA Journey.fields.{08a08942-2bd1-4dc1-902d-6d434e17bbef}parkingLocationName',alias: "parkingLocationName_secondaryGrouping"),measures: {a!measure(function: "DISTINCT_COUNT",field: 'recordType!{2807e918-8a87-4696-913f-2cec0198b9bc}VPA Journey.fields.{628f5a50-0f39-45ca-a0e1-25c645fcb9d3
I have completed Appian Developer Course, how can I improve my skills as an Appian Developer. Which course or other thing I can do now to achieve my goal ?
Hi team, I am learning IDP (https://academy.appian.com/#/online-courses/7efa16db-521d-4d4d-9eda-f7114869b548) and at the document : IDP Add New Document Channel Exercise. I am trying to build it on my Appian Community account. I am able to Add the channel (page 6) - "Finance" but when I move to page 8 trying to see the Groups created - they aren't. Looks like this is not happening I got 4 emails with the following error I tried seeing a bit more into the process model that is failing This was created back in Jul-2021 by community-admin. I am not sure where's the issue or don't want to play around. Can someone from Appian team fix this please. thanks jaideep
Can we change the page order in site object based on groups?. Let's say we have 5 tabs in my site like A,B,C,D,E . Can we change the order like B,C,A,E,D only for a particular group ? and E,A,C,B,D for another group using the same site object ?
Hi, Is there a way to change or customize texbox outline color?
Hi, I would like to return an error if the user inputs some text instead of email. I have the below regex and textField. Can someone guide me how to link these two to perform the required validation. regexmatch( pattern: "^[A-Z0-9\'\+\&\%_-]+(\.{0,1}[A-Z0-9\'\+\&\%_-]+)*[@]{1}[A-Z0-9.-]*[A-Z0-9-]+[.]{1}[A-Z]{2,6}$", searchString: ri!employee.email, regexFlags: "si") a!textField( label: "Email", value: ri!employee.email, saveInto: {ri!employee.email}, inputPurpose: "EMAIL" )
I am getting this error when I am trying to train the Appian IDP. [title=Could not perform action, message=Could not perform requested action, verify that the inputs are valid., detail=io.grpc.StatusRuntimeException: PERMISSION_DENIED: The caller does not have permission] I have uploaded 2 sets of docs in the extraction 1. Valid docs with 20pdfs and Invalid docs with 10 pdfs. Thanks in advance.
First post. Thanks for your attention. I am working through the Appian developer course online, and I've run into problems with the exercises. I will write the code to mirror the solution, and the tests still fail. This happened for a few of the exercises. My most recent problem is not a failed test; I'm working on the exercise to accompany Expressions: Enhance Your Data. I'm trying to create an expression rule, and a Rule Inputs pane doesn't open. I'm not sure how to continue with the exercise. Has anyone else had this problem? Do I have an old version of the designer? Any advice would be appreciate. Thanks
Hi Everyone, I am new to Appian. I have completed the basic module about its understanding online. I may get to instructor led course soon. I wanted to as, what should i ensure as a precident that i have the knowledge before i get on the course with the instructor ? Course interest : Builder Any advice will be appreciated Thanks in advance Abdul
Hi, I am getting below error. Not sure what needs to be done. Can someone advise. Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!gridField [line 36]: A grid component [label="Lead Reviewer Records"] has an invalid value for "data". "data" must be sourced from a Record Type, a query, a list of Dictionary, a list of CDT, or a data subset. Received: List of Variant
Hii All, can anyone help me for one senerio . I want that to collapsible field For Example : a!paragraphField( label: "Target", labelPosition: "ABOVE", value: index(local!target,"target",{}), refreshAfter: "UNFOCUS", characterLimit: null, height: "SHORT", readOnly: true, validations: {} ) I am using paragraph field for showing data then i want only some of the text only show when I click on the that text then the list of the text will show . Thanks
Hi guys, How can I login in Appian Designer (software development)? What is the link to access it? Does Appian has Software to install in my computer or just browser? Regards, Pedro Santos
I am trying to export data store entity into CSV via smart service "Export Data store entity to CSV" and for tables more than 50 columns, am receiving the following error. Kindly help out in this regard. "Unable to export. Maximum number of columns exceeded: 50 "
Hi everyone! I´m doing an interface using Recordtypes from scrach. I´m making a grid in a form to sum some quantities from de employers. I´m having some problems with the dynamic link to add new rows of employeers expenses and also having problems to summarize the fields with the quantities. I´m providing part of the code. Could you tell me what i´m doing wrong please? Thanks a million in advance! a!sectionLayout( label: "Gastos", contents: { a!gridLayout( totalCount: count(local!articulos), headerCells: { a!gridLayoutHeaderCell(label: "Fecha del Gasto"), a!gridLayoutHeaderCell(label: "Descripción"), a!gridLayoutHeaderCell(label: "Tipo de Gasto"), a!gridLayoutHeaderCell(label: "Importe del Gasto"), /* For the "Remove" column */ a!gridLayoutHeaderCell(label: "") }, /* Only needed when some columns need to be narrow */ columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIB
I make a call to an integration and receive an output like above. I have a requirement where i need to append every dictionary that comes under cells with the corresponding row ID in the top and save it in table. how do i do that ?
Hii all,can anybody help me in expression rule for Date Time converter. I want to display Date time in this format:11/29/2022 00:00:00 GMT+00:00 a!localVariables( local!date: ri!date, local!time: ri!time, local!split: split(local!time, ":"), local!day: day(local!date), local!month: month(local!date), local!year: year(local!date), gmt(datetime( local!year, local!month, local!day, local!split[1], local!split[2], local!split[3] ),ri!timezone), ) The above code given Date and time format like :1/17/2023 10:23 AM GMT+00:00(Date and Time). Thanks
Getting "error has occured " while trying to download "Appian selenium api",Can someone help me with this issue
hello community, I would like to try the first level exam (associate) and I wanted to ask if it was possible to take the exam in Italian/Spanish or if alternatively it was possible to use google translate Best regards
Getting this below mentioned query: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error in rule 'isbn_mapbookdetails': Invalid index: Cannot index property 'body' of type Text into type Text Since, I am new to Appian, is there anyone who can help me out?
Hi, I am having issues in my application with values being passed on. While I am checking my record relationship, I am not able to get the field entries while checking the preview. itemid field is the common field. But no entries are found. Where am I going wrong? There are two records Asset and Request. Trying to relate both these records. My Asset Record Fields. My Request Record Fields Because of this issue, I am not able to reference any asset fields in my request related interfaces. If I use two separate rule inputs to access the fields, my process models are working fine. But I want to use relationships to access my related records. I know this is a basic problem but somehow I am not able to fix it. My table looks like this Appreciate if someone helps me with fixing and letting me know where I am doing an error? Thanks
Hi Community, I am getting error while using decision to get total amount. Error says "Expression evaluation error: Syntax error. Details: Expression evaluation error at function a!textField parameter 4 [line 90]: Missing right parenthesis in expression, found COMMA"
Hi, In changing the Appian User password, can we change the password by using smartservice and interface obejct. (Not the method in which the user sets the password in Settings -> Password.) Or is there a function that allows administrators to reset(change) passwords in the Admin console? Searching through the communty pages, it seems that the function was not provided a few years ago, but now I am wondering if there has been any development. Thank you
when i debugging my process model and I want to view my form but I found this error An Error Has Occurred The task status null is invalid. Please solve my error ASAP. Thanks.
I have an array or string, I am trying to split it into multiple arrays. Input Array : {"One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten"} Output Array: { {"One","Two","Three","Four"},{"Five","Six","Seven","Eight"},{"Nine","Ten"} }
hii guys, I have a requirement of design a record action called DELETE For this i have followed documentation and approached process model method to delete record action using DELETE RECORD SMART service but im getting following error plz help me thanks in advance
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.