-
Recently active
Do we get course completion certificate for Appian Analyst course in Appian community
Given an array of size N-1 such that it only contains distinct integers in the range of 1 to N. Find the missing element. Example 1: Input:N = 5A[] = {1,2,3,5}Output: 4
Hi Team, Can we disable a related action based on a condition? Eg: We have a record action to update the form, if the user submits the form the update option button should be disabled. Thanks.
Given an expression string exp, write a program to examine whether the pairs and the orders of "{","}","(",")","[","]"are correct in exp. For example, the program should print true for exp = "[()]{}{[()()]()}"and false for exp = "[(])"
Hi, Users who are part of one specific group trying to submit a form and which triggers an email to the people those who are part of the same group along with other group. When I try to access the other group users in the expression rule like below, I am encountering an error. local!visibilityUsers: a!groupMembers( group: cons!AA_GRP_VISIBILITY_USER, memberType: "USER" ), ERROR Details: Problem: An invalid expression has been encountered in a task. Details: An error occurred while evaluating expression: xxxxx Expression evaluation error in rule 'AA_getEaddresses' at function a!groupMembers [line 99]: Expression evaluation error at function 'a!groupMembers': : Insufficient permission) (Data Outputs) Recommended Action: Check the expression including any function requirements and resume. Priority of this problem: High Priority
Use Case: A form as 10 fields out of which 4 are auto filled when a user lands on the page (auto filled fields are: 1. create date , 2. modified date, 3.created by and 4.modified by), rest 6 fields requires users input. When user saves the form by clicking on save button the system is giving the message as it is saved. However, it doesn't save the data to the DB. While manual debugging when the user modifies the auto-filled fields and then clicks on save button then all the data in 10 fields are saving to DB. I am not sure what is missing. I followed this tutorial to create this form -https://docs.appian.com/suite/help/21.3/Records_Tutorial.html For autofill of 4 fields I have used following functions: 1. create date: local!storedValue:now() 2. modified date: local!storedValue:now() 3.created by: loggedInUser() 4.modified by: loggedInUser() Can someone help in fixing this issue? Thanks!
please share appian designer i eger to learn
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order. Example 1: Input: nums = [2,7,11,15], target = 9 Output: [0,1] Explanation: Because nums[0] + nums[1] == 9, we return [0, 1].
Hi All, I want to save some local variable after the button "submit" is pressed.But Submit button located in other interface (details are there in one interface and we are using details interface in other interfcae which has SUBMIT button.So where can I use this a!save(target,value) to store local variable?
Hi Everyone, Is there a way for the end-users of the Appian application to adjust the frequency as well as the capability to turn on/off email notifications from the front-end in the long run? Thanks
Hello i am trying to make validation for editable grid in appian so i am not able to enter same value into multiple rows but even when value is entered only in one row validation is triggered. Here is the code for validation: validations: if(fv!item.value = local!arrayOfStrings,"Id already exist",""), fv!item.value is always there at least once as it is automatically stored in local!arrayOfString so even if it is not in local variable once i entered the value into grid it is saved into array so i need to check if it is there more than once thanks for any advice in advance
Hi, I am getting following exception error while running fittnesse test: _EXCEPTION__:org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to localhost:57708/.../98ab4b7f-1fff-48c0-88eb-853c24056bed Build info: version: '4.1.2', revision: '9a5a329c5a' System info: host: 'DESKTOP-88E80PB', ip: '10.0.0.252', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_251' Driver info: driver.version: ChromeDriver at org.openqa.selenium.remote.http.netty.NettyWebSocket.<init>(NettyWebSocket.java:104) [selenium-remote-driver-4.1.2.jar] at org.openqa.selenium.remote.http.netty.NettyWebSocket.lambda$create$3(NettyWebSocket.java:137) [selenium-remote-driver-4.1.2.jar] at org.openqa.selenium.remote.http.netty.NettyClient.openSocket(NettyClient.java:118) [selenium-remote-driver-4.1.2.jar] at org.openqa.selenium.devtools.Connection.<init>(Connection.ja
Hello, ALL. Can someone Just give me a step-by-step about How to insert data into a DB from a site? I Just trying during ALL the day nd dont know How to do.
Hi, When I try to export the entire application code, we are encountering the below error. Not sure what might have caused the issue. Any advises, please. group 99 _e-0000c90c-c915-8000-4e54-011a94011e94_199: The data for group [id=99 _e-0000c90c-c915-8000-4e54-011a94011e94_199] could not be retrieved for export. Cause: Insufficient permission (APNX-1-4071-002)
Hello, I am new to Appian. I have a user input form and a pre-populated database. What I want to achieve here is, after the user submits the form, in the process model, both sides of the data will be checked, and if the data matches, the process model will generate a specific document including those data Thank you in advance
Hi, Values are loading into process variable of process model but they are not visible in the form .How can I get them into the form Many thanks in advance
Hi All, I have made some changes in interface (adding another interface having grid values) .I have tested by passing inputs in the interface changes that I made are visible but they are not loading into process model . How can I get them into process model
Hi , How can I overcome this error. Expression evaluation error : Cannot compare incompatible operands of type List of Variant and type Number (Integer)..index(ri!approval,"meetingId",{})=ri!meetingID //ri! approval type is on etable and array is enabled,whereas meeting id is number
Hi, I have been using Appian for last 6 months, I'm beginner. Through my learning path for Appian Developer I have decsoverd confusion in online course 23.1 Exercise 3: Manage Users and Groups. On page 5 in exercise 3 under note it says that Editor permission level allows users to delete documents, but documentation on your site says that user must have Administrator permission to the document and its folder in order to delete it. Please help me understand.
Can any one send me where is integration video tutorials for practising in deep
I have a dropdown on an Create record action interface that utilizes a related table for its values. On the Update record action interface I need to have the same dropdown in case it needs to be updated, however I need it to retain the selection that was made when the record was added. I am struggling to setup that connection on the Update interface.
Buenos días. Mi pregunta es: ¿Durante el examen de certificación es posible traducir con google translate? Gracias.
Hi All, Kindly help me I want to use Email in the process model . Like example I am using any smart service (like write to data store entity) then this nodes fails . if the node fails than I want to send email through using email service in the process rather than the group alert or any name mention in alert. And How to configure it? Thanks
Hi I just finished the ACME Automobile App, and I would like to start building the Acme IT Management (AIM) but i can't find the application in the Appian Designer community edition
Hi, I am new to Appian and I am trying using a rule object as grid data source. but getting below error Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!gridField [line 2]: A grid component [label="Read-only Grid"] has an invalid value for "columns". A grid column [label="Vehicleid"] has encountered an error. Expression evaluation error: AX TestVehicle can only be indexed into using square brackets or the index function This is written in the interface { a!gridField( label: "Read-only Grid", labelPosition: "ABOVE", data: rule!AX_SearchVehicles(), columns: { a!gridColumn( label: "Vehicleid", sortField: "vehicleid", value: fv!row.vehicleid ), a!gridColumn( label: "Vehiclemake", sortField: "vehiclemake", value: fv!row.vehiclemake ), a!gridColumn( label: "Vehiclemodel", sortField: "vehiclemodel", value: fv!row.
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.