-
Recently active
Hello, We would like to insert a dynamic number of images into a document that looks like the following, using the Advanced Document Templating Plugin: Entry 1: Data for Entry 1 Image for Entry 1 Entry 2: Data for Entry 2 Image for Entry 2 ... Entry n: Data for Entry n Image for Entry n Is there a way to do this? It does seem possible to put a dynamic number of images all together using a list and the bookmark like so: «[#list logo as logo]» «[/#list]» but is there a way to put in a dynamic number of images separately?
I have a very simple application that is just based on one record type that comes from an integration. Making the edit/view interface was a piece of cake. Now I need to make the create new record functionality, for which I can re-use the same interface for edit/view. The issue is that I am unable to find a way to do this without creating a process model. I don't need all of the complexity of a process model. I can call the create integration from the save into in the interface. There is no work flow and I don't need to launch any kind of other process. Having a process model is WAY WAY overkill for this case. How can I simply open the same interface with a blank record from the record list (via action or similar) with out needing the overkill of a process model? Thanks
I have an interface that opens for a single record passed in via a rule input from a REST integration GET call. The interface opens as read-only be default. There is a button at the bottom labeled "Edit". When the user clicks this button, interface becomes editable. When the interface is editable, there is a button labeled "Cancel" at the bottom. When the user clicks the "Cancel" button, I need to discard any changes the user made, and revert back to the original copy of the record. I have attempted to do this by calling the integration which is the GET by ID in the saveInto of the Cancel button. The value is successfully fetched, and I can view it when I put the result into a paragraph field, but when I assign this result back to the rule input, the fields of the interface are not updated and the user changes are not reverted. Is there an easier way to discard the user changes and go back to the original record? NOTE: The goal of the Cancel button is
Hi team, i have requirement to implement a donut style of pie chart. everything is fine expect the data labels. it is not showing complete label name in the legend. a!pieChartField( label: "Employee Credential Status", labelPosition: "ABOVE", series: { a!chartSeries(label: "off boarding or termination of client", data: 1374, color: "BLUEGRAY"), a!chartSeries(label: "making account to non billabale", data: 343, color: "AMBER"), a!chartSeries(label: "updated accouts to check pay", data: 97, color: "RED") }, height: "SHORT", seriesLabelStyle: "LEGEND", colorScheme: "CLASSIC", style: "DONUT", showTooltips:true, showDataLabels: true, showAsPercentage: true ) The requirement is to show complete label in the legend.
Can anyone let me know the difference between a escalation and an exception in a process model.
Hi, Wanted to understand on how Appian parses an Expression Rule that uses a!queryAggregation and a!queryAggregationColumn against a Table/View? Does it convert and send a query as-is with GROUP By to the database SQL engine or does it get the data and then do the grouping on-fly in its memory? Thank you in advance for your response.
I'm encountering an intermittent issue when using a!startProcessLink within a a!richTextItem in a task. The process model being called is fully chained from Start to End and works fine when called from a Record as a Record Action. But in this case where I am calling from a Task, once the process ends, I sometimes get the error message: "The Task Could Not Be Submitted. The task has already been submitted." This occurs sporadically. Any insights into why this might be happening and how it can be resolved? Thank you!
Hi All, I have two interface, A and B. When a button in interface A is clicked all the components in B should be refreshed. Is it possible to refresh all the components in interface B without passing parameters in all components in interface B?(I am passing the refresh variable from A to B, but not from B to components in B)
Hi I am looking for appian admin in Plano TX or Charlotte NC or Chicago IL if any one interested please send me your resume at shekhar@iconma.com
When I select CDT in datastore. I got this type of error. Error: "An error was encountered while processing your request. Please try again." what should I do with this.
Hello Appian, I'm having trouble with setting SMTP for on-premise appian server. https://docs.appian.com/suite/help/22.2/Mail_Server_Setup.html#sending-emails I followed the instrtuctions from above link. And getting error like below from the log - tomcatstdout log - mail-listener.log - custom.properties How can I make this work? Thank you
I need to store a user id, along side several picture uploads all in a relational database. My solution for storing the pictures would be to save the pictures locally on appian and save the document ids on the database alongside the user id. However, with the way I have it implemented right now it seems I cannot pass in the user id into the body alongside the picture upload as it takes up the entire body. I also cannot attach several pictures for upload. I need a way to be able to pass in the user id and atleast 3 pictures into the body to be saved in the database.
Hi All, Is there any way to control the size of text in dropdown values?
I wanted to block calendars in google and outlook as per the details received by the user in Appian.
Hi, I have the need to understand if Appian servers of the customer are already in HA. Is it enough to look at the file appian-topology.xml? Thanks
Title: Appian Admin Location: Charlotte, NC Duration: 11-12 months Description: We are strictly looking an APPIAN admin with at least 5 years of Appian Admin experience. Required Skills Bachelor's Degree in Computer Science or Engineering with a minimum of 10+ years of overall experience in support of information technology computer systems and databases. Familiarity with RHEL 8 or above system administration and troubleshooting including network and resource utilization including memory, filesystem, process threads, etc. Familiarity with WebLogic/JBOSS application server administration and the ability to help development teams troubleshoot deployment failures. Familiarity Apache web server administration and configuration. Familiarity with Appian BPM suite, with the ability to assist development teams in resolving dependencies, creating users and groups, and importing plugins. Understanding of SQL, specifically oracle data types and syntax, as well as the ability to
I have a subtask that receives a text variable from the parent in the input and is meant to return 2 variables in the output, an AppianDocument and the name of said document as a Text variable. I have logs put in place to see the results of the expressions that run the queries necessary to fetch the document and it's name. And the logs return the following:[WARN] 2023-12-01 13:08:03 01m 26s (0h) - com.novayre.jidoka.client.api.appian.documents.AppianDocument@5ec6for the log that just returns the Appiandocument pv!Document variable. [WARN] 2023-12-01 13:12:50 55s (0h) - Got Document SEC_195818008_08for the log that returns the string "Got Document" & pv!DocName. But the variables in the console appear as null and as a "" string respectively. As if they never got casted. And when I want to return the variables to the parent robotic task, it returns an error. [ERROR] 2023-12-01 13:12:51 55s (0h) - Error executing action [robotic-subprocess->exitV2]java.lang.
Hi, I am trying to configure the Microsoft SQL local database from my machine into Appian application. While doing this I am seeing timeout exception (as shown below). We looked in to the logs and we are seeing the SQLTimeOutexception in the logs (As shown in below image). Are there any limitations with academy version of Appian to connect to the existing MS-SQL database? OR Am I missing anything here? I have reffered the below topics to resolve the issue… Without much help! docs.appian.com/.../Configuring_Relational_Databases.html https://community.appian.com/discussions/f/data/10274/connection-to-sql-server-2016
Hi team, I've tried to run the following query in Appian DB and im getting syntax errors. Please advise CREATE PROCEDURE process_batches()BEGIN DECLARE batch_size INT DEFAULT 0; SET batch_size = 10; SET batch_limit = 51; WHILE batch_size <= batch_limit DECLARE CONTINUE HANDLER FOR SQLEXCEPTION; BEGIN ROLLBACK; -- Rollback transaction on error END; START TRANSACTION; UPDATE `CM_AH_Segmentation` SET `Handled`=1 WHERE `RecordID`<= batch_size ; UPDATE `CM_AccountHolder` as ah join `CM_AH_Segmentation` as cas ON ah.AccountHolderID = cas.AccountHolderID and cas.OldSegment <> cas.NewSegment SET ah.Segment= cas.NewSegment WHERE cas.handled = 1; INSERT INTO `GLB_AuditInfo`( `ReferenceID`, `Event`, `Action`, `ActorLoginID`, `AppName`, `Comment`, `CreatedOn` ) SELECT cahl.CaseID, 'Risk Investigation', 'Update Segmentation', 'System Admin', 'Risk Investigation', CONCAT( 'Update segment for AH ', cas.AccountHolderID, ' from 
Hello, I keep getting the this error in my process model: "Error: Work Item Cancelled (Data Inputs)" on a Create Group smart service node. I read that this is often caused by the assigned user being deactivated, however the lane assignment is to an active user and all notes as assigned in the lane. What else could be the issue?
Hi , we are trying to access Appian by using mobile apps and we receive an error "An unknown error has occurred". By using a browser we don't have that problem. Any idea how to proceed will be much appreciated. BR,Natasa
I've done some searching on this topic, but it's been awhile since this question has been asked/answered so looking for some updated info. What is the best way to send a text message to external cell phones. And to include some custom text and possibly an image in the text. Any insight into this would be super appreciated.
Hello, we've been trying to use PGP Encryption Utilities plugin. From here we're using encryption smart service and no other node (to begin with). Public key was generated with gpg4win (RSA, 3074 bit). This configuration actually returns a different error than other formats so my assumption is this is the correct one. But then a new error showed up running the encryption smart service node "In order to access this method, this Document needs to be retrieved via ContentService.download()" The output document shows in appian designer, has corresponding extension, but is of size <1KB (0 probably) and it's not downloadable. In the PM, when using PV to store the encrypted document as an output of the smart service, the PV ends up with no value. Any sugggestion what could be going wrong?
Hello, Is there a project manager / team lead that uses a template for keeping track of projects besides Jira? We use Smartsheet and I was wondering if anyone could share a template that they use?
Hi Experts Is there any limit for the length of the name of any object. For example: an object name could not be more than 27 characters, Is there anything like this ? Thank you 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.