-
Recently active
Is it possible to generate a unique URL to open a process in Appian? I would like to be able to start an Appian process instance using an API from another system, and open that process from a screen like "Appian process list" on the other system.A process has multiple User Input Tasks and also enters sub-processes, but I would like to be able to open the process from the "Appian Process List" no matter what state it is in.Is it possible to generate and return a unique URL for opening a process, regardless of the task, when a process instance is launched? How should I implement this?I've recently started learning Appian.Please forgive me for asking a beginner's question. Thanks in Advance.
Hello Everyone, What is Appian Composer where can we find that?If there documentation please do share
Hi Everyone, i am trying to display numbers from 105 but the output should be : {105,110,115,120,,125,130,135,140,145,150,151,152,153,154,155,156,157,158,159,160,165,170,175,180,185,190,195,200}, i have tried but after 105 iam getting 115,Here sharing my code a!localVariables( local!data: 101 + enumerate(100), index( local!data, where(like(touniformstring(local!data), "*5*")) )) Thank You In Advance
Dear exports, I have used Export Data Store Entity to Excel Smart Service in process model. 1. Configured Data Store Entity is the DB View, there are 8000+ records in this view. 2. I didn't apply any filters. 3. When run process, there is no process error or any error in system log, process instance run successfully. However, I only export out 5000+ records in excel, which is not expected, suppose should be all records in DB ( 8000+ ), what's the possible problem? how can I fix it? PS: I have double check missed records, those are not duplicated records in the view. And I have done a POC, if change the DSE to point to any table, no this data missing issue in exported excel, but if change to views, some have data missing issue, some no, I have no idea that why those data will be missed.
local!data: { a!map(SAPNumber: "1111111", Qty: "1", Spare: "0"), a!map(SAPNumber: "1111111", Qty: "2", Spare: "1"), a!map(SAPNumber: "1111111", Qty: "3", Spare: "0"), a!map(SAPNumber: "2222222", Qty: "1", Spare: "0") }, In the above list, If a duplicate combination of 'SAPNumber' and 'Spare' exists in the list, display a message indicating that duplicate data is present. Example : a!map(SAPNumber: "1111111", Qty: "1", Spare: "0"), a!map(SAPNumber: "1111111", Qty: "3", Spare: "0"), here, 'SAPNumber' and 'Spare' are same so it must shows a message.
I am trying to use the DOCX from dynamix template smart service "<dynamic><caseNumber>U-123</caseNumber><caseOpenDate>9/23/2024</caseOpenDate><fbiLocation>Texas</fbiLocation> <Today>May 30, 2025</Today><fbiPhone>(123) 456-7895</fbiPhone><fbiEmail>test@gmail.com</fbiEmail><fbiRole>Chris Hustle</fbiRole><SItable Subject='Jeff Gates' DOB='2/11/1982' SSN='' /><SItable Subject='Aron Jones' DOB='6/22/2005' SSN='' /><SItable Subject='Chris H'stle' DOB='' SSN='' /><allegations></allegations></dynamic>" However, I'm encountering the following error due to the apostrophe in the Subject attribute: Element type "SItable" must be followed by either attribute specifications, ">" or "/>". The issue is caused by the unescaped apostrophe (') in the Su
Hi, I wanted to know if there's a way to get deployment logs from an Oracle database using Appian's OOTB compare and deploy feature without going to the database. For example, I deploy a script that returns a log file to verify that it ran correctly. If this is not possible then I would like to hear some other suggestions. Thanks.
I wanted to update record field with fv!index. I have Recrod type filed1, field2, field3 field3 should update with foreach index
a!isNullOrEmpty(a!fromJson("{}")) gives me result as false but my requirement is to check if a!fromJson is empty then it should return true. How can we acheive this?
Hi all, we're looking for the best way to maintain a large deployment between environments. We have the package created in our DEV environment but we don't want to keep deploying this into SIT every time we fix an issue, as it's a large package and some issues may be in progress and not ready for deployment. I think ideally we want to create a package we can maintain in SIT as we deploy fixes to keep all the objects we've changed consolidated for when we deploy to UAT. Is there any way to create a package from a direct deployment or do I just need to manually create a new package in SIT and manually add all of the objects? Thanks!
implement an Appian Expression Rule that validates the sequence of header values, ensuring that: The first value is "SAP Number", The second value is "Qty", The third to sixth values, if present, are "Spare", "Price", "Delivery Date", and "Remarks" , The third to sixth values are optional and may be missing,
Hello we have a document editing software that we wanted to embed into Appian, however at the time we could not because it only allowed links of the form https://blah We need to put in a link of the form ms-word://blah or ms-excel://blah etc etc Is that still not possible?
Hi Everyone, Since the 24.3 upgrade, we have been having trouble accessing Appian on safari browser after logging in, the screen stays blank. We have reported this issue to the Appian support team. Has anyone else experienced this problem and if so has it been resolved for you? Is there any workaround? Thanks and Regards, Anju
Hi Appian Gurus, When I try to upload a file with more than 30 MB, I am getting this Appian inbuilt validation message which is totally misleading is it possbile to customize or edit this validation message in Appian On Prem environment.
Hi everyone, I have a use case where I need to send files to external system for validation. I'm submitting the form which is chained to itself, so that files are persisted in the Appian file system and then I'm sending this to an external system. User gets to see the progress percentage.So the problem is when Appian is very very slow ( due to other colleagues playing around, Appian internal apis are taking some time to write it down. Any way I can check file exist in actual so that I can have some sort of delay retries?
Hello, We need to download the data from the read-only grid to Excel. We used the record type as a source for the grid and used the OOB export grid feature. The file name downloaded with this is "Record Name" - YYYY-MM-DD_HHMM.xls Is it possible to customize the file name generated with this? please let us know. Thank You, Sneha
I want to invite my friend to join my shared workspace, but I failed. I got a message. "You seem to already be in a shared workspace. If you wish to join this cohort, you must leave your current workspace before accepting this invite." But my friend is not in any workspace. He is new member. Please tell me how to deal with it?
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
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.