-
Recently active
Hello all, Upgrading version to 24.3 from 23.3. we have plugin Web and XML extensions 5.4.7 and we are using function httpcallwithresponsewithkeystoreconstant in various expressions. after upgrade httpcallwithresponsewithkeystoreconstant is not working and throwing below error message: PKIX path building failed: XXX.security.provider.certpath.XXXCertPathBuilderException: unable to find valid certification path to requested target Is this plugin deprecated or is there any solution? or Any alternative solution? Thanks, Bhushan Joshi
Hello All, Our new RHEL9 Acceptance environment is upgraded to version 24.3 but after upgrade we are unable to access the one app server directly (without load balancer). Previously we could access app server directly using URL "https://{HOSTNAME}/suite/?signin=native" But now I can login but it gives me CORS request rejected error message. Previously before upgrade I added {HOSTNAME} to embedded interface list in admin console and it was working. can you please help me in this how to bypass or update CORS valid list directly in database. Not sure but looks like it is wiped out after upgrade. Here is error details : 2025-01-14 22:50:40,903 [ajp-nio-0.0.0.0-8009-exec-1] ERROR com.appiancorp.security.cors.CorsFilter - CORS request rejected; invalid request from XXX.XXX.XXX.25 to /auth jakarta.servlet.ServletException: CORS origin denied: {HOSTNAME} is not on the allowed list:[ Thanks, Bhushan
We have recently upgraded People functions to v1.16.0 as the previous versions v.1.10.0 and v 1.15.0 were being flagged in Health check with High/Medium Risk for containing Removed/Private/Deprecated Appian APIs. However, even after the upgrade the Plugin is being flagged in health check for using Deprecated APIs: People Functions (psshared.peoplefunctions) references deprecated Appian APIs[deprecated] com.appiancorp.suiteapi.common.ServiceLocator.getUserProfileService(com.appiancorp.services.ServiceContext) Hoping to understand if 1.16.0 would be compatible with Appian 24.4.
This is more of a PSA post rather than a question, but I thought I'd put it up here to a) help anyone else out who is confused by this and b) hopefully get Appian's attention to fix this (I will also make a support case for this issue). This is regarding how the XOR node in the process modeler evaluates multiple conditions. Looking at how the Decision tab is laid out (with IF...ELSE IF...ELSE IF labels and the ability to change the order of the conditions) my first thought would be that the conditions evaluate in order from top to bottom. However, in the documentation for this node it states: "Conditions are evaluated in bulk, without regard to the order in which you list them." "Do not stack gateway conditions such that the first condition must execute before the second condition is evaluated. To avoid this, write the primary condition into the secondary one to ensure that the desired logic takes precedence." But then in other places th
I want to display an interface to a user to upload documents from a process model, however the process crates a task for the initiator but does not show the interface. I have this in other process models and the interface is presented to the user without issue. In this instance, I ensured that Activity Chaining was indeed set for the process links and the configuration of the User Input Task was set up exactly as others that work. The only difference I can think of, is that the process model is initiated through a Record Action as the others that work are initiated as part of the site pages. Any suggestions would be appreciated.
Hi team, Is there any possibility to export CDT data to a multi sheet excel, without erasing the formulas given in the excel template? i have configured some dropdowns and data validations in excel. when i try to upload using smart service i can able to export data to excel in multiple sheets but the dropdowns and formulas defined are gone. I can understand this is how it works. But is there any other way like to use external services with appian to achieve this result? Any help will be really appreciated. Thanks in advance.
Hi guys I've gone and entered data fields into the All Case Types setup rather than in just my own case type. No actual data has yet been entered into any of the other case types and (thankfully) this is in ou Dev environment.I know the names of the tables that have been created and can access them in the cloud database. If I simply delete the tables and sync the record types, will this fix the issue? Failing that, if I go into each record type, remove the relationships and then sync, would that work? Is there a way to delete and/or edit fields from within the Case Management app without hacking the system? I need an urgent response to this please.Thanks and blessings Stephen
Can anyone confirm if we create a custom branded mobile app for Appian and publicly publish it to the App Store for any iOS user to install it. If the notifications can also be customized to come from our custom branded name VS Appian? Thanks
i have a send email node to send emails for the tagged users(more than 1 user),but its showing no valid recipients resolved error...please help to resolve this error.. iam using the attached expression rule to get email address of tagged users which is stored as username in database table and the value from the rule is saved to a process variable called toaddress. joinarray( reject( a!isNullOrEmpty, a!forEach( items: trim(split(pv!feed['recordType!{72d90253-0fad-4ef3-a658-3550c2118c0f}CMS Feed.fields.{4d9a4253-b58a-4749-9552-f533ef1926ba}tagUsers'], ";")), expression: user(fv!item, "email") ) ), ";" )
Hi All, I need to show one validation that - throw error if they enter anything apart from 0 to 9 and . How can we achieve that using some functions in appian Can Someone suggest for this?
Hi, Thanks for your help in advance & much appreciated if someone has faced this design scenario already . Bit of background , We have a significant number of historical cases in a DB as we are decommissioning an outdated system . In a nut shell, These cases are not going to change or case count is not going to increase. case count is significant (10,000 or a million) & number of end users not too much ( around 100 ). We have a REST Api which exposes the DB (containing historical cases) mentioned earlier. I am creating a site to display this historical case data . I am planning to use record sync to load the data in to a record. As data is not going to change or increase, all I need is data load to the record, not really data sync , Can I still use Appian's record "data sync" facility? Do the "data sync" needs to be run daily ? or I can just load the data once and query the record to filter for example if the data remains static ? This is the interface
a!localVariables( local!items: { a!map(id: 1, value: "a|b"), a!map(id: 6, value: "a|b"), a!map(id: 8, value: "a|b") }, local!sortedData: { a!map(id: 8, value: { "a", "b" }), a!map(id: 2, value: { "a", "b" }), a!map(id: 8, value: { "a", "b" }) }, a!columnsLayout( columns: { a!columnLayout( contents: { a!forEach( local!sortedData, if( mod(fv!index, 2) 0, a!multipleDropdownField( label: "Item" & fv!index, choiceValues: { "a", "b", "c", "d" }, choiceLabels: { "a", "b", "c", "d" }, value: touniformstring(fv!item.value), saveInto: { fv!item.value, a!save( local!sortedData, append( local!sortedData, a!map( id: count(local!sortedData) - 2,
Hello, We are using the send File Over SFTP node and we have a doubt if we set the following attribute to true, would it take the user and the pass defined in the third party? We do not have a private key. We ask this question and we do not test it directly because in the development environment we cannot and we have to promote the environment to be able to test it but not to go up blindly, if someone had fought with this it would be of great help. A greeting and thanks in advance
Hello, I have a record that includes a filter search functionality. I want to add a Help Tooltip on the interface to indicate which columns can be searched. I prefer not to use placeholders, as there are multiple columns available for searching. Please suggest an approach.Thanks
I am using the a! start process function on the button. so the error of process model in the rich text field.
Business Objective: When Speakers apply to speak at one of our parishes, they supply documents to support their application to be a speaker. Many of Speaker will apply to speak year after year. There are three types of documents General Documents that are required and are valid for many years. (For example their background check is valid for 5 years). Event Documents that are required for each event they are applying for. (For example the contract for the events). Optional Documents to support their application and are not required. These could be general documents or documents for a specific event. Required documents are customized for each of the Speakers. For example, depending upon their country, there are different agencies that do background checks with their own forms and documents. There are two areas (interfaces) where the documents are uploaded; the Speaker Interface (this is NOT a portal, as we give the speakers Appian login credentials)
I have an integration that calls an api which downloads document from external system. How can I implement a link that user can one click download the document that is returned from that api? like documentDownloadLink(), but I guess it can only be used for downloading documents that are stored in Appian? My requirement is that user don't want Appian to store the documents copy, so I can only call the api to get the document
Hello everyone, Thank you in advance for your time, me and my team are having some problems with the Advanced Rich Text Editor plugin and pasting images:Error introduction: We are facing some errors related to the use of the plugin Advanced Rich Text Editor (Vuram) (Appian Community) We believe this is due to the automatically generated base64 by the plugin when we paste the images. On large images this base64 can’t be displayed in the site and is resulting in a weird 403 Access Denied error : It seems that there is also a conflict with the a!startProcessLink component, please find more details in the Error details topic Quick context: We use the plugin’s richTextEditorField so that our users can write more personalized emails, attach images to the email’s body and send them directly from the Appian application. We then save the generated html in our database and use the Microsoft MS Graph public library and respective Appian marketplace plugins to send
Document preview field not giving the document preview, showing the following error. By clicking one the link in the error the document can be downloaded successfully. How can this be fixed
I want to ask few questions related to google doc :- I want to append value on multiples line on google doc. there is a table of 3*3 and I want to add data on each cell of table in google doc.
Hi All,We want to know how Appian licensing works. Lets say the current license is for 3 applications and 50 users. So what happens if we have built more than 3 applications and onboard more than 50 users. Also what does this 50 users mean?? Does it mean number of users who can access appian concurrently or only 50 users can be onboarded? Does onboarding more users/applications cause any performance issue to the overall application?
I have a use case to not to allow the user to download the pdf document but he should be able to view it.Do we have any possible ways to achieve this with or without the PDF Viewer in Appian?
Hello, I have a problem with the smart service ‘import csv to database’, as the column names in the CSV do not match those in the table. Is there any way to create a mapping between the two values, or do I necessarily have to create a new table that has the same field names as the csv? I would like to avoid the latter solution if possible. Thank you all.
Dear Appian Community,Working on the Step-by-Step # 5 exercises, after have completed the Edit Record List section, I saw the image displayed for all records was the generic image, I opened the Cloud DB and confirmed the Image column in table AA Vehicle is Null. Could you please let me know how can I fix this issue? Maybe running a script to load the content of the table again or something like that. Any help would be greatly appreciated.Thanks in advance,Jose Castellot
Hi, We have a requirement that some communications between Appian and external systems have to be encrypted with mTLS. Does anyone know what is needed to generate a mTLS certificate and how to configure it in Appian? Thanks 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.