-
Recently active
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.
I'm working on an Appian application where I’ve built an email template that includes a 'View Details' button linking to a specific process instance. The link is generated correctly and points to the intended process instance. However, when I click the 'View Details' button from the email, I get the error: 'Cannot find the main Appian window. Reopen that window and launch the modeler from there.' Why is this happening, and how can I fix it so that the link works correctly from the email?"
hi... i have deleted an ri-variable in a form. I then go to the process that has the form as the start form - delete the interface and select it again as the interface.The deleted variable is no longer visible as an input variable. It has also disappeared from the process variables.If I want to save the process, I still get the error message:There was an error in an expression in Process Model Properties at Process Start Form : Variable(s) not found: ri!cancel before: after: What can I do here?Where else can I delete the variable?
Hi,I am facing an issue where I am getting Expression evaluation error at function a!forEach [line 44]: Error in a!forEach() expression during iteration 1: Expression evaluation error in rule 'es_copy_ucaa_cmpt_fileupload' at function a!fileUploadField [line 27]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function fn!content_appian_internal [line 35]: Invalid Content ID.please help me to resolve this issue a!fileUploadField(label: ri!label,labelPosition: if(a!defaultValue(ri!showLabel, true),null,"COLLAPSED"),helpTooltip: ri!helpTooltip,target: ri!folderId,value: index(ri!documents, "appianDocId", null),saveInto: {a!save(ri!documents,a!forEach(items: tointeger(save!value),expression: a!update(data: cast('type!{urn:com:appian:types:PRI}PRI_Document',rule!GBL_indexWhere(value: fv!item,initialArray: index(ri!documents, "appianDocId", {}),finalArray: ri!documents)),index: {"appianDocId",&
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??
I created an interface via an array of components, i.e. { rule!header_component, a!gridField( ... ) rule!footer_component } The grid is using a recordType for it's data, I enabled the export to excel button to the grid but when I click the button I get the error in the csv file: " Expression evaluation error: could not find variable 'model!parseModel' ". I have no idea what this variable is or where it could be from or what it does. I checked within the record list view, and that exports perfectly fine, it just doesn't work in the grid Interface I have.
Hi All, I have a query rule as below and when passing to the process model, output is coming weird as Data: object,object. Please help!! Expression rule output - [startIndex=1, batchSize=1, sort=[field=updatedDateTime, ascending=false], totalCount=-1, data=[caseId:123,IDNumber:122567,caseStatus:On-Hold/Request for Info,clientName:user155678,folderId:1267888], identifiers=322] When same rule passed and saved to pv of type datasubset in process Model: [startIndex=1, batchSize=1, sort=[field=updatedDateTime, ascending=False], totalCount=-1, data=[object Object], identifiers=322]
Hello,In the scenario below, I understood the reply, but could you explain me how to implement an "Event Subprocess" please ?I don't see any simple option or such smart service in the process modeler palette. And in the "subprocess" service I don't see how it can be triggered by an event.Do I need a Rule or Timer event, or "Receive Message" to activate the supProcess?If you have a tutorial on internet, it would be perfect :-)Ms. Durant is working on an Appian application to track customer orders for a retail company. The application needs to trigger a series of tasks to validate order details, check inventory, and process payments. However, if the payment fails, the task flow should automatically halt and notify the customer service team to follow up. Additionally, the process must be able to send notifications to the customer about their order status at each stage. What is the best way for Ms.
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.
is there any direct way to change the background color to white or any light color as chart labels are invisible with Black back ground in the download image( default capability) of charts.
Hello,In the scenario below, I understood that B/ was the good reply, but could you explain me how to implement an "Event Subprocess" please ?I don't see any simple option or such smart service in the process modeler palette. And in the "subprocess" service I don't see how it can be triggered by an event.Do I need a Rule or Timer event, or "Receive Message" to activate the supProcess?If you have a tutorial on internet, it would be perfect :-)(Scenario-based). Ms. Taylor is working on an Appian application to track customer orders for a retail company. The application needs to trigger a series of tasks to validate order details, check inventory, and process payments. However, if the payment fails, the task flow should automatically halt and notify the customer service team to follow up. Additionally, the process must be able to send notifications to the customer about their order status at each stag
I have a portal (yes a real portal) where parishes set their preferences for a speaker for Mission Co-Op Mission Sunday. The interface has a dropdown where they select the parish they want to set preferences and sets a local variable, slectedParish. Once the parish is selected, I load a local variable, selectedParishProfile. local!selectedParishProfile: if( a!isNotNullOrEmpty(local!selectedParish), rule!PMSO_getParishProfilebyParishID(local!selectedParish), null ), Now, the parish may or may not have an existing profile. So the expression rule either returns the profile or null if one does not exist. In the interface, I have a radio button field. a!radioButtonField( choiceLabels: { "Yes", "No" }, choiceValues: { true, false }, label: "Can the Parish Provide Lodging?", labelPosition: "ABOVE", value: local!selectedParishProfile[PMSO Parish Profile.fields.parishLodgingType'], saveInto: local!selectedParishProfile[PMSO Parish P
a!recordActionField( actions: { a!recordActionItem( action: 'action_1', identifier: ri!identifier ), a!recordActionItem( action: 'action_2', identifier: ri!identifier ), /* this last one should be the primary */ a!recordActionItem( action: 'action_3', identifier: ri!identifier ) }, style: "TOOLBAR_PRIMARY", display: "LABEL_AND_ICON", align: "END" ) I have the following code above with the following style "TOOLBAR_PRIMARY". I would like to be able to set which action is the primary one. I haven't seen such option. It always applies the style to the first one one the left. What if I want the one on the middle to be the primary action? Or the last one on the right to be the primary? I appreciate any hints on this since then.
Hi, I have a local variable with 2 items . I need to add each element in the array with the corresponding index and display the total . Eg {1,2,3} +{1,2,3} = {2,4,6} But in my case I can't apply the addition directly . It should be in a loop. I even tried using merge function but it is not working.. . How to achieve this. The below output is present inside a local variable (local!final).I need to add {0+2,36+82,2+8} and form a single array.
I have an action that opens in a Medium Dialog Box Size and would like to know if it's possible to automatically trigger another action in a Small Dialog Box once the initial action is completed. Is there a way to dynamically change the Dialog Box Size during process model execution? Alternatively, can an action with a Small Dialog Box be automatically called from within a Medium Dialog Box upon completion? It's important for the second dialog to remain optional, giving users the ability to cancel it with the "X" icon. I appreciate any insights or suggestions on achieving this functionality. Thank you in advance for any insights!
I have an editable grid where I can validate if the grid contains any duplicates. I m able to write the validate message but I need to get the index or highlight the row where duplicates actually exists.
Hi team,There is one requirement where I have one record for which I have one summary view. In the summary view, I am maintaining 3 tabs: Request Details, Country List, and Audit History. Here, I am maintaining a site with 2 tabs. In Tab 1, I want to show a grid, and upon clicking on the Request ID, it will open the summary page. In this tab, I want to show the Audit History section. However, if I click on a request in the grid in Tab 2, I want to show only the Request Details and Country List. Is this possible in Appian?
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!
Hi All, I m a beginner in appian. As part of my request, I need to build a editable grid with record data rule input. I have 5 fields totally and I need to display them. Can someone help me how to configure edit button and add button and what actions I need to perform to save or update the values to the rule input. And i should add only one row at a time and all the fields in grid are mandatory. Can someone help me with the code.
Hi all, there is one requirement where user will search with 2 to 3 part number like 3456,3234. We should show in which countries this part numbers are allowed to use data base structure : countrylistid(pk) , partnumber, countryname, isallowed(bit(1)). Notes : For 1 one part number there are 150 entries in database.
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
Hi, I have a gridfield inside a foreach loop. I need to display the items side by side. Currently it is displayed one below the other. I need to display 2 grids in each row. How to achieve this.
I have created a process to loop through each row in a record, and for each row, I have defined a set of instructions to execute. However, I'm encountering an issue where the process enters an infinite loop. In the "Get Script Task," I am using a simple query to retrieve data from a record. I attempted to save the query result in a multiple variable, hoping it would allow me to loop through the rows correctly, but it still results in an infinite loop. the problem is im not able of retreiving a single value of a frild form the record , its concatenating all the values in the output inside the variable ,and not one by one which cuases this infinte loop , and this what im passing for codice progetto : pv!ImprotPregressoPC['SC Import Pregresso PC.fields.codiceProgettoConnessione'] how can i make it retieve one by one every loop?
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.