-
Recently active
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.
Hi, When I try to add date using Today() ,value is saving into the database properly (Refer to the below attached screen shot) Whereas when I try to load into the grid using RecordType, it was showing like below. Any advises on this please.
Hi, I am trying to substitute few characters from input string and store/display in the rule input variable (i.e. target). SAIL: a!localVariables( { a!buttonArrayLayout( buttons: a!buttonWidget( label: "Add", value: "Add", saveInto: a!save(ri!target,"2323432345,2343234543,4433443323") ) ), a!forEach( items: ri!target, expression: a!paragraphField( label: "Target", labelPosition: "COLLAPSED", value: substitute(fv!item, ",", char(10)), saveInto: a!save(fv!item,substitute(fv!item, ",", char(10))), required: true, refreshAfter: "UNFOCUS", ) ) }) In the image above I have used substitute( ) function to replace all comma ( , ) character with char(10) but as you can see the display value is converted to desired format where as the data stored in rule input remains the same (comma separated). Please help me convert the data : From : 2323432345,2343234543,4433443323 To : 23
Hi, I am using a Execute Stored Procedure smart service and it is returning 2 result set and each result set is returning with multiple values. Now, when I try to grab the store procedure output result into a variable like below, I am getting an error. An error occurred while evaluating expression: keys:AC!ResultSets[0] (Invalid index (0) for list: valid range is 1..2) (Data Outputs)
Hi all, How can I cast True or false into yes or no?is there any function to convert like this? Thanks in advance
Hi, I am trying to use "Sync Records" smart service after using "Execute Stored Procedure" I found in the documentation that in order to use "Sync Records" smart service with a service-backed record type, you must first configure a Sync Expression on your record type. As per the documentation, in order to generate a new Sync Expression, I have to follow the below steps docs.appian.com/.../records-data-sync.html In the record type, go to Sync Options. Under Sync Changed Records, locate Configure Sync Expression and click + GENERATE EXPRESSION RULE. But, unfortunately I am not able to find the "GENERATE EXPRESSION RULE" under Sync Changed Records. Any advise here.
Hi, I did set up from and other options as per the below specified screen shot, but still I am NOT getting email from IT Service Desk. I am getting an email from "appian-alerts@nsroot.net; on behalf of; XXX, XXX.com". Do I need to change any other setting any where to reflect this.
Hi, Does anyone knows how to fix this? And also what configurations should I set to run my test in headless chrome? Thanks.
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.