-
Recently active
Is there an integration available for Appian and Alteryx? The goal would be to use Alteryx functions on the Appian record data.
Hi! Does anyone know how can I get the users access log? To see who hasn't logged in in the last three months, for example? I know that on the admin site in the supervision tab we can get the latest connections, but there is no history about those, and that's what I would need.
Hi guys, the current EMEA ongoing release webinar for 24.1.- my stream is brokenany clues? No video just audio kind regards, Richard
a!localVariables( local!principalAmount:ri!loanAmount, local!totalMonths: ri!tenure * 12, local!interestForOneMonth: round(ri!interest / 12, 2), local!interest: ( local!interestForOneMonth * local!remainingAmount, ) / 100, local!remainingAmount:local!principalAmount-local!interest, a!forEach( items: enumerate(local!totalMonths) + 1, expression: { local!interest, local!principalAmount, local!remainingAmount, a!save(local!remainingAmount,local!principalAmount-local!interest,), a!save(local!principalAmount, local!remainingAmount), } ), ) For each iteration of the for loop i want to update the value of local!principalAmount and local!remainingAmount as shown above. Kindly let me know how we do this in Appian.
There are two applications Application A and Application B. Application A has Group A and Application B has Group B. First the task is assigned to Group A. When a user from Group A completes the task then the task should be assigned to Group B which is in Application B. How can we do that?
I am having trouble starting the application server on a new Appian 22.4 Windows installation. I am getting this in tomcat-stdout.log. Is there a solution to this? Thank you! 2024-06-11 15:42:49,629 [main] FATAL com.appiancorp.common.web.StartupHaltingServletContextListener - Halting JVM startupcom.appiancorp.suiteapi.common.exceptions.AppianException: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userActivityFilter' defined in ServletContext resource [/WEB-INF/conf/security/spring-security-01-common.xml]: Cannot resolve reference to bean 'userActivityService' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userActivityService' defined in class path resource [com/appiancorp/common/persistence/search/AppianSearchSpringConfig.class]: Unsatisfied dependency expressed through method 'userA
Hello, I want to implement the @tag user functionality in the conversation (comment section). I am new to Appian. Can you please help me with this?
The user without being an Appian admin he/she has to enable or disable the WEB API logging in the UI by clicking the button. I would like to know the possibility of this customized feature of WEB API request logging.
Hi, I am going through the RPA Tutorial Browser Module. In same while trying to add action "Enter Search Term", post executing the robotic process, i am getting below warning The element (By.name: q) could not be interacted with because the component is currently disabled or hidden. Can anyone suggest what can be done in this case, as the RPA client is not able to enter value in search box due to above issue
Hi guys, I have create a RPA task and calling it in the process model. In the process model the integration throwing "Execution results must be available on call back to Appian." But the RPA task is running without any errors. Can anyone help on this please?
Hi, I have a problem with a robotic task executed by a service account and the privileges to open a browser. I created a robotic task that starts by opening a browser to download a PDF. When I manually execute the robotic task, it runs without any issues. I'm using an execute robotic task node in a process to run this task. I created the integration with the connected system using an API Key from a valid user (Service Account). This user is included in the security settings of the objects related to the task. When I run the process and the robotic task is executed, as the execution of the node is assigned to the Service Account user, I receive the following error: "[STAT] - - <ACTION_START> - Start action 'browser->open-browser-v2' - 'Open browser' // dur: - - avg: - etc:[ERROR] - - Error code APNX-1-4530-000 with message "Unknown error. Please contact administrator with the follow
Hi, I am using RPA to create an automation which opens up a chrome browser, logs-in into a webiste, filters data and gets a file downloaded into the local host machine There are 2 problems that I am facing 1. It takes ages to even open up the browser 2. While trying to open the browser, it searches for a chromewebdriver to be present inside its assets file in local host machine. Now even though there is a webdriver existing inside the host machine, it gives an error saying : WebDriver file does not exist. Attempting to auto resolve it from the console... Can anyone help me in getting an idea so as to why such issues are happening ? Screenshot 1 : describing issue 2 Screenshot 2 : File present in the required destination System specs : Chrome Version : 123.0.6312.87 (Official Build) (arm64) OS : MAC M1 Pro Java Version : 21.0.2
I get an excel file with the process model and store it in "pv!copyTemplateExcel". I specify it in "Open or create workbook(License not required)". But I get an error saying "[Document:10814]" cannot be opened because it does not exist. Could you please tell me the solution?
Hello team. I am trying to automate process that involves downloading a PDF of a quote from an external service application site and emailing it to our company. In Robotic Task, we can specify the file in Upload Document in Robotic Task and the file will be on Appian. I believe I have to upload the document and output it to use it as a variable. However, there is a problem with the file path. It is not known what the name of the file is that PRA downloaded from an external site, and I am facing a problem that I cannot specify it in the development screen of Robotic Task. Below is what we have tried to do for this problem. It was not acceptable for RPA to change the name of the downloaded file before downloading the file (cannot click on the item inside Explorer). I can find out the name of the most recently downloaded file at the command prompt, but RPA cannot enter that code at the command prompt, and RPA could not read the command prompt results. If anyone knows of a workaround, plea
Hi, I'm looking to find if Appian offers alternative ways to do a post request (without exposing sensitive data) to an external system and doesn't require using an API, or JWT. The external system partner is not looking to decode the data or dev an API TIA, Emily
Hey all, Please provide suggestions for below scenario 1st row is having a columv value 'GE | SP |US' 2nd row is having column value 'USA | CA' I need to query the row which is having US or SP in it . I tried the approach of looping(US,SP) the query filter using include parameter. But for US, we are getting both the rows. Can you please suggest an approach to query the expected result which is 1st row ? Thanks in advance!
I have a field in my form named as description. The description contains value of paragraphs spanning over a couple of pages. While training the model, I selected the data to be extracted from multiple pages by selecting the continue drawing option, but when the model was put into practice, it fetched the data from only one page. Even in the Reconciliation Task, I cannot select data from more than one page. Is there any workaround available for this issue?
Hi Folks,When i comparing objects with higher environment i am getting below issue as my all objects are part of application. JFYI:-NDC_REC_DEAL , NDC_DASH_SummaryV1 and NDC_FRM_pipcoAllocations are part of package.NDC_REC_DEAL :- Already Present at higher environment NDC_DASH_SummaryV1 and NDC_FRM_pipcoAllocations :- New Objects.Let me know if you need more info.
HI All, I have a requirement to process a CSV file to my database. i have used a smart service(Export CSV to Database) from Excel Tools plugin. But some of the special characters are not read properly.For example: The data i have received in CSV has : ~@ö<é;ó¿üäÖÇ*àÄ=É!"ѧæñ á½èçòíê° after consuming the file i have got this in my database : ~@�<�;�����*��=�!"ѧ�������� Can anyone suggest if we have any alternative options for this please. Thanks,Sai Kiran Pannala.
Hi I would like to ask a question. I want to cast multiple record type to custom data type. If possible how can i cast it. Here is my cast data.
Hi, I am facing an issue where I want to add all the value of a column and display it on the top of the gridfield, The source of data is a recordType (Adding the code down below), Please help me with this. { a!textField( label: "Sum Of Values", labelPosition: "JUSTIFIED", value: a!currency(isoCode: "USD", value: 0), readOnly: true ), a!gridField( labelPosition: "COLLAPSED", data: 'recordType!{b43afdfb-93b4-4d94-9708-ffa71f87754a}MWM Test', columns: { a!gridColumn( label: "Value", sortField: 'recordType!{b43afdfb-93b4-4d94-9708-ffa71f87754a}MWM Test.fields.{2682c5c7-76eb-4a9a-abf5-d409f2bc3f80}budget', value: a!currency( isoCode: "USD", value: fv!row['recordType!{b43afdfb-93b4-4d94-9708-ffa71f87754a}MWM Test.fields.{2682c5c7-76eb-4a9a-abf5-d409f2bc3f80}budget'] ), align: "CENTER", width: "NARROW" ) }, pageSize: 100, selectable: true, selectionStyle: "ROW_HI
Hi I got a error when using multiple sql statement on query database smart service. Is not possible to use multiple sql slect statement on one query database smart service.
I have a text field in an interface and I have defined a character limit of 40. I need to be able to type both English and Greek characters in the field. When I write in Greek, the character limit count shows the double number of characters I actually type, so even if I type one character it shows 2/40. In English, it works properly. I think it is caused by the encoding, but I don’t know and can’t find any documentation on how to fix it. Is there a way to fix this problem? Maybe to configure the app so it reads all Unicode characters with UTF-8? Or is the problem somewhere else?
Create group smart service is throwing an error which reads: Problem: An error occurred in executing an Activity Class. Details: A system error occurred while creating the group. Recommended Action: Examine the activity class to correct the error and then resume. What I have tried - I believe all parameters are correctly configured and values are being fetched correctly in the process variables. Also, the same process is running correctly in different environment with the same values. Checked the security of the process model. I checked the System Logs and it reads: 2024-06-11 10:28:24,162 [Appian Work Item - 572737 - WorkID 64 - execution00 - process 311873 - model 277 : UnattendedJavaActivityRequest] ERROR com.appiancorp.process.runtime.activities.CreateCustomGroupActivity - SignalException: Received signal InvalidCreatorException from GROUPS.createGroup on groups SignalException: Received signal InvalidCreatorException from GROUPS.createGroup on group
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.