-
Recently active
Expression evaluation error [evaluation ID = a6b59:bf472] in rule 'ofm_repairsection' at function a!buttonWidget [line 222]: An error occurred while executing a save: java.lang.IllegalStateException: A Value should not be the result of activation What exactly this error mean.....
the
I'm trying to open a summary page in site by using a hyperlink from dashboard and I'm getting the following error "An error has occured The field [e40--------] does not exist.(APNx -1---)"
I am facing issue in apian, as I need to get the data which is present in cloud data base store to my appian process modeler in CDT form of every data, how to do that could you suggest your ideas on it mainly i need to get the data which is present in cloud data store to into my appain ui inteface . every data which is present in cloud data store (table) need to come one by one in array form .
Hi everyone, How to query in appian Not between in these date from oct 1 to oct 5, I would like to show data that not between on these date?
Update #1: I still wasn't able to get this working with a!recordActionField(), but instead I included it by adding the Related Action shortcut on the view configuration. This seems to be a bug with the User Record Type. Update #2: Passing the UUID with the user() function as the identifier was the solution! Thanks Dan. I created a custom view for Appian's User Record Type (the same record that displays when you click on your user icon and go to "Profile"). I have a related action that takes the user to a custom form to update some details. When I trigger the related action using a!recordActionField(), the following error is thrown and the process does not start: An Error Has Occurred The specified User related action does not exist or you do not have permission to view it. However, when I trigger the same related action by visiting the out-of-the-box "Related Actions" view on the User Record, it starts the process successfully
I need to get process tasks by groups of particular appilication , Thus if I have a process report for L1 group show below . while fetching thoese report to interface i am getting Error The error says passing empty values . the cons i am calling for process report is attached below , what changes should i do now?
Hello Everyone,I am making bill splitter app I have one cdt where I am having friends field as an arrayz. so in database 2 table are getting created for it one is normal cdt values and other table is for friends array. I am not able to use that value in process model please help me with I am new into appian can you please tell how to resolve this issue
Hi All, We are connecting to a particular schema through connection details in database and its getting successful. When we are trying to connect data source with same connection details from Appian, the schema is shown different and in Appian selecting schema while creating Data type is disabled. eg. Connecting to Schema in DB is "ABC". but after creating Data source in appian and creating CDT, Schema is shown as "XYZ" and not selecting schema is disabled. Any suggestion on how to connect to a correct schema by making any change in connection string? Thanks in advance.
There is a requirement where i need to parse csv/exel file and insert data into database. But the problem is number of columns can be different each time. I have tried to use available plugins but it's not working. Thanks, Hemant
In column chart the label above the column shows a number. The problem is for the empty one it shows zero and I want it to show nothing for Zero. How to do that.
Hi All, I have inserted the interface code, comment field line :152, here how can we pass the ruleinput to value and saveinto parameter.? thanks in advance. a!localVariables( local!griddata: 'type!{urn:com:appian:types:IA}IA_asupplier'(), local!selection: ri!addProduct.status, local!comments, a!formLayout( label: if( ri!Manager = true, "Approval for Product", "Add Product Details" ), contents: { a!sectionLayout( label: "", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( label: "Product Name", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: cons!IA_ProductName, choiceValues: cons!IA_ProductName, value: ri!addProduct.productname, saveInto: ri!addProduct.
I'm trying to set up a record action to launch from a record list interface. It appears almost everything is working, but when I hit the button I get an error in the interface. The error message corresponds to a previous issue I had where the rule input (the record I want to modify) was null. Therefore I suspect it's not getting properly passed, and I called the identifier field wrong. What should I be using here?
Hi, Recently I have deployed a new application to Production environment. But facing DB connectivity issue.Please find the screenshot for reference: After creating the Data Source at Admin Console it shows Test Successful.Please find the screenshot for reference: and when I verified the Data Store, it is successfully connected to DB.Please find the screenshot for reference: Now the application starts working finePlease find the screenshot for reference: After some time I tried to login it is showing same error.Please find the screenshot for reference: I'm repeating the same steps to avoid the error. Please help me in clearing the error. Thank you.
Hi,Recently we deployed a new application to the Production environment. But facing DB connectivity issues.Please find the screenshot for reference: After creating the Data Source at Admin Console it shows Test Successful.Please find the screenshot for reference: and when I verified the Data Store, it was successfully connected to DB.Please find the screenshot for reference: Now the application starts working finePlease find the screenshot for reference: After some time I tried testing the UI and it is showing the same error.Please find the screenshot for reference: I'm repeating the same steps to avoid the error.Please help me in clearing the error.Thank you.
Hi everyone, I wanted to do validation based comparing the data already existing in database, but problem is that I have around 40000 records, so while fetching data from database to appian it is throwing the error. How to handle this scenario.. Thank you all in advance! Regards, Kiran Sajjan
Expression evaluation error : Invalid index: Cannot index property 'fields' of type Text into type RecordType (APNX-1-4291-001) How to resolve this?
Hi All, We've a process which is started via webAPI and has a node which uses QueryProcessAnalytics to query the process report to get a few details. This node where it fetches the data from Process Report is not working/not returning results when running the node as the same user as process initiator(in this case , service account used by webAPI), however, it works fine when changing to execute as user (process designer). We checked the security of the process reports and the parent folder and it has the service account group with Viewer permission. The only difference we see is the service account is basic user and the process designer user is system administrator. Any pointers to why query process analytics is not working when called via webAPI with a service account?
Hi Community,I am trying to query form Active Task assigned to users in my application from a Process report. I was not able to create a filter for the same to check assigned tasks for selected users.= a!queryProcessAnalytics( report: cons!I_MY_OPEN_TASKS, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "c0", operator: "includes", value: ri!taskName ), a!queryFilter( field: "c3", operator: "between", value: { ri!assignedOnFrom, a!defaultValue(ri!assignedOnTo, today()) } ), a!queryFilter( field: "c4", operator: "in", value: ri!assignedTo /*issue at this filter*/ ) }, ignorefilterswithemptyvalues: true() ), pagingInfo: a!defaultValue( ri!pagingInfo, a!pagingInfo( startIndex: 1, batchSize: -
how to create end user to enter the insurance number and get a report.
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 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?
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.