-
Recently active
please tell me how to validate email address without regex means with the help of like function . I am writing this expression : like(ri!email,"*@gmail.com") but i want to validate every field like first character should not be digit and all .help me to sort out this
Code snippet below shows a filter for field test whose value is reviewing. a!queryFilter( field: recordType! a.fields.test operator: "=", value: "Reviewing" ) How can I filter field test whose values are "reviewing" or null? I should be able to get rows 1 and 2 test 1 reviewing 2 3 resolved
How to index values from Record Type. For Example: how to index location from this
I am trying to connect the target vehicle.vehiclelastmodifiedby but its not listed as an option. Where do I go to fix this issue?
Dear All, Can anyone please tell me how to create connected system for active directory, because there is no template for active directory in Appian. Thanks in advance!
is there any way to apply tool tip in rich text item.
Hi Experts, Looking forward for your help. We have created a process model where we are running two process flows simultaneously using "AND" Gateway and we want our last node to be executed only once. But the problem we are facing here is that the last node is executing twice due to the "AND" Gateway. Is there any alternative solution so that the last node will be executed only once along with the "AND" Gateway? Thanks
Hi, I'm getting error message from Record Type object. Not enough disk space to complete sync. https://docs.appian.com/suite/help/22.2/Records_Monitoring_Details.html What should I do to fix this problem?
Hi Team, How do we filter the query entity with datetime (2023-01-13 14:03:59) like how we filter a string. Can anyone please tell how can we filter the entity with one specific datetime value? Eg: a!queryFilter( field: "value", operator: "=", value: "test" ),
Hi Everyone, Can anyone please help me how can I open different record views through record link function based on input params in interface. Thank you
Hello everyone, I am using the add row dynamic link in the editable grid interface for the child interface. I have field as story points for the parent interface and also have story point for child interface. Lets say I have story points 5 for the parents interface. Is there any way to automatically pop up another row without clicking the add row dynamic link when the child interface story point is not equal to 5. Lets say parent interface story point is 5. So if I put 2 as story point for field in child interface another row will pop up without clicking the add row dynamic link.
Hi Team, I am using the below code snippet for the links column and separating multiple links using semicolons. a!gridColumn( label: "Links", sortField: 'recordType!LA Record Link.fields.links', value: a!richTextDisplayField( label: "Real Links", value: a!forEach( items: split(fv!row['recordType!LA Record Link.fields.links'], ";"), expression: a!richTextItem( text: fv!item & char(10), link: a!safeLink( uri: fv!item, openLinkIn: "NEW_TAB" ), linkStyle: "STANDALONE" ) ) ) ) But when the user is inserting a link with the below texttool link- https://www.google.com/ it is giving an error tool link - https://www.google.com/ is not a permitted URI under the configured security rules and cannot be cast to safeUri. (APNX-1-4198-000). Even the tool record type interface is not working until I delete the record from the database. We tested multiple cases and found if we write
Hi Eperts, I have one senerio that : I have a dropdown list which contains 14 values in List like(BC, AB, ON,NB,CB,JK,HG,FG and so on). I want when I should be able to press the B button on my keyboard and then TAB to the next text field with the system knowing B=BC, or BA a!dropdownField( label:"provinceLabel", labelPosition: "ABOVE", placeholder: "Select a Province", choiceLabels: cons!SCE_COPA_PROVINCE_LIST, choiceValues: cons!SCE_COPA_PROVINCE_LIST, value: ri!record.province, saveInto: ri!record.province, ) Thanks
I have a requirement to count number of working days in a month where Saturdays & Sundays are always week-off. Also, I need to substract national holidays like Christmas/ New Year etc. Please help me with it.
Hi 1 or more paths can exit an OR gateway. If more than 1 paths exit an OR gateway, how can I make the paths back to one path? Thank you
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
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.