-
Recently active
What is Environmental Constant ?
Hello, We are trying to extract the data from PDF using AI skill Extraction but not able to extract most of the data, Is there any way to improve the AI skill document extraction performance to extract complete data in PDF Thanks R Gopala Krishna Raju
I'm facing an error while triggering a process from an email. Once it is triggered I have tried below two things basically 1. Extracting Data from Document 2. Move document to particular folder And user is guest since i am triggering from an email. Any insights or guidance on resolving this would be much appreciated
Hi All, How can we avoid tabbing for Help Tool Tip. Like in a section layout implemented tabbing but this tabbing is also getting applied to the help tool tip of the text fields and drop-down fields, how to avoid this tabbing to those help tool tips. Any suggestions? Thanks In Advance, Gousii
Is there any open source plugin to access the third party endpoint url with mtls certificate authentication. Please help us if it is available.
Showing this error while runnig RPA environment on Appian: To ensure appian is able to sign is as expected verify the user name associated with the robot is correct.
HI, Thanks for all the details that i get here. Iam new to Appian tool ( 1 day ) , i would like to understand if appian is available in china region. I dont see any appian related services in the china marketplace. Please help me understand if appian is available in china region. If it is not available, what are the other alternates that i can use in China region as a low code hyper automation tool. Thanks for all the details
Hi all, I have these site pages, (these pages have rule inputs, but they start as null from sitepages): On another page, there's a state and location in which the user can click on a button to redirect to those options, in this case I'm able to pass values to RI: I'm using for these buttons the starprocesslink to display the same site pages, but I notice the tab doesn't have highlighted, it remains highlighted the page from which it was invoked. Wrong selection: Desired: Is there any suggestion in how I can programmatically open the site page (in the 2nd scenario, passing rule inputs) and have it highlighted ? Thanks in advance
I have a case where i need to delete 1million documents from appian. so what I did is querying the appian doc ids from the DB and checking whether the appian has this document and proceeding with deletion. for this i planned 2 approaches: 1. using a rule querying the doc ids from db. then, I will make an intersection with doc folder (getting list of doc ids in this folder) and doc id list to confirm those ids are in Appian and proceed with deletion. 2.adding a script task before deletion to whether doc is present in appian or not using isObjectexists then proceed with deletion(currently my environment has only delete single doc at one time) which will be best solution and pros and cons of it or is there any other ways . I'm new to Appian can anyone help me this ?Thanks in advance
Hii, is there any way to collapse in cardlayout section. I have a requirement like inside cardlayout section we have four selected tab again in cardlayout one by one that tab enable after approve after enable last one how can we collapse by default.
Can anyone brief about attended and unattended node?I'm bit confused of both
Hey everyone! I am writing an expression rule to count the rows in multiple task tables so I the user can have the total number of tasks they need to complete on the label for one of the View pages on the record. I have been using a!queryProcessAnayltics().totalcount and I have modeled each of the 8 off of the expression mode code for each of the tables. Unfortunatly I keep receiving 0's when I'm expecting a few on them to have values >=1. Is thre anything right off the bat wrong with my code? Do I need to wrap the code in anything to get the results I want? This is essentially what my code looks like. (I have a rule input called prjId (text value). a!localVariables( local!name1: a!queryProcessAnayltics( report: REPORT_NAME, contectProcessModel: {LIST_OF_PMS},  
Hi Team, When Appian is down for maintenance do what will happen to the processes? Will they be queued or fail?
Hello Everyone, I have to show the UI like this(read-only), first two columns' data comes from different table (like collateral_cdt) and 3rd and 4th columns data comes from (cust_doc_cdt).How can I display this Ui? Please suggest on priority
When I try to add a Record Type Event it is impossible to add history and event type names : anaything I insert in those field get erased
What is the right way to index a specific field? im getting index error (Customer can only be indexed into using square brackets or the index function)
Hi team, Iam building a logic where i have two lists as listed below, now i want to check data[1] i.e, wifi Router Demand value 500 with all (5 items)count values in Items[1] . and same data[2] with items[2] with all 5 count values in items[2] and return the sparepart Names that are less than demand value. 1. data: [product=Wi-Fi Router, Demand=500, productid=]; [product=Wi-Fi Extender, Demand=7, productid=] 2.items:{ {{Sparepart: "Wi-Fi Module", count: 100, productid: 1}, {Sparepart: "Antenna", count: 100, productid: 1}, {Sparepart: "Power Supply Unit", count: 100, productid: 1}, {Sparepart: "Ethernet Port", count: 100, productid: 1}, {Sparepart: "CPU Chip", count: 100, productid: 1} }, { {Sparepart: "Wi-Fi Extender Module", count: 20, productid: 2}, {Sparepart: "Extension Antenna", count: 30, productid: 2}, {Sparepart: "Power Adapter", count: 15, productid: 2}, {Sparepart: "Ethernet
Good morning, I am trying to configure the Send Meeting Request smart service but it is giving me the following error: "Unexpected error. (APNX-1-8000-000)" and the configuration is as follows: From Email Address-->"prueba@email.com" From display Name-->"prueba" to-->"prueba2@email.com" Has anyone had this same problem? Regards and thank you very much in advance!
Hi Team, When try to open and application in the designer , It is taking too long time and showing 503 error, Not sure, I been working on that from yesterday but today when i try to open the application it is not opening, I cancelled all the running instances as well in that app process models which contains , Need to connect appian on this ? Thanks, Udayasai
Hi Community ,I want to send email on the basis of Two Constants. 1. Constant Type is of User2. Constant Type is of Email. ( bcz it is a Group Email for e.g. Support Group)How to write expression on Email Node in Process Model for this.Please help me on this.Many Thanks !Regards,Abdus Samad
How can display the label of the choice and not the index in the grid . The data is being fetched form lookup table ( RECORD type),while the document table is a CDT. example on how i display the dropdowns a!dropdownField( label: "Main Type", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels:local!type['recordType!{myrecord} Main Type.fields.{myrecord}descEn'], choiceValues: local!type['recordType!{myrecord} Main Type.fields.{myrecord}itemCode'], value:ri!DocDetails.mainType, saveInto: {ri!DocDetails.mainType}, searchDisplay: "AUTO", required: true, validations: {} ) a!textField( value:fv!item.id, saveInto:fv!item.id, readOnly: true, align: "CENTER"
Hello, I was wondering if there was a function which takes as input a string and returns the same string stripped of any accents (ex: été -> ete). If not, what would be the most efficient way of achieving this result within an expression rule? Thank you
I have a process model in which I'm using a start process. Problem: The process model inside start process is working fine but the main process which uses start process have few problems: 1) Even though latest version is published by me but this PM is still running on draft version 2) Error: in many PM I saw that the PM's latest version is published but it is running on an older version.Please provide a solution Thanks in advance
I have a expression rule to a html table , but i have to remove comma from it how can i do it, In output is returns a Semicolon
Does Process deadline triggers escalation?
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.