-
Recently active
Hi readers, I would like to know the use of publishing an application. Even if the application is not published it can be used right? then what is the use of publishing the application ??
Hi All, Do anyone know why the below code is coming when the PDF is downloading from SAIL? {"error":"APNX-1-0000-000","message":"Invalid Content ID","title":"An Error Has Occurred"}
Hello, I am new in appian and I need to import a excel and save in local variable, after that I need to validate the content of the file (number of columns, etc), I don't how to start. Could recommend me the function to do it, Could you help me , please? Best regards,
Hi, what are the necessary thing which are required for successful import application process (one environment to another) from older version to latest version in APPIAN?
Hi, There is supposed to be a Data tab, Functions and Rules and Constant tab on the expression editor. However, I am not able to see these tabs on my expression editor. Being new to Appian I am sure I am not doing something in order to view these tab. Can someone help ?? Of course not a big problem.. I can always type the expression but just wondering why am I unable to see these tabs thanks in advance jaideep
Hi, to print large numbers as it is with decimals. for ex: 12367864322345678965.0000008 output need to be same as this 12367864322345678965.0000008.How can I achieve this?
I just want to convert exponential values to number,which function should i use?if i give large number like more than 12 digits ,it should return as same as that number. Can someone answer this?
[Where can I find the table that contains data of process report in the Appian installation databse?] I checked the part where the informatin of the process report is queried through the [a!queryProcessAnalytics() ]. I want to know where the data of the "Process Report" is stored in the Appian Installation Database. I checked all the tables in the Appian Installation Database, but couldn't find it. If I want to check the information(table) accumulated in the "Process Report" in the Appian Installation database, How can I do it? Thank you.
Hi Friends, How to validate two rows and also between rows where the two rows are equal. please let me know how to do...
as title, my excel column logintime previously let it transimit to be text(String) into database successfully. However, if i want it directly insert into datetime format always fail, the example shows in excel as "2019/11/28 8:08:27"
Hi, Seeing the following error: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error in rule 'adv_getaddresses' at function 'type!{urn:com:appian:types:ADV}ADV_Address' (invalid) [line 23]: Invalid function 'type!{urn:com:appian:types:ADV}ADV_Address' due to invalid type a!localVariables( local!locationsList: rule!ADV_getAddresses(addressId:NULL), { a!sectionLayout( label: "Address", contents: { a!radioButtonField( label: "Radio Buttons", labelPosition: "COLLAPSED", choiceLabels: a!forEach( items: local!locationsList, expression: fv!item.shippingAddress & " " & if(isnull(fv!item.unitNumber), null,"Unit#"& fv!item.unitNumber) & " " & fv!item.city & " , " & fv!item.stateOrProvince & " " & fv!item.postalCode ), choiceValues: local!locationsList, saveIn
Hi, New to Appian..basic question Learning the 'Exercise 9: Process Modeling 101, Part 2' (Page 4 and 5) for Certified Associate Developer Course. Relevant Text - annotated below. I need to create a Maintenance Request Interface with few read only fields: Make, Model, etc. The instruction below says to fill the 'Save Input To'. Is it required if the fields are read only ? thanks in advance :-) jaideep
Hi, Working on the Advance section of the Appian Developer course and the Exercise is to build an interface using expressions to add new items to the Office Supply Inventory. I am seeing the following error and it is not displaying the interface in the preview section. Kindly pls help!! Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!columnLayout [line 4]: The contents field on a column layout cannot contain a column layout. Received a column layout at index 1. The code I am using is: a!formLayout( label: "Add Item to Inventory", contents: { a!columnLayout( contents: { a!columnLayout( contents: { a!sectionLayout( label: "Item Information", contents: { a!textField( label: "Item Name", value: ri!item.name, saveInto: ri!item.name, required: true ), a!paragraphField( label: "Description", value: ri!item.description, saveInto: ri!item.description, required: true ),
Hello, I new in appian and a have a trouble with radio button, I have an interface with textfield and rabio button, (name, ID) I need to validate the textfield acccoriding to selecton made in radio button. I mean, If In rabio burron I chosse (name), the textfield only recive charters, if I choose ID in textfiled put only numbers. I've created a localvariable to save the seleccion, But I don't know how to continue.. Colud you help me, pelase? Best regards
Hi, I created an Interface in which I am making one form, I want on clicking the Submit button -I am redirected to a link which I will be mentioning in the submit button. Please help me in achieving this functionality. @all Looking forward to your response, Thank you in advance.
How to post news feeds in the Facebook through Appian. example: if I post I'm happy in Appian then I should be able to post the same in LinkedIn.
Hi All, I have created a HR dashboard where a HR can pick any application in read only mode after that HR can Select and Reject candidate. so in this when i am creating a related action for Select and reject so i can easily able to create a process model for HR to select candidate application but I am stuck at reject point because I need to give rejection reason to the applicant when they are going to reject by HR, Below is the process model which i have created so anyone can help me for giving Rejection reasons to the applicant while rejecting and also tell me, When i will reject the candidate so rejected applications will be store in cloud Databases or it will delete the Candidate's applications from database.
In the business case i am working , i need to make a backflow to previous stages to review some points when i set user input task to multiple , the interface stop catching or saving data
i want to validate pan number ?
Hi, I'm looking for a method to allow me to make a button or link to print a section from an interface as image file or pdf file.Thank You
Hi.. How can I display data i.e. After uploading file, I should get data that is who has added the document and at what time. Also uploaded document should be save and user can delete the row as well,
In the Records while I am trying to create 'Action'. I was unable to found 'New Action' option in 'List'. Please can anyone help me.
Hi all: When I upgrade appian from 20.1 to 20.3 with the upgrade guide https://docs.appian.com/suite/help/21.3/Upgrade_Guide.html#custom-spring-security-configurations; After I upgrade step by step as step 8 Start Appian,(We use systemd to start appian, ) we can systemctl start appian-services successfully , but when I use status script to show the status of cluster , it prints that exectaion 02 of 3 nodes are starting but not running and any other engines status are OK). when I try to search logs, there are nothing error on services_manager.log or executation02.log or executaion02.err. can anyone advise me how to fix it
Is there is any prebuilt function in Appian to Convert date format in plain text "APR 1, 2021" to "YYYY-MM-DD" or can we write a custom function to achieve this ?
IHelo, I new in Appian, and, I need to validate that in a texfield, the user on type characters,, I mean (oaoa, mama, ect), NO number. is there a special functions? Could you hlp me please?
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.