-
Recently active
Hello, I've created a new Account in Appian Community, but I use to have an older/existing one years ago. What are the steps for linking an existing account an registering as an Appian Partner. I currently work for a company who is an Appian Partner.
Getting this error when trying go into the application, not only for our application, clicking on other applications in same environment happen the same. But when I switch to another browser (Chrome), no error when opening application Also having this error 'unable to acquire JDBC connection' in many places in our application. Are these same issue?
Hi! Does anyone know if Appian has storage with s3?
Hi Team,I just started learning Appian. I'm facing this below attached issue when generating the record actions.Can someone help me to solve this issue?Thanks,Gnanavel Sivasankaran
We utilize the XHTML smart service to generate Word documents. Following the generation of multiple Word documents, we merge them to create the final document. Our specific requirement is to include a Table of Contents in the final Word document. Could you please advise on the best approach to accomplish this? Additionally, it's important to note that we do not rely on Word templates for document generation. Instead, we create HTML content using the XHTML smart service, which is then converted into Word documents.
Hello developers, I need some help please ! I have to create a fillable PDF that can be modified by the application users. Here are some pictures to better understand how the process works. I want the PDF to be sent as a task to the user, and the user fills the fields on the PDF. I can't do this, so I decided to use a user input task. The user fills this form, and the PDF will be filled with that information. Now, I don't understand why the PDF is not shown as a task
I am trying to calculate duration given two timestamps. When I subtract the two, it appears the subtraction is happening with minute-level granularity (i.e. the seconds are being ignored). Is this the correct subtraction functionality? Here's a comparison I have done trying to subtract various time intervals... a!localVariables( local!epsilon: 0.0000115740740740741, /* one second */ local!times: { { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:00 AM", expected: 0 }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:01 AM", expected: local!epsilon }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:10 AM", expected: local!epsilon * 10 }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:30 AM", expected: local!epsilon * 30 }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:50 AM", expected: local!epsilon * 50 }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:59 AM", expected: local!epsilon * 59 }, { start: "1/1/2000
Hi, My requirement is to click on a link that re-directs me to a UI, but before that I want to delete all existing documents from a document folder. Is there any way by which I can delete all the documents from a document folder in a go. I know we have a!deleteDocument() smart service which would delete a particular doc. If there is no way to delete all docs in one go, please let me know how to get the doc Ids of all existing documents in a doc folder.
I need some information regarding row-level auditing and field-level auditing in the cloud database. mainly i need more info on field- level auditing, i have been searching for that from the past one day, i didn't get any syntactically correct SQL code using triggers. you can suggest me a video / blog / website. Thanks in Advance.
Hello, I am looking to find useful courses on Appian. I want to add them to my list of courses on this topic so that other Cloud Engineers can quickly understand how to use this software.
Hello, I have editable grid in which I have 3 dropdowns, I'm picking up the values and choices from constants and have rule decisions based on that now for the first row it's working perfectly fine I select "Region" then "Country" and then "Language", but once I add new row I loose all the values from second and 3rd dropdowns and they become blank and I'm not able to select anything. Here is the full code for the a!foreach is it something within the add row function? rows: a!forEach( items: ri!AOS_Documents_Required, expression: a!gridRowLayout( id: fv!index, contents: { a!dropdownField( choiceLabels: cons!AOS_Regions, choiceValues: cons!AOS_Regions, label: "Dropdown", labelPositio
Hello Appian Community, I am exploring Appian’s capabilities to implement a Demand Management solution tailored to a Federal agency’s specific requirements. Given Appian's extensive customization options, I am interested in understanding if there is a pre-built Demand Management functionality within the platform, or if such functionality typically requires custom development. Or if such fucntionality is expected in future releases. Background: Our objective is to establish a system that: Centralizes all new business requirements for visibility, tracking, planning, and budgeting across the enterprise. Ensures alignment of IT requirements with business strategies and integration with existing project management frameworks. Includes robust API support for potential future integration with ServiceNow (SNOW), particularly for data synchronization. Question: Does Appian offer out-of-the-box Demand Management capabilities that can support these requirements, or would this ne
Hi, Am unable to display the column name in the column chart below is the screen shot for the same. Am able to click on the column bar but unable to get the column name as i have around 150 columns in the chart . expecting the column name in orange line. Can anyone suggest me pls. Thanks in advance
Hi all, We need a rule expression to be used only in one process model. How can we prevent that rule expression from being used in another process model or interface? The only way I can think of is to manually check the dependencies of that rule. Could this review of dependencies be automated in some way? Thanks in advance.
Hi I need advice. Read CSV file and want to find duplicate value. if there are duplicate values .I want to display error msg.. I was able to load the CSV and remap it to the map list, but I was unable to check for duplicates values and unable to add error msg. Image like the attached image
Hello, I have editable grid where I'm trying to save all the selections in rule input after that I will use the rule input to push the data to database. The problem is that I'm not able to save the multi drop down as an array when I select more then one option it save only one and not all in the rule input. Full code below: rows: a!forEach( items: ri!AOS_Documents_Required, expression: a!gridRowLayout( id: fv!index, contents: { a!dropdownField( choiceLabels: {"Option 1", "Option 2", "Option 3", "Option 4", "Option 5", "Option 6", "Option 7", "Option 8", "Option 9", "Option 10", "Option 11", "Option 12"}, choiceValues: {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12},
I want to implement single sign on in appian using saml authentication so in implementaing , we have to provide webaddress identifier and service provider meta ,what kind of data that we have to provide service provider metadata? we are refering this url : SAML for Single Sign-On - Appian 24.1
Code: a!forEach(pv!addedResearchItems_cdt, if(and(rule!APN_isBlank(index(fv!item,"id",{})),rule!APN_isBlank(fv!item.url)),cast('type!{urn:com:appian:types:gngp}GNGP_RESEARCH_ITEM',updatecdt(fv!item,{file_name:if(not(isnull(fv!item.file_name)),fv!item.file_name,if(not(isnull(fv!item.document_id)),document(todocument(fv!item.document_id), "name") & "." & document(todocument(fv!item.document_id), "extension"),{}) )})), fv!item)) Getting below error: (Expression evaluation error at function a!forEach: Error in a!forEach() expression during iteration 1: Expression evaluation error at function 'updatecdt' [line 5]: Length of input arrays must equal length of CDT/Dictionary array) (Data Outputs) Please help to rectify the above error as what code changes needs to be done
i got this error where i used remove() but i tried remove(null, index) will return null instead of error, so what could cause this error?
User not able to see write up in ipad as shown below But able to see write up in laptop as shown below Can someone please help on what needs to be done here or how to resolve
The "user" parameter has a value that does not exist, has been deleted, or you do not have sufficient privileges to access its data . I am using record events and tracked the changes in the history table which are auto created in the events , As an admin i can able to view the data , whereas normal users are getting this week , i have check all the records type user records they are having viewer permission Please let me know what could be the problem
Hi, I have a requirement to download the grid data along with the documents in to excel. I have seen there is a plugin Embed Image into Excel but, i dont see any success stories on it and it is not updated recently. Can someone suggest the way on this. THanks Soujanya
So when the user selects a particular interface, a document is generated and if the user selects the 'cancel' button then the document is deleted. There are cases where the document might get deleted through another form so if you try to select the cancel button, then an error message appears. Right now this is the idea for the process model but its not fixing the issue so please let me know if you see anything that might fix the issue. the 3PI exchange node generates the document, then the XOR node checks to see if the pv!download_doc is null or not and if it is, then move to the end event, if not then to delete the document and end the event. I tried a few other options for the XOR node but this is basically as far as I know what to do?
Hello, I'm using excel plugin tools and i can read excel databut i don't need null of row so i want to delete null row.I tried to loop list of text string but cannot get it.How can i convert list of text string to list. here is my test rest of screen shot here is my excel data image
Hi Team, I have a Text Box and Button beside that text box, when I enter anything in the text box and hit on "ENTER" button on keyboard I want the Button to submit the data. Is it possible in Appian ? Thanks Bihitak
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.