-
Recently active
Hi, I am trying to understand the non functional requirements for Appian applications. Can some one suggest the ideal time to render the application from your experience. 1. Full screen with buttons and images 2. ideal response time to bring data from Appian db 3. ideal response time to bring data from integrations 4. ideal response time for the button click Thanks
Hi All, I am preparing for the Appian Analyst Certification and I will need to dive into a number of documents in order to understand all topics. Can you recommend the most helpful documents/sources for me to study (I am not a developer) ? Also, are they any previous exams/examples I can refer to in order to practice ? Thank you in advance
I knew Activity Chaining is configured when same user have to perform multiple user input tasks without navigating to tasks list . Can some one let me know where other places we can use Activity chaining and uses of it .Can we stop using Activity chaining in middle of PM where we have Start Process Smart Service (MNI)( the intention of start process smart service is to just trigger another Pm and no data needed from that PM into parent) and then continue after that node?
Hi, i have an array of numbers like this{ 10, 5, 6, 9, 8, 11, 7, 4, 2, 13, 16, 1, 5 }I want split this array in several arrays in wich the sum of all element must be maximum 20.There is any snippet for doing this easily?Thanks
Hi Is there any code in app market to build ChatBOT like interface to provide comments in a box, a button to submit in Appian. Thanks Bihitak
Hi All, Currently the user clicks on the record ID link to go to the summary of the record (In a read only grid). Is it possible in Appian for the user to double click on any where in the row for us to be able to launch the summary screen, instead of an icon how its currently set up? thanks again
here in the image 1st, 2nd and 3rd columns are input and it has to generate the 4th, 5th and 6th column can anyone help me with this 4th column will be calculated with 3rd column/1st column 5th is minus of 4th column 6th is increment of 1 year for brief it is a depreciation logic for every year
Hello, in my case I have a table created with editable grid which contains a hierarchy. My problem is that I should indent this table with spaces and not with dots as in the given example, but I don't know how. To obtain that array with dots I have a small rule with return an array with N dots, but if I try with " ", the result will be also " ". Example 1: nr=5 -> concat(repeat(ri!nr,".")) -> "....." Example 2: nr=5 ->concat(repeat(ri!nr," ")) -> " ", what I want is " ". Can you help me? Even with another variant than the one I had?
I need to input data into the database utilizing the 'write to record data' service. I have mapped out the data and now require storage within the database.I have converted all data to map now i want to store the same into the database
we are going to build CI/CD Pipeline using Github and Github Actions. Can you please assist us how to setup Appian applications in Github for Versioning ? do we have any documentation on how to create Pipeline for Appian environments using Github Actions ?
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
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.