-
Recently active
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
If we configure timer on User Input Task in Exceptions and routed it to end Node, will task be available for users. Is there any way after timeout on user Input task , the task should be available in users task lists .
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
Is there a way we can customize the Appian login screen, for a client that is using a cloud instance?The client has a need to add a link to the Appian login screen. Can we use the Administration Console Terms of Service Agreement for that?Is there a way to put a link there, instead of full text?
hello! Does anyone know why I get this error some days at night?
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 ?
Hi, I have a scenario for the closed requests when i am reopening whatever the documents that i have attached in old closed case after reopening new case for correction all the old case documents needs to displayed under new case other attachments tab so the documents is displaying correctly But now in those documents whatever the document type is "MMRF" i want that document needs to be removed and it should not display under other attachments tab after reopening case could you please suggest on this how to achieve tried using remove or delete document of that specific type but didn't worked Below is the pv variable data that i am passing to reopened case: pv!checkRequest_cdt.attachments.documentId saving it in other attachments pv variable target attachments is one column which is nested CDT in checkRequest cdt The data in cdt will be like below in that below if documentType = MMRF that one i dont want to be displayed under other attachment for reopening case attac
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?
Hi, As per my requirement I need to show buffering/loading image while validating the data. However I can able to show that image, but its showing with borders and when I clicked on that its enlarging to full screen. Please suggest any other option which is not clickable and show buffering/loading gif image. Thank you.
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!
I have created a word document with chart figure, I able to pass the label via the smart service in the process model, but I couldn't pass the data. How can I pass the data via "MS Word 2007 Doc from Template" or "DOCX From Dynamic Template" > Thank you!
Start process will use different engine and subprocess will use same parent engine? What is mean by engine. Could anyone explain me?
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.
Hello, I am getting this error whenever I try to save and publish my process model. It's so weird because I do not have any constant with the name in the screenshot. I've looked all over my interface and it doesn't exist. The only two constants that I have are pointers to a connected system I made. It's worth mentioning that since I'm developing something relevant to another existing interface that did have that constant, I'm assuming the error is persisting because of it? I deleted the original process model and made one from scratch, still didn't work. I also generated a new action from the related record type, replaced the automatically generated interface with my own and the error still persists Any help is appreciated! I've searched everywhere but couldn't find any solution to this.
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.
My interface hides or shows buttons based on the users role, determined by "loggedInUser()". I would like to test the interface mocking different logged in users. Is there a way to achieve that?
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 Team, When i select multiple records, it is showing in the grid. If you search with the linkable fields it shows me the summary about that record. But if I hit back on the screen, the records i have selected vanishes. I have to again select and access their details. Is there any way we can configure the interface to get the screen that shows the grid fields.
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.