-
Recently active
a!localVariables( local!selectedGroup: ri!initialGroup, local!actionTaken: if( isnull(ri!btnAction), false, or(ri!btnAction = "ADD", ri!btnAction = "MOVE") ), local!distinctUsers: if( a!isNullOrEmpty(local!selectedGroup), "Please select a group", a!flatten( a!forEach( items: local!selectedGroup, expression: a!localVariables( local!group: fv!item, a!forEach( items: getdistinctusers({ fv!item }), expression: a!map( id: fv!index, Group: local!group, Members: fv!item ) ) ) ) ) ), local!pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 10), { a!sectionLayout( label: "User & Group Management", contents: { a!pickerFieldGroups( label: "Pick Groups", labelPosition: "ABOVE", maxSelections: 5, value: ri!initialGroup, saveInto: {
Step1: Getting data using rule input. Ex: rule input is of integer type and the current value is 1000. Step 2: create local variable and fill with the rule input value that is 1000 Step 3: on button click, rule input value gets changed to 2000. CASE: As soon as rule input value is getting changed my local variable value is also updated with the new value but I don't want to update my local variable value. Local variable value should be 1000 doesn't matter my rule input value gets changed or not.
Currently, I am preparing for my Appian Certified Associate Developer ACD100 exam. I joined online forums and communities and got knowledge from experts. I took the Appian Certified Associate Developer ACD100 practice test from P2PExams and it was helpful. By taking this practice material I noticed a huge improvement in my concepts related to the final test. Now I feel that after practicing with this practice test material I can perform better in the final exam. Does anyone want to share other resources regarding ACD100 exam preparation?
let us know the steps
Hi every one, I got this error when running the code in process model. But when running it in a test expression rule, it didn't return me any error. Please have a look at the screenshots below: I tried reduce the amount of data (from 91 to only 10) but the process error still occurred. Do anyone knows the solution or possible reason for this? Thank you!
Hi Team, I have few tasks like "How to send email by user selection on interface approver field. The selected approver should receive an email. can anyone guide me ? Thank You.
Hi! I took the senior developer exam yesterday after having studied: Appian Automation (Senior Developers) Appian Portals (Senior Developers) Testing and Quality Assurance (Senior Developers) Advanced Process Modeling (Senior Developers) Integrations (Senior Developers) Advanced Expressions (Senior Developers) Delivery Methodology (Senior Developers) Appian Advanced UX Design (Senior Developers) And having 4 years working experience. I noticed many questions that were not in this material, such as Platform Maintenance and Performance questions. I want to try again but I don't know what to study. I would really appreciate your help!
I need to send my code that is in the test environment to the production environment, however, there are some group identifier errors. I do not make sense. Can someone help? Begin transport. 2024-04-12 14:29:41.99 DEBUG group 61 20a13bee-28e1-4b24-a02e-21ee270d3116 Loop detected: [group:61, group:160] 2024-04-12 14:29:41.99 DEBUG group 61 Breaking loop [group:61, group:160]. group:160 will be transported with its reference to 61 nulled out and will require a second pass.
Hi All, Is it possible to limit the number of rows displayed by an editable grid? I currently implemented paging but I doesn't do anything to the actual grid it keeps showing all the records. Basically I would like to do like a read only grid - show only 5 records then next page the 5 next following records like that. Is this possible? thanks again
Hi there, I think our Appian site to set as US central time. as the now() function returns "4/10/2024 12:37 PM CDT", if I want to convert it to China time, could anyone here know how to do it? I tried this, but does not work. local(now(), "Asia/Shanghai"), it returns: 4/10/2024 8:37 PM CDT but it should be "4/11/2024 1:37 AM" anyone can help? Regards, Lin
I am using the Send Meeting Request Smart Service to set up a meeting. It is sending the mail, updating the calendar, but not able to set it up as Teams meeting with a join link. Can anyone please help?
Hi All,Yesterday i went throught the new feature of appian case management studio, that is an great functionality that appian providing right now including a case workspace, case, entity, task records, configurable workflows, conditional tasking, workflow visualization, auditing and reporting, and so much more.But i want to know more regarding this is anyone have any idea about this what is atually the use of this in atual senerios,
Hello, I am trying to view my appian test environment on a tablet like device so I can showcase some of our items but am receiving an error after the log in page that says "Error 401 - Unauthorized. Sorry, your request could not be processed" Logging in on my phone works so im not sure why it wouldn't work on this tablet like device. The device runs an android framework. Any help would be appreciated
Hi All, Recently, We have one requirment where in Appian, Is there is any plugin to video Communication between the Appian account.
HI All, We need to read a formatted text file and then convert it to Excel sheet with headers and data. We need to create a single row for each supplier details in excel sheet along with the data per headers. Has anyone got such a requirement? Can you please suggest a way? Sample file is below see attachment/cfs-file/__key/communityserver-discussions-components-files/11/ExpenseReport.txt
Hi Everyone! Recently, we have one requirment, once the claim is submitted by the customer in the Appian portal. we need to generate and send a link to the respective customer via SMS/Whats app. In this, the link is an unauthorized link where customer click the link and acknowledge the form. In the form we need to display all the information in the readonly format and customer will go thorugh the form and acknowledge it. Once customer acknowledge the form, in appian we need to update the status. Is this possible in Appian? Thanks in advane
this is the UI using this sequence column from record i have to rearrange the UI columns how can i achieve this
Hello everyone!Scenario: A process gets an unexpected error and stops. (No error management flow, like a rule error) Is there a way to do more than the standard appian alert email and automate a robot or a process that, for example, sends that error information to other system (like opening a ticket in Service Now throguh API). Apart from the main question, what options exist if a customer wants to view all the possible monitoring information in they're own dashboards system? Information like:-Healthcheck dashboards-CPU, Ram, Disk Alerts-System Metrics -Process Alerts -Flow Errores (like integrations) The customer mentioned dynatrace (which Appian does not recomend and we have a cloud environment) and ServiceNow Thanks everyone!
Hi Team, Has anyone come across this error: "An error occurred while executing a save: This page has timed out. Changes you made may not be saved. Click OK to refresh the page." any thoughts on handling this? Actually, we found this error message from Heath check analysis report. Regards,Sandeep
If i want to write records more than 1000 rows sync fails in appian how to avoid that?
HI there, We currently have a gridfield which displays record data, and we have a requirement where on a button click we will show additional information which is fetched from an API and displayed in the grid. I'm trying to find a way to fetch the data from the API for only the records which are currently shown in the grid. Is there a way to get the list of values currently being shown in the grid without forcing the user to select them via a checkbox? Or is there an alternative solution to this? I was considering saving the paging information into a local variable and using that to query the record, which will in turn query the API, but that will only work if the user performs a paging operation. Thanks for any help.
I am facing a security issue when I use the function a!doesGroupExist() in the record additional dashboard. Is there any restriction in using this function? Appian Documentation a!doesGroupExist()
thank you always.Something unprecedented happened with the interface I was developing. Implemented in expression mode on 2024/4/4 18:00 (JST) and saved without errors.2024/4/5 09:00 (JST), Opening the same interface causes an expression error. There is no evidence that anyone has edited it. There were certainly no errors when I saved it yesterday, and I was happy to be able to display it and took a capture. However, by the end of the night, the code that worked was determined to be an error. Specifically, get the value from the record type and save the aggregated value in a local variable. The display was successful by passing the alias defined when aggregating the variable + measure to the graph.Here's how to pass it.local variable name.data["alias name"] However, the next morning, an error occurred in the .data["alias name"] part.The details of the error are as shown in the attached image. As a workaround, the issue was resolved by removing the .data["alias name"] part from the v
Hello All, In one process I am Using Send Email Notification and while executing it is failing and the error message is "Failed to send Email". Can anyone help me in this, what can be the cause of this. Thanks in advance
I'm getting an "invalid expression" error in expression. What should I do?
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.