-
Recently active
Hello everyone, I can't find a single mention in the docs for this, so here I am - does anyone know what 'Orphaned' means for the result of an Appian RPA process? The process was a longer running one (looping over several pages to pull data out) In the Robotic Processes tab of the Appian RPA dashboard, the Result shows as Aborted and Orphaned. It shows pretty much the same thing in the Monitoring -> Events tab. There's no error in the process indicating why it would have broke, so any insight is appreciated!
Has anyone done any integration with an Appian program and a PLC?
Hi all, I am trying to configure the RPA resource. The final Maven setting does not work and results in error. I have tried to give the credentials and all the URL info but still pops up with same message. The same works fine when I initiate from my personal PC but when I try to work on the same logic with my official Pc there is an error thrown. Is there something am I missing to configure or set up I specified my URL as : https://<mysite>/rpa-repo/ I gave my credentials too
Hello everyone I am new to Appian and I wanted add data from a recordtype to the dropdown but I can't seem to figure it out. I tried different ways but I've got nothing. Can anyone asisst?
Hi,Is there a video/tutorial on how it is possible to import a plugin into "FitNesse for Appian"? I would like to test using the plugins indicated on the official fitnesse website, but I'm not getting it. Thank you.
getapplicationprocessmodelsuuids() this will give us the complete list of all process in a specified application. looks like its no more working. Can someone please let me know the equivalent for the same.
There is a process which is used for exporting data to excel as shown below: the process is breaking at script task where we are calling rule rule!QueryandCovertToExportableCDT(pv!id) error- An error occurred while evaluating expression: rule!QueryandCovertToExportableCDT(pv!id) (Expression evaluation error in rule 'QueryandCovertToExportableCDT' at function a!queryEntity [line 2]: An error occurred while retrieving the data. Details: Unexpected error executing query (type: [ExportableCDT], query: [queryentity expression], order by: [[Sort[id asc]]], filters:[(id in TypedValue[it=101,v={1,2,3...2800}])])) (Data Outputs) Investigation - As per my investigation it is failing in the the expression rule QueryandCovertToExportableCDT while passing rule input "id" which is of integer type array as it is not accepting more then 4000 character. Can anyone help me with some input in order to resolve this issue.
HiI All, I have created a pricing change request poral and it has 3 users 1. vendors, 2. buyers 3. internal teams ,I want to design a login page for main portal . The login page will be same for all users but based on credentials we need to direct the users , for example login page is visible for all the category users whenever , the vender category user trying to login with his credentials it has to redirect the vender to the vendor action page , like wise for the buyers and internal team category , please let me know how to design in my application vendor has to request , buyer and , internal teams will approve or reject the vendor request . and let me kow how to setup users credentials and passwords Thank you all
Hello, We need to get message from Blue Prism integration after integration call is successful. When we call integration directly in integration object we get response in raw response like this: "<soap:Envelope xmlns:soap='schemas.xmlsoap.org/.../' xmlns:xsi='www.w3.org/.../XMLSchema-instance' xmlns:xs='www.w3.org/.../XMLSchema' xmlns:soapenc='schemas.xmlsoap.org/.../'><soap:Body><Message xsi:type='xs:string'>Successfully completed process</Message></soap:Body></soap:Envelope>" But, when we call integration using call integration smart service in process model and try to save response we get empty result: [] saved in process variable. Is there a way to get the raw http body while calling the integration smart service so I can parse it manually?
Hi, how can we fetch only 24 hour Data in expression without using DB in Appian.
Hello, In a process I'm sending an email with an attachment. The problem comes when the document attached looks like its corrupt or in a strange situation. What could cause this? Here i'm triying to insert pictures of the configuration and the error. Image of the document recived: Image of the configurations on the process in the email sender. Thank you!
Hi Team, I am trying to get the month, day and year from the date time. I was able to filter the records using a query, but the result is in a list type variant. I am unable to apply month/day functions to the fv!item. If i write month[fv!item] i am getting the following error. "Expression evaluation error at function a!forEach [line 47]: Error in a!forEach() expression during iteration 16: Expression evaluation error at function 'month' [line 56]: A null parameter has been passed." I believe it is because each individual item is itself a list. I don't know how to drilldown the list. fv!item[1] give me another error. "Expression evaluation error at function a!forEach [line 47]: Error in a!forEach() expression during iteration 1: Expression evaluation error : Invalid index: Cannot index type Number (Integer) into type Date and Time". Any help is appreciated. thanks
Hi, I am working on a end-user interface that allows users to add "properties" to different "content type" objects from the front-end, without requiring a developer to go into the back end, create a new table & corresponding joins, update the CDT & relevant objects, & then finally push an update to production. As part of this, I am wondering if it's possible for users to connect to existing tables & record types. The ideal interface would allow users to directly select which record type they want to connect to from the front end. Is there a way to access or store the UUID or name for all record types in an environment?
I have one interface with few questions on it, i want to set the timer as if user not completing this form in particular time period it will get auto submitted or else he can attempt all the questions and submit the form in time on clicking submit button. or without clicking on submit button how can we submit the form after particular time. Thanks in Advance.
Hi All, what are the possible ways to get our appian certification extended .
Hi all, Here are my needs: I have a grid of records with checkboxes and a button. I woud like to delete selected records and refresh the grid. Deletion works good. Refresh does not work. I read alreqy these 3 posts with problems similas to mine, without finding a solution: https://community.appian.com/discussions/f/data/25926/how-to-refresh-a-recordtype-after-the-end-of-a-process https://community.appian.com/discussions/f/data/25694/record-refresh-after-record-action https://community.appian.com/discussions/f/new-to-appian/25654/page-refresh-or-redirect-on-after-button-press/100298#100298 What i did so far is to create a read only grid. Data are retriven from a recordType, relying directly from the DS. Clicking on checkboxes stores record ids on a local variable. The button invokes a PM who does other operations before deleting checked records from DS. All branches in PM are chained up to the delete step. here the button: a!buttonWidget( label: "Del
Hi all I'm facing a problem when I try run this code: a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: { hour(ri!ES_Working_Hours_Record.LeavingTime - ri!ES_Working_Hours_Record.StartTime), " hours", if( hour(ri!ES_Working_Hours_Record.LeavingTime - ri!ES_Working_Hours_Record.StartTime) = "8", " Working hours are complete", if( and(8 > hour(ri!ES_Working_Hours_Record.LeavingTime - ri!ES_Working_Hours_Record.StartTime) > 0), " Working hours are not complete", if( hour(ri!ES_Working_Hours_Record.LeavingTime - ri!ES_Working_Hours_Record.StartTime) = 0, " insert working hours correctly please", " working hours passed limit" ) ) ) }, size: "STANDARD", style: { "STRONG" } ) } ) }, I got this message: Error Evaluating UI Expression Expression evaluation error [evaluation ID = ] in rule 'es_working_hours_record2' at function 'hour' [line 33
I am using modern records/Sync records to create related actions. I have around 20+ related actions i need to define for an Interface. I have to pass the most common parameter for all 20 of them. Example: I need to pass Case information into each related action, i am using a!queryRecordType to pass this info. I am passing this 20 times for each 20 RA as mentioned, i am not happy with using it multiple times. I can create an expression rule for it alone and pass it; still it being called 20 times. Is there a better approach to achieve it in single call and passing along to the remaining RAs???? case:a!queryRecordType( recordType: 'recordType!{092e25cb-d859-498e-810c-ede1a27152dd}FAS Manage Case', fields: 'recordType!{092e25cb-d859-498e-810c-ede1a27152dd}FAS Manage Case.fields.{c59a2f56-2d82-405b-8012-f24f371ae9ab}id', filters: a!queryFilter( field: 'recordType!{092e25cb-d859-498e-810c-ede1a27152dd}FAS Manage Case.fields.{c59a2f56-2d82-405b-8012-f24f371ae9ab}id',
Hi, I have a lot of code that I am trying to write in the expression editor. After saving code is getting trimmed. I am not sure if there is any limit on the number of characters that are allowed inside Expression Editor. Code is getting trimmed starting from the yellow highlighted color. Can someone advise on this? Thanks.
when i click on Record link i got this error in the interface it show the summary view this is my configuration how to fix this issue
Hi, I want to setup and make sure to run a process from an e-mail sent externally. I am working on the cloud version currently. How do I do this? Thanks in advance!!
Hi, Can we change the background of a record action with style "SIDEBAR" in a Read-only grid. something like this, each record item should be different color.
Hello Everyone, is there a guide how to configure a resource for APPIAN RPA in AWS ?
Hello Team , I am new in Appian and now planning to give Associate level certification. Anyone who recently appear for the certification can please help me with the question (If you remember so.) or type of question . I have already gone through Sample paper given in training . Any help highly appreciated . Thank You,
here for the fist two filters i want to use it as "AND" operator filters and last two I want use as "OR" operator. Is there any way to do it inside the a!queryrecordtype function?
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.