-
Recently active
What is the symbol used to represent the input or output field (rectangle or parallelogram
Hi Community, I’m currently trying to set up the UiPath Connected System (from the Appian AppMarket) to connect Appian with UiPath Orchestrator (Cloud) and trigger bots using the provided operations like StartJob, GetRobots, and GetReleases. I’ve followed all instructions in the marketplace app and plugin, but I’m running into trouble when setting up the Connected System endpoint. [emoticon:3c913c0db7eb4f9face51746da287257] My Setup: UiPath Environment: Cloud (Community Edition) Orchestrator URL: cloud.uipath.com/.../ Folder Name: folder1 FolderId (from URL): 585858 Tenant: DefaultTenant Connected System Auth: Using email + password..............
Hi Everyone, "While committing the code using Automated Version Manager (AVM) properties in the command prompt, I receive the message: 'The syntax of the command is incorrect.' The AVM path is correct, and no additional error message is provided." Thanks & regards, Srikanth.
We are trying to enter a decimal value into a!floatingPointField(), where the datatype is Number(Decimal) and applying rounddown(value,2) to limit the decimal values to 2 places based on the requirement we recieved. This is being done in editable grids. But it seems that random numbers keep appearing after the decimal for the numbers. (47.3 shows as 47.3000000004, etc.). This case is specifically occurring for only certain numbers in certains fields, such as 47.300909 shows as 47.3000000004 only in 1 particular field for the a specific number starting with 47.30x.. If we enter 47.32x, it will correctly round down to 47.32. We tried using round(), roundup(), rounddown(), floor() functions also, but it keeps occurring atleast in 1 row in any one of our grids. What might be the reason behind it and is there any fix??
Hi, I'm trying to schedule a process using start node. Below is the screen shot. If I use pp!timezone I'm getting below. Problem: An error has occurred in evaluation of an expression for a Start Event. Details: ERROR:EVAL:@reason=Domain pp is valid only in execution Recommended Action: Examine and correct the expressions on the Start Event's Event Properties. If I'm using pm!timezone I'm getting a problem. The clients are at US and I'm working from India. If schedule 1 AM it is not executing correctly. I want to schedule a process at 1 AM at US time zone. How to schedule it. Please suggest.
Hi community, I've just started exploring the Appian. I'm trying to create a new vehicle form based on the tutorials, but the form inputs are being cleared when clicking outside of the input fields. This is the code a!localVariables( a!headerContentLayout( header: a!cardLayout( contents: { a!headingField( text: "Create Vehicle", size: "LARGE", fontWeight: "SEMI_BOLD" ), a!richTextDisplayField( labelPosition: "COLLAPSED", value: { "Enter vehicle details" } ) }, style: "ACCENT", padding: "STANDARD", showBorder: false ), isHeaderFixed: true, contents: { a!columnsLayout( columns: { a!columnLayout( showWhen: a!isPageWidth( { "DESKTOP_WIDE", "DESKTOP", "DESKTOP_NARROW", "TABLET_LANDSCAPE" } ) ), a!
Hello, I am encountering a recurring validation issue while attempting to install version 24.2 of the local Appian application on my computer. Despite thorough checks, the problem persists during the configuration validation process. I have verified the following: SQL Database and Driver: MySQL 8.0 with InnoDB engine, connector: mysql-connector-java-5.1.49-bin. System Variables: Correctly definded. Configuration Files: The custom.properties and tomcatResources files are set up identically to a successful 23.4 installation on my computer (with the folder name changed to avoid conflicts), so they should be correct. Licenses: The k3 and k4 licenses are valid. As i said, I keep getting the same issue while trying to validate the configuration:Is there a log available where I can review the reasons for the validation failure? Thank you.
Hello, Iam new to this platform and i have a use case but facing issues on Receive message event. the user is sending the Mail with attachements to Appian DL(processmodeluuid12582365452632563263@appian.com) when ever the email triggered with the Subject" MRD Report" it has to check the attachments and save it in the appian folder by using Receive message and also if there are attachments(1 or more) without changing the attachmement names. could any one help how to create this use case it will be a great help. appian version 23.2
Look at these two screenshots (English version vs Spanish version): In the Spanish version the process model name is missing. Do you know if is it a bug in the 25.1 release? Thanks.
How to trim this text: "UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_UDI_1_592268_Integral_-_MARSHA_BISHOP_-_banking-mb_jfblaw.ca" to Integral_-_MARSHA_BISHOP_-_banking-mb_jfblaw.ca
When retrieving data through an integration, if an error occurs, I want to display a detailed error message to developers for debugging purposes. However, if an end-user encounters the same error, I prefer to show a user-friendly message that doesn't expose technical details.
We are using 'Export Data Store Entity to Excel' smart service to write data into Excel files. We built a process model which copies an excel template and writes into the copy of the excel template to generate an excel file using this smart service.This smart service is pretty much doing a good job other than few issues which we are trying to find resolution. Here are couple of questions if you can help with. 1) We notice that formats maintained in the Excel template is getting lost if we write some values into that specific cell. Is there a known way to avoid this? (Please see the screen shot attached) 2) Also - we notice, in the cells, if we write numeric values, the generated excel is comming up with this 'comment' icon in cell corner. We tried to write the value as numeric to the cell. But looks like still that is not fixing the issue. Is there a known way to avoid this? (Please see the screen shot attached) 3) Is there a way to delete a sheet from the excel in the
I want to create a generic process model for update constant. I used update constant smart service as it required constant as input which is of type content constant. so i want to pass constant as process parameter. is it possible or is there any other way to do this?
Hi, We are using Compare and Deploy to deploy between environments where we have configured a service account so that objects will be deployed in the name of service account. However, we could see that deployment approver username also captured in design_objects.csv along with deployment service account whenever a data type is deployed. Can you please me in understanding the log behavior?
I have a main zip file that contains other nested zip files. I need to extract all these files and apply some custom naming rules to the extracted files. Here’s what I’m looking to achieve: Extract the Main Zip File: Unzip the main archive to access the nested zip files. Nested Zip Files: Perform some validation on the names of the nested zip files. I'm facing two problems: 1-When I try to extract a zip file that contains nested zip files, it doesn't extract them correctly and doesn't output any errors. However, if I include other types of documents, like .docx or .txt, they are extracted correctly. 2-How can I read the contents of a zip file (e.g., the names and types of the nested files)? I’m using a zip extractor, but it doesn't seem to offer this option. Does anyone have any ideas on how to solve these issues?
Hi, How to get the staring date time of week using the current now() function in Appian? Example suppose Wed 14-05-2025, I want to get the date of starting of week i.e Monday 12-05-2025. Thanks Bihitak
Hi Everyone, I got this error one time "at function a!flatten [line 5]: Cannot read the array length because "<local3>" is null" in expression rule. Unable to find the root cause because local3 is not used anywhere in the expression. Can anyone please help me out.
In this image its mentioned as CDT will created for record type with no data sync But in the next course it is mentioned as CDT can be created automatically for action page for record type with datasync enabled
Hi, we are using CMS applications and have made custom changes to meet our business requirements. However, we want to keep the CMS version up-to-date to utilize the latest features. Could you please provide the steps or guidelines for upgrading the CMS to a newer version without losing our business changes and incorporating the new features.
Hi Appian Community, I am using Export Data Store Entity to Excel Smart Service to export DSE data in excel format using formatted template, Issue is it is overwriting the template, and suppose two user requested to generate excel, so excel doc generated has overwritten the previous users data. This issue would be fixed in case this smart service generate new doc every time using formatted template. is there any way we can fix this issue?, Please help what to do in this scenario. Thanks in Advance. Shree Krishna Tiwari
Hi All, I am having a requirement to generate a PDF Invoice. I am using PDF doc from template smart service. I have to display data in table where number of rows are dynamic. Question: How to create dynamic tags in PDF template that will accept dynamic data.
Getting below error while starting tomcat {"error":{"root_cause":[{"type":"security_exception","reason":"unable to authenticate user [appian] for REST request [/user-activity-8-0/_settings?master_timeout=30s&timeout=30s]","header":{"WWW-Authenticate":["Basic realm=\"security\", charset=\"UTF-8\"","ApiKey"]}}],"type":"security_exception","reason":"unable to authenticate user [appian] for REST request [/user-activity-8-0/_settings?master_timeout=30s&timeout=30s]","header":{"WWW-Authenticate":["Basic realm=\"security\", charset=\"UTF-8\"","ApiKey"]}},"status":401}
Hi, is there a way to disable the use of /suite/?signin=native? We are currently using OpenID as our authentication method(we need to include every new user on the AzureAD Group), but if an Admin user creates one and don't include it on the group, the user could access to Appian using the native version. For security reasons I don't want this to happen. What can we do to disable this option?
Hi, We are getting below error when we hit any site menu(s) and this message is disappearing when we re-fresh the browser. Issue remain same across the browsers. Any quick advise please. "403 Access denied" You don't have permission to view this page
I see this functionality is introduced at 24.4, is it available for on prem system also ? or only for cloud because I am not able to see this view in our on prem environment
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.