-
Recently active
HI , I have a requirement where I need to pass Sting values with separate Line to API . here is the List of Sting with 4 items. “28978937982932090” “28978937982932091” “28978937982932092” “28978937982932093” I want to send it as single string with line break to API “28978937982932090 28978937982932090 28978937982932090 28978937982932090” Can you help me with this scenario. Thanks in advance
I've been having trouble writing to a record that wasn't giving me trouble last week. I decided to rebuild the record as that seemed like a quicker solution than figuring out what weird issue that was. However, now when I am generating record actions for the record, appian generates them in a completely separate application. The components don't even show up in the application I am building in, they just show in another one, even using that other prefix for the various generated objects. What is going on?
Hi, We are using Base64 Expressions plugin in our application in so many interfaces now this plugin is vulnerable and need to find the alternative for this plugin. can someone please help on this? Note: we are using it to encode and decode the text.
I'm using Appian Version 21.4 and I has a task to convert number to word, I tried to use "convertnumbertoword" function but it is not exists. Can some one help me to achieve this task?
Hi Team, We are new setup Kafka tool in our On Premise Appian setup. Kindly guide us for the below questions, as Kafka documentation not covered all the details 1. How to create Trust store and Key store to connect to Kafka? 2. What are the details we have to get from Kafka team? 3. what p12 file used for in Appian? this we got along with Kafka crt certificates. Thanks in advance.
Hello, I'm using the code below, enter ../ it's redirected to "Access Denied", any idea why? I don't see any error logged in the Tomcat log. a!localVariables( local!searchKeyword, a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Search By Keyword", value: local!searchKeyword, saveInto: { local!searchKeyword, a!save( local!searchKeyword, trim(local!searchKeyword) ) }, refreshAfter: "KEYPRESS" ) } ) } ) )
has anyone tried sending an email from Appian custom smart services using javax or Jakarta libraries - We have a use case where we have to send an email notification once all business logic is executed. I tried using both Javax/Jakarta and keep getting library dependency issue
hi , we are not able to get email alerts when site page got error.do we need to enable manullay or it will send automatically to administrators. when site page got error. In 24.2 appian released this feature -Site email alerts will be sent to site object administrators I have administrators acces for all objects in my application but when site got error during that time I'm not able to get mail from site page. We are currently using 25.1 version could you please let me know any have idea on it Thanks
hello, i am new to appain and complete training program. i want to create online cart and checkout process app in appain. anybody assist me to how can i create it. i have started an app with cart process create database and record type. but i cannot get product listing view with component and pattern. How can i do this.
Question: We are running a process model which has considerable number of steps, where few in a loop to accomplish our goal. We could see the 'Process Details' printing the values which is really helping us to debug and verify. But 'Process Details' could print this only for the first few steps but not for the rest of the steps (in the later stages of the process model). How can we see the complete log of all the 'Process Details' and variable values.
hi , In 24.2 version we have received a feature as New site email alerts will be sent to site object administrators, Is we need to enable manually or it will send automatically to the administrators if it wil fails anything on the site page. If it sending automatically then I'm getting any mail from site error alerts. Note : Currently we are using 25.1 version and I have administrators access for all objects in our application could you someone help me how to enable for that. Thanks
I have 2 dropdowns type and courses type will be premium, free and courses for premium java, c++, and also for free also I have java , python like this . i need to display all the courses when in default and when type selected as premium it will only show that category courses. but java is in both category it displaying 2 times by default . In db they have mapped with thier unique type ids only. I tried with union but choice values and choice values length varies because of that. Can anyone help me ?
Hi team, I have one field in the database for the budget. Sometimes the value may exceed 100 crores, so for storage purposes, I am storing it as text. However, I want to compare that value with an integer. When I tried to convert it into number in Appian, it rounds the value by default. Any idea how we can achieve exact value?
Here is the use case Name1 is the section names value1 is the text value,when next section name starts with item2 before empty section names consider as section names with the text followed by as mentioned in the output a!localVariables( local!testdata: { { "Name1": "Item1", "Value1": "Data for Item 1" }, { "Name1": null, "Value1": "Different data for Item 2" }, { "Name1": null, "Value1": "Some other kind of data" }, { "Name1": "Item2", "Value1": "Another example of data" }, { "Name1": null, "Value1": "Random data like GBP 50,000" }, { "Name1": "Item3", "Value1": "Data related to an event or value" }, { "Name1": null, "Value1": "Adjustable by percentage of revenue" }, { "Name1": null, "Value1": "Premium payable quarterly" } }, local!testdataexpected output is [ { "section": "Item1", "fullText": "Data for Item 1 Different data for Item 2 Some other kind of data" }, { "s
I can't tell if this is an appian problem or a DB problem and am not sure where to begin looking for the problem. When writing to a record I get this error: I wasn't getting this error last week, which is frustrating, but I am now. As far as I can tell, I haven't changed anything that I am aware of that might cause it. The table exists in the db and the table permissions seem to be fine. Doesn't seem to be happening with other tables and I don't have access to appian's error logs. Any ideas as to what I should do next?
Hi Team, Whether it is possible to add sensitivity level of the document in the excel document generated from Appian
Hi Everyone, Can we exit from a!forEach() loop? I have a use case , where I need to iterate through the list of users and once the condition met ( checking for the user's organization and weight category), I have to stop iterating through the rest of the items. I need order to achieve this, I have to exit from the loop. How can I achieve this ? Apologies for not clarifying the use case earlier. Use case is given below. Use Case: There is a list of Boxers. Each boxers belongs to particular organization and weight category. I want to select 2 boxers for the match randomly. 2 boxers must belong to same weight category but different organization. To achieve this I was trying to loop through list of boxers and fetch 2 boxers belonging to same weight category but different organization. Once I get 2 different boxers, then I wanted to exit the loop, because I got 2 boxers for the match and don't want to loop further. Note: Weight category and organization are not know
Hi everyone, I’m trying to use the Amazon S3 Download Objects smart service from the Amazon S3 Utilities plug-in in my process model (Appian 24.4) to download a PDF from an S3 bucket and save it to an Appian folder. Here’s what I’ve configured: • Secure Credential Store Key: My AWS key is correctly configured in Appian’s Third-party credentials store. • AWS Region Name: us-east-1 • Amazon S3 Bucket Name: <my-bucket-name> • Use AWS Client Side Encryption: <value> • Destination Folder: A valid Appian folder (pv!destinationFolder) • Files: Dynamically generated file key The smart service node completes without error, but • The output document variable is empty • No file appears in the destination folder What I’ve verified: • The file definitely exists in the S3 bucket (I’ve confirmed it manually) • My credentials have access to get the object • No errors are shown in the process instance
Hi Team , The requirement is to add dropdown filters to all fields between the header label and the first row in Readonly grid . Is this possible in Appian?
Requirement: How to implement a logic similar to the refreshAfter field in a!dateField as we do for a!textField? We would like the page to refresh when the DOB field is clicked again, and a different date is selected. a!dateField( label: "DOB", labelPosition: "ABOVE", value: ri!input.dob, saveInto: ri!input.dob, showWhen: cons!PARAMETER[2] = tostring(local!input), required: true),a!textField( label: "Address Line 1", labelPosition: "ABOVE", placeholder: "Enter Text ...", value: ri!input.addressLine1, saveInto: ri!input.addressLine1, refreshAfter: "KEYPRESS", showWhen: cons!PARAMETER[2] = tostring(local!input))
I'm using the "a!startProcess" to call a process model from the Appian interface. The process model takes more than 30 seconds to complete. Is there a way to increase the timeout when calling the process model from the interface. Do we have property in the a!startProcess for this? We are trying to keep this as a synchronous process. a!startProcess( )
Hi, we are facing issue with swedish word for site tab, if we add one swedish name word tab its working as expected but if we add more than one swedish word to site tab its not working. pic 1- when we add one swedish word pic 2-- when we add 2 swedish words please let me know if any one have faced this issue. thanks
I have two interfaces 1. Home screen display all orders 2. summary page From page 2 i click on an record action to copy where a process triggered and on completion of order. the new window closes and still the old summary page is dispalyed on the other tab. Example. when record action for copy is been triggered from order 1. new screen for order creation order 2 created and after completion. still order 1 summary page displayed on other screen unles user clicks on the menu for home page and navigate to new order order 2 the requireemnt expects the home screen should be displayed or order to be displayed after completion is there a way.
We are using Self Managed instance of Appian in Kubernetes. We have configured session timeout for 20 minutes in Admin console and using native login. This is working for System administrators but not working for Basic users. Do we need to update anywhere else for the same or do we need to configure this in server level.
hi , is Case Management Studio can be installed to on-premise appian servers ? 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.