-
Recently active
facing the error with outlook version - 2016 pro [ERROR] 2021-03-09 11:43:43 13s (0h) - com.novayre.jidoka.outlook.api.exception.JidokaMsOutlookException: Invoke of: SaveAsFileSource: Microsoft OutlookDescription: Cannot save the attachment. The path does not exist. Verify the path is correct Is there any specific version on which all operations will work fine as with 2016 pro we have an issue with saving attachments? https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_win10-mso_o365b/outlook-path-does-not-exist-verify-the-path-is/37bf4802-dc8d-4e29-8f10-75af043db712
Hi All, We have written the code for a keyword driven framework in eclipse. When we are trying to deploy the method in RPA from eclipse, we get the message "deployed successfully/build successfully" in eclipse CatLog but few methods that are having return type are not getting reflected in RPA console. Thus our query is to confirm whether there is any possibility to deploy a class into RPA from eclipse or methods with return types? Thanks and Regards, Pragya Dwivedi
I have the following situation: - search text field for entering the client's ID - ADD button that does the search and adds the client to the grid - pretty complex UI which has this part regarding ADD button: a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Add", saveInto: { a!save(local!addbButtonSwitch, not(local!addbButtonSwitch)), a!localVariables( local!client: a!refreshVariable( value: rule!APP_getclient( clientGroup: fv!item.id, clientCheckCdt: ri!clientCheck_cdt, clientRequestCdt: ri!request_cdt, searchString: trim( local!searchId[fv!index] ),
Hi, I have Question on adding a new field with Number(decimal) as type in CDT by using XSD Uploading, i am in confuse situation where what will the following values for Decimal?? is it decimal or float or double in XSD file </xsd:element> <xsd:element name="Amount" nillable="true" type="xsd:double"> <xsd:annotation> <xsd:appinfo source="appian.jpa">@Column(name="AMOUNT", length=255)</xsd:appinfo> If needed to Map the same field to Database SQL what will be AMOUNT column will be?? is it decimal or Double or Float or something else and also does length also be mentioned??
Hi All, I am trying to connect Jenkins with the Appian RPA, where we have to pass a pom file path, when we create Jenkins job. There is some authentication issue while parsing the pom file. PFA the screenshot for the same. In case anyone has faced similar issues please share a work around. Thanks in advance! Thanks and Regards,
Hi, I have a dictionary as below - a!localVariables( local!data: { { col1: 1, col2: "N1", col3: "A1", col4: "S1" }, { col1: 2, col2: "N2", col3: "A2", col4: "S2" }, { col1: 3, col2: "N1", col3: "A1", col4: "S3" } }, local!data) I want a result that comes up post running this code - a!localVariables( local!data: { { col1: 1, col2: "N1", col3: "A1", col4: "S1" }, { col1: 2, col2: "N2", col3: "A2", col4: "S2" }, { col1: 3, col2: "N1", col3: "A1", col4: "S3" } }, local!commonData: a!forEach( items: local!data, expression: { data: index( local!data, wherecontains( merge({ fv!item.col2 }, { fv!item.col3 }), merge({ local!data.col2 }, { local!data.col3 }) ), {} ) } ), union(local!commonData,local!commonData)) But I am getting error Expression evaluation error at function 'union' Cannot compare ty
From the tutorial of RPA, it is asked to add instruction to Robotic process. But there is no section of Instruction in Robotic Process Configuration. Can anyone help?
Hi guys, i'm trying to understeand the RWM component. But when I try to access I receiving this error: I'm a "role admin", I can acess to appian RPA and create new project. I've got a "roleoperation permission", i need to have different permission? Thanks and best regards, Erzen
Same as subect
Hello community, I wonder if it is possible to check with in a if condition if a passed value of any type is a CDT.I want to make a generic expression rule to convert a body from JSON to CDT with two rule inputs.1 body of type text.2 any type, but only CDT's so no integer, string etc. So I want the to JSON function only to execute when the ruleinput is a CDT, if not I want to return a custom error message text string.Are the CDT in a specific reserved numeric range so I can use that, or is there another approach? Kind Regard, Erik
a!queryEntity( entity: cons!CH_ENTITY_Clients, query: a!query( filter: a!queryFilter( field: "cid", operator: "=", value: ri!rid, ), pagingInfo: a!pagingInfo( startIndex: "1", batchSize: "1" ) )).data
Hello, after Appian upgrade to version 20.4, I have a problem with confirming Save & Close button in Expression EditorClose and Save & Close buttons are now up and when I try to click on Save & Close button it's like I'm trying to edit that button.I can't confirm it. Any suggestions? How to solve that problem?Thanks, BR
Hi Everyone, If anyone has debugged RPA process using Intellij, please let me know the steps. I can able to see the documentation given only for eclipse . Please guide me.
Hi All, I'm building an use case where there is a need to iterate through a queue and Fill some forms. For this, I will need to save current row items from a queue in to few process variables. Later, I use these process variables to fill values on browser forms. How do we save a queue current row/item into PV/PV's? Thanks in advance, Arjun.
Hi All, Could u pls help me for my below questions What are the steps to follow the Appian to External System?
Hi Guys, Can you please help me with the below query, * I wanted to upload a file from local to Execution results in RPA console. * Send file from Local to Appian KC without using Web API. Please share if you have any sample codes as well. Appreciate your help !! thanks,
I have one editable grid in which one priority field is there: a!integerField( label: "Priority", labelPosition: "ABOVE", value: if(not(isnull(fv!item.priority)),int(fv!item.priority)-rule!CRP_CheckPriority(fv!item.priority,fv!item.contentdomain),fv!item.priority), /*saveInto: a!save(fv!item.priority,if(rule!CRP_CheckPriority(fv!item.priority,fv!item.contentdomain)>0,a!save(save!value,int(fv!item.priority)-rule!CRP_CheckPriority(fv!item.priority,fv!item.contentdomain)),save!value)), */ saveInto: {a!save(fv!item.priority,save!value) /*if(rule!CRP_CheckPriority(fv!item.priority,fv!item.contentdomain)>0,a!save(fv!item.priority,int(fv!item.priority)-rule!CRP_CheckPriority(fv!item.priority,fv!item.contentdomain)),a!save(fv!item.priority,save!value))*/ }, refreshAfter: "UNFOCUS", readOnly: if(local!gridreadonly="Edit",true,false), validations: {if(and(local!gridreadonly="Save",not (isnull(fv!item.priority))),{if(count(rule!CRP_Get
Hi everyone, I need to create two expression rules that shows: 1. The information of all unfinished instances of the processes (what is seen in monitoring as not completed) in a range of dates. 2. Same, but with finished instances. Both must return a dictionary list with the basic information of the process: name, who started it and start date. Can you help me? Thank you!!
Dear All, I changed Appian RPA Default repository password through RPA console and then I found that it should not be changed. Now I am unable to connect to a repositories. Any help will be highly apprciated. Thank you, Ricky
Hi Can anyone please provide the link for downloading jacob-1.18-x64.dll for outlook. The link provided on the page is showing Not Found The requested URL was not found on this server.
Hi facing this error while trying to get the mail list from the inbox folder. [ERROR] 2021-02-10 12:10:19 09s (0h) - com.novayre.jidoka.outlook.api.exception.JidokaMsOutlookException: Can't map name to dispid: ConversationID[WARN] 2021-02-10 12:10:19 09s (0h) - Method manageException invoked[ERROR] 2021-02-10 12:10:19 10s (0h) - java.lang.reflect.InvocationTargetException
While executing the outlook module (open outlook), the execution is breaking at start method and agent. [STAT] 2021-02-05 11:26:47 - - <ACTION_START> - Start action 'start' - 'Init' // dur: - - avg: - etc:[WARN] 2021-02-05 11:26:48 - - Method manageException invoked[ERROR] 2021-02-05 11:26:48 - - java.lang.reflect.InvocationTargetException Exception thrown on agent.
[STAT] 2021-02-05 11:26:47 - - - Start action 'start' - 'Init' // dur: - - avg: - etc: [WARN] 2021-02-05 11:26:48 - - Method manageException invoked [ERROR] 2021-02-05 11:26:48 - - java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.novayre.jidoka.client.RobotClientExecutor.invokeMethod(RobotClientExecutor.java:1790) at com.novayre.jidoka.client.RobotClientExecutor.workflow(RobotClientExecutor.java:739) at com.novayre.jidoka.client.ETechnologyClient.internalRunJava(ETechnologyClient.java:258) at com.novayre.jidoka.client.ETechnologyClient.runJava(ETechnologyClient.java:240) at com.novayre.jidoka.client.ETechnologyClient.lambda$static$1(ETechnologyClient.java:36) at com.novayre.jidoka.client.ETechnologyClient$$Lambda$54/285133380.ap
Is there any way to catch the exception thrown during execution by the Bot in Appian RPA? I need to take some action in case exception occurs via any component of low code. For example Bot is performing Click on Element action on 10 -15 buttons in web page and No Such Element thrown for one of the element on agent, so I want to send customize email with exception trace. In java code we can achieve this by using try catch but need to see how appian catches low code component exception. Regards, Mukesh
I was going through someone else's code at my company and found a puzzling thing. There was a parent expression rule calling a child expression rule. The child expression rule referenced a rule input that it did not have defined. The parent rule did have that rule input defined, and the child rule was able to access the rule input defined only in the parent. I want to make it clear that I believe the child rule *should* have had a rule input defined, and that the input should have been explicitly passed by the parent rule. The situation I ran into is not something I would personally rely on or a best practice I would recommend. Is this behavior intentional? Just curious. Below is a simple example: The parent rule has one rule input of a CDT "Widget" which has field1, field2, field3. ri!widget of type Widget is defined on expression rule "parentRule". contents of parentRule rule!childRule( ) childRule has *no* rule inputs
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.