-
Recently active
How do I get into edit mode to update a record without having to go through the Related Actions link first? This is beyond crazy that Appian forces someone to perform an extra mouse click when there should be an option to put the update and delete links directly on the summary page. Why is this even a thing? There is no reason why your two most common dataset record actions require a completely separate page in order to access.
Hi, I have a text field where user is entering website. I am using below line of code to provide a link to the user to navigate to the website. Issue is when user to try to enter link "www.google.com" or "google.com" and when they came to the link and hit it is throwing an error. if( a!isNotNullOrEmpty(ri!site), a!richTextItem( text: ri!site, link: a!safeLink(uri: ri!site,openLinkIn: "NEW_TAB") ), "" ) Any suggestions from anyone.
I am using Export Data Store Entity To Excel smart service to export the data from a table to excel file. When I export everything from the table it works well, however when I use Selection = a!querySelection( columns: { a!queryColumn( field: pv!exportData.TechSpec, alias: "Tech_Spec" ), a!queryColumn( field: pv!exportData.Preservation_Demand, alias: "Preservation_Demand" ) } ) I get this error below : Please help me with it.
Hi, I am trying to create new document channel in IDP on my client environment. After submitting the name for the new document channel, I am supposed to see 4 groups in Application designers which starts with the same name as that of the new channel. These groups are to be added to the IDP application, but these are not getting created. I would like to know whether this is an environment issue or some configuration which has not been enabled as it is a new environment. Regards, Deepak Devarajan
Hi team, Is there a way we can get user level logged in information. Eg: User1 logged in 5 AM EST and worked on 2 Application. Spent 2 hours on App 1 and 1 hour on App2.
Write a program to get a list, sorted in increasing order by the last element in each tuple from a given list of non-empty tuples. Input: [(1, 3), (3, 2), (2, 1)] Output: [(2, 1), (3, 2), (1, 3)]
Hi, My current system date and time is 5/25/2023 9:03 PM and also, I am passing now() to one of the pv variables (Image#1). Image#1 But, when I try to see the db saved value, it was showing as "5/26/2023 01:03:40". Can someone advise me, where it was going wrong. Thanks in advance.
Hi Team, How do we check if the dictionary has one of the value as null. ERROR ---------- Expression evaluation error at function a!forEach [line 8]: Error in a!forEach() expression during iteration 2: Expression evaluation error in rule 'config_temp': Invalid index (1) for list: valid range is empty Eg: dict1:{ field1:"value1", field2:"value2", field3:"" } Now, in my logic I'm trying to get each field value and storing in a variable. index(local!data,"field3",null())
Hi all. I took the exam and failed. I scored really low on SDLC information, expressions rules and process models. Where should I go to further study those three concepts? Specifically, I had a hard time knowing which Appian function to use in an expression. Thank you.
Hi experts, Need your support in one task. How to restore data of User Input Task if we write some data in a Form and instead of clicking Submit/Cancel button we close the form tab after inputting 2-3 fields. And from a Task Report we go to that exact User Input Task and we want to continue from the point we left in the form. I want my data in the form that I input at the first time back. Is there a way to continue from the point I left in the form. Thank you in advance!
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
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.