-
Recently active
How to code for "display values from drop-down depending of the selected values? Cany any one provide sample code using the rule inputs for this?
Pls answer the below questions 1.What is Record Filter? When do we use? Pls give some simple examples Thanks in Advance!
I has doing the new tutorial and in this exercice when a search for the table aavehicle it does not existe and were are the car images aviable to import to my enviroment. I dont know if i am the only one with this problem, if can help.
if i upload a file and submit to initiate the process model which contains import to database part, then it report "invalid contentID",but the upload file variable is there if check with process instance, then i reclick the button of submit, it goes into database successfully, why it always have such error at first time? Processing memory low?
a!formLayout( label: "Create Incident Management", contents: { a!boxLayout( label: "Requestor Details", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Requestor", labelPosition: "ABOVE", value: loggedInUser(), saveInto: {}, refreshAfter: "UNFOCUS", readOnly: true(), validations: {} ) } ), a!columnLayout( contents: { a!textField( label: "Designation", labelPosition: "ABOVE", value: "Project Lead", saveInto: {}, refreshAfter: "UNFOCUS", readOnly: true(), validations: {} ) } ) } ) }, style: "ACCENT" ), ri!subCategory: choose( if(isnull(ri!category),1,ri!category), {"Laptop Issue","Internet Issue"}, {"Cabs Issue","AC Issue"}, {"Salary Issue","Project Allocation Issue"}, {"Finance Planning","Fund Raising"} ), a!sectionLayout( label: "Incident Category", content
Hi everyone, I was trying to send an email from a process model (with the "send e-mail" node) where the text to be sent is a text variable that you write in a a!paragraphField. The problem is that in email that you recieve, the linebreaks of the text variable disappears. This is what you see in the a!paragraphField And this is what you recieve in the email In the setup of the email node, in the message body, I only put the process variable that I get from the interface with the text. So can anybody help me to see the same structure in the a!paragraphField and in the final email? Thank you! Sergio.
I upload a excel and saved into database, then report such error
as title, when i start an interface it always report this error, what is wrong?
what should i fill in each blank of smart service in process model, or in interface smart service code?
Hi, Can we implement this for readonly grid? https://docs.appian.com/suite/help/21.3/recipe-use-selection-for-bulk-actions-in-an-inline-editable-grid.html
Hi guys, I am new to appian, anyone explain this code line by line briefly. if(rule!AF_RULE_General_isBlank(wherecontains(cons!GCC_DSE_cons_getReadOnlyDrillStatus, tointeger(local!drill.drillStatus))), remove(local! facilityFloors, wherecontains (false,local! facilityFloors.isActive)), if(not(rule!AF_RULE_General_isBlank(local!drillfacilityFloors)), local! drillfacilityFloors, remove(local!facilityFloors, wherecontains (false,local!facilityFloors.isActive))))
what i fill is batch size 1000, datasource name:jdbc/Appian, excel document:cons!ofuploadedexcel, newcolumn:null, newcolumnvalue:null, Number of columns to read in row: column number of excel document, sheetNumber:1, table name:constant of table name but it report error index:1 size:1, what it mean?
Hi All, I am using the export datastore entity to excel smart service to export records from database. But it gives duplicate records. I am using the filter condition as given below in data input section of smart service: = a!queryLogicalExpression( operator: "AND", filters: { if(isnull(pv!study), {}, a!queryFilter( field: "study", operator: "in", value: pv!study ) ), if(isnull(pv!category), {}, a!queryFilter( field: "rootCauseCategory", operator: "in", value: pv!category) ), if(isnull(pv!siteDepotLoc), {}, a!queryFilter( field: "siteDepotLoc", operator: "in", value:pv!siteDepotLoc ) ), if(isnull(pv!excursionType), {}, a!queryFilter( field: "excursionType", operator: "in", value: pv!excursionType ) ), a!queryFilter( field: "dateReported", operator: "between", value: { pv!dateReportedFrom, pv!dateReportedTo }, applywhen: not( or( rule!APN_isEmpty(pv!dateReportedFrom), rule!APN_isEmpty(pv!dateReportedTo) ) )), if(isnull(pv!otherRootCause), {}
Hello, I have this error in an Interface and I don't how to solve: Se ha producido un error en la expresión a!forEach() durante la iteración 1: Error de evaluación de expresión at function 'tointeger' [line 118]: Could not cast from User to Number (Integer) Could you help me , please?
if I toString(1-groupname) just return group:1, but if i want to transfer (1-groupname) return "1-groupName" both then how to do it?
Hi, I have a editable grid. https://docs.appian.com/suite/help/21.4/recipe-add-edit-and-remove-data-in-an-inline-editable-grid.html In the summary page, the entered values in the grid has to be displayed. The values of the grid are displayed only after the view is refreshing the page. How can we handle when the grid is updated and after submitting it is re-directed to summary view. And values should be displayed by Auto-refresh.
Hi, I have taken my exam on 4th December. I have failed that attempt. When can I take my second attempt? Is it possible to write after a week?
as title,I want to get a user's group name and extract info save to other place, user() don't contain user's info, how to do it?
I am using function, user(fv!row.userName,"email"). In this if the username is null I am getting the error: Expression evalution error at function 'user': [InvalidUserException] Is there any way to put validation that if username is null then it should not throw error or show like no valid email ID
Hi everyone, Hope everyone is doing well and safe. As I am new to Appian, Could anyone of you help me with how can I set the Site as default start page? Thank you all in advance! Regards, Shubham Kumar
a!queryFilter( field: "compliantFlag_txt", operator: "=", value: "yes" ), a!queryFilter( field: "compliantFlag_txt", operator: "=", value: "No" ), a!queryFilter( field: "proposedAction_txt", operator: "=", value:"Released Proposed" ), a!queryFilter( field: "proposedAction_txt", operator: "=", value:"Delete Proposed" ) how can i write these 4 filters into 2 filters...
Hi, i want to know if i build an aplication in English for exemple and i want the same application in another language, but i dont know how t write in that language.Should i create a duplicate of the aplication an try to use some translator tool like google translate for every text? Or there is some tool that allows me to incorporate in the same app diferente languages? (note: i dont want to translate for developers, i need to translate for users of the application)
I am writing this as of December 6, 2021. Just like to ask if I can just use the auto generated folders for this exericse? It's confusing since in the videos, these auto generated folders do not exist. In this screenshot, the only folder I created on my own is the AX Rules, which is what the pdf instructed. Auto generated folder does not exist in the course video. PDF instructions: Concerned course: https://academy.appian.com/#/online-courses/7dc54e85-7f6e-4e64-a073-202a2f471e39
I lost my phone with okta verify and cant get access to work account. Is it possible to request verification mail to @ or mobile phone?
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.