-
Recently active
Hi everyone. I added a new Decimal field to one of my DB tables, but when I try to map this source field to the corresponding record field in Appian the Number (Decimal) type is not available in the dropdown (please see the screenshot below). Does anyone know what could be the reason for that? Even Appian recognizes the source field as Decimal, but still doesn't give me a proper option in the choice list. I would appreciate any advice on this matter. Thank you.
Hi Experts, I have created a WEB API in which i am validating IP Address and email. Based on that I have created Integration which called that WEB API . Then In integration if I pass IP parameter null and only email is passes than it gave an error. Please help me how can handle it . Below is WEB API : a!localVariables( local!invalidipAddress: a!flatten( a!forEach( items: split( split( http!request.queryParameters.targetIp, " " ), char(10) ), expression: rule!CDM2_ER_IP_Address_Validator(fv!item) ) ), local!isInvalidEmail: if( a!isNotNullOrEmpty(http!request.queryParameters.email), not(rule!CDM2_ER_Email_Address_Validator(http!request.queryParameters.email)), false() /* If no email is provided, assume valid */ ), local!confirmIP: { ipInfo:if( and( a!isNotNullOrEmpty(http!request.queryParameters.targetIp), length(local!invalidipAddress) > 0 ), "Entered IP Addresse
I´m doing the Appian Developer Course, and in the Build an Application Step by Step part 5 I have this error, related to the Record Type: Expression evaluation error at function a!gridField_23r3 [line 51]: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 52]: User Does Not Have Rights to Perform this Operation. Can someone help me with this error?
When we upgraded the plugin from version 3.0.3 to the latest version that is 4.1.0, we started facing the following error: 2025-01-17 19:24:41,547 [http-nio-8080-exec-804] ERROR com.appiancorp.ps.plugins.filetransfer.sftp.ReturnRemoteFolderContentsOverSFTP - com.jcraft.jsch.JSchException: Auth fail for methods 'publickey,password,keyboard-interactive'Please advise.
Hi, I have a very simple need : I have a main Interface (Intf_A) displayed from an User Input task user of a process (Pr_A). In that interface I have a Button (related Action) used to display another Interface (Intf_B) which is a start Form of another Process (Pr_B). In Intf_A I have a Text field, and when I click on the Button, I need the text value to be passed to the IntF B. How may I do this without saving first the Text value in DB ?
Appian UX Design Lab is a YouTube livestream series where you can get live feedback from Appian UX design experts. Submit your interface for a chance to be featured in a live review and ask questions directly to the experts, or join us to learn from our experts as they provide actionable UX/UI design feedback. The next episode will air on January 16th, and will focus on the color use. A well-defined color scheme can improve the readability of landing pages and dashboards, highlight calls to action, and stimulate interactions in a less intrusive manner. For this round of UX design lab, please submit a landing page or dashboard that uses color to highlight key information or encourage a specific interaction. What's in it for you? Submit Your Design: Create or replicate a UI in the Appian Community Edition environment, and then share the link to your work by going to https://ap.pn/41foJH5. Get Expert Feedback: Selected applicants will receive a live UX review from one of Appian&rsquo
HI all, while uploading the document via upload file is there any option to check the Invalid multipart content type and file ending combination? if user uploading the multipart content document we have restrict the user not to upload the document.. Thanks In advance.
Hi all please help me modify my code to give 3 breadcrumbs as I have achieved to give 3 breadcrumbs but on clicking on 2nd I'm coming back to 2nd but clicking on 1st I'm not able to come back to 1st. I attached my code where there are 3 rule inputs , in which showsubmodule and show pdf is boolean and selection is list of number { a!localVariables( local!currentNodeId: if( ri!showSubModule = true, if(ri!showPDF, 3, 2), 1 ), local!nodes: a!forEach( items: enumerate(local!currentNodeId) + 1, expression: choose( fv!item, a!map(name: "Knowledge Base", identifier: 1), a!map(name: "Sub Modules", identifier: 2), a!map(name: "Show PDF", identifier: 3) ) ), a!cardLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!forEach( items: local!nodes, expression: if( fv!isLast,
Hi , Can anyone help on how to achieve this please . Thank you in advance for your help. a!localVariables( local!values: { true(), false() }, local!labels: { "Yes", "No" }, local!dropd1: null(), local!dropd2: null(), a!columnsLayout( columns: { a!columnLayout( contents: a!dropdownField( label: "Dropdown 1", choiceLabels: local!labels, choiceValues: local!values, placeholder: "Select a value", value: local!dropd1, saveInto: { local!dropd1, a!save( local!dropd2, a!match( value: local!dropd1, whenTrue: fv!value, then: false(), default: null() ) ) } ) ), a!columnLayout( contents: a!dropdownField( disabled: and(local!dropd1, not(local!dropd2)), label: "Dropdown 2", choiceLabels: local!labels, choiceValues: local!values, placeholder: "Select a value", value: local!dropd2, saveInto: { local!dropd2 } ) ) } ))------- This works but Hi , For example If i have local!labels: { "Yes", "No" ,"Others", &
Hi, When trying to convert the DOCX from the Template it is not retaining the Font Color while using DocX from dynamic template Smart Service. Below is the template Format with the Font ColorDoes anyone have the solution how to retain the Font Color
We upgraded the SFTP Functions plugin to 4.1.0, now we are getting below error while recieving or sending files using SFTP: "Algorithm negotiation fail: algorithmName=""server_host_key"" jschProposal=""ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256"" serverProposal=""ssh-rsa""" The same smart service (SFTP) worked fine with the Plugin version 3.0.3. Any idea on how to fix the issue? [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] [mention:92ac9d4559ff43edb28eaa01ed77691b:e9ed411860ed4f2ba0265705b8793d05] [mention:cd654a5ec99f4d9eb3afb367bbce9958:e9ed411860ed4f2ba0265705b8793d05] [mention:65f6155ee76a44fdb6ad252c54a7b56d:f7d226abd59f475c9d224a79e3f0ec07] [mention:a9315dfc069b47ac8a942fc16202b2e9:46448885d0e64133bbfbf0cd7b0fd6f7] [mention:132192b29a8949549f7724f828fb782a:46448885d0e64133bbfbf0cd7b0fd6f7:l
Hi All , I am facing a strange issue with my interface ,Yesterday I have worked on one of the interface ,I have clicked on save and publish also ,later some time I have opened that interface and I am not able to see any code in expression of that . It opened like unnamed interface, but code in that interface is working fine in the dependent interface. When I am trying to open that interface it is opening like a new interface(unnamed interface).I am not able to deploy the same interface from another environment also. Can anyone please let me know the solution for this issue?
This error occurs on start process. Please somebody explain this error.
Hi guys, I'm on Appian version 23.2, I need to create a process that deletes all documents in a folder, all, not one. I have not found any component to do it, can you help me? Is there an option to do this?
Received requirement where needs to introduce 2 button named "TOP" and "BOTTOM" in the UI. On click of "TOP" button the focus of the UI should be moved to top of the UI and on click of "BOTTOM" button the focus of the UI should be moved to bottom of the UI. Is this achievable in Appian? If any suggestions please share.
Question : we have a employee table , we applied the partitions and indexes on the table to certain field. But the employee table is sync able record type , will the partition and indexes really gonna make any impact when i execute Query record on it ?
Hello, I have a record that includes a filter search functionality.
Error Evaluating UI Expression Expression evaluation error [evaluation ID = 6b656:9a842] in rule 'authorization_screen' : class java.lang.String cannot be cast to class com.appiancorp.core.data.Dictionary (java.lang.String is in module java.base of loader 'bootstrap'; com.appiancorp.core.data.Dictionary is in unnamed module of loader com.appiancorp.tomcat.loader.AppianWebappClassLoader @280e8a1a)
I´m starting the process for Debugging and it gets stucked in the Script Task, with the green box. I click refresh and it does not change anything, still the green box. Please let me know if I can do anything else to fix it. Thanks in advance!
Hi, BELOW Is SORT where we used a!save(local!a, index(sort(somevalue)),1,Null) Now after upgrading im getting error in interface invalid function {"SORT"} WHAT is the replacement of SORT NOW
Hi Team, I want to give access to all users to comment and view on case summary page in workspace, However want only managers/Admin to act(complete) on the cases(Tasks).Please help me to achieve this functionality. Thanks in advance
hi all, I have created announcement page where I have implemented delete button on the card when user click on that delete button that aprticular announcement deltes but page doesnt refreshes please help me achieve this a!localVariables( local!refreshVar: 0, local!bannerType, local!textValue1, local!textValue2, local!showInformationBanner: false, local!currentKeyword, local!selectedKeyword, local!announcementList:a!refreshVariable( value: rule!SLS_QRY_getAnnouncementDetails( title:local!selectedKeyword ), refreshOnVarChange: local!refreshVar, /*refreshAlways: true*/ ), local!announcementDetails: 'recordType!{71a7c745-7557-423b-b26e-5ea2b74ed0fa}SLS Announcement Sync'( 'recordType!{71a7c745-7557-423b-b26e-5ea2b74ed0fa}SLS Announcement Sync.fields.{616d2803-cf38-4c6b-93c1-81b0eeb76d52}announcementDate':now(), 'recordType!{71a7c745-7557-423b-b26e-5ea2b74ed0fa}SLS Announcement Sync.fields.{d18a41cf-dce9-4456-8339-0344b4668
I have an expression rule that returns a value based on rule inputs. When I run this rule as it own passing my test inputs, it gets the data I expect (an integer or 0). But when I run the rule in process model B, I get null as output even though my expression rule has no condition returning null. This is the expression rule with inputs and it's output Below is how I set up activity class of the script task inputs, I then saved it into a process variable pv!autoCaseTye in the outputs. However I only receive null as output instead of 50. The node that runs the rule has the exact same inputs and data type. It should return the same value as expression rule. How do I check the issue?
I am using Appian 24.3. I saw Appian has AI test case generation feature and I want to take a try, What I expected: What I actually got: Is there any setting I missed?
With CDT, we can use @Version annotation for optimistic locking. Optimistic locking is a concurrency control mechanism in which it ensures that concurrent transactions will not conflict with each other. If there is a chance of conflict during transactions, the transaction having an older version number will be aborted. Can we achieve a similar thing using Records?
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.