-
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 .
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
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
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?
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?
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
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',
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
Hey folks, Been running into an odd situation. Although I am in the groups Database Administrators and Database Editors, I am unable to view or edit (most) Stored Procedures & Functions on the MariaDB. The Appian version the customer runs is 22.2 and I should have all the necessary privileges, but nope.. tried to search for a fix for this but alas, no answer could be found. Has anyone else have had this issue or know how to fix this? Thanks in advance, Matthias
Hi,I am using record data ( a!recordData() ) in "data" parameter of the read only grid and I am not able to make the paging dynamic ( should fetch the data/rows from the Record according to the batch size not the whole data), because of this the grid taking too much time to change the paging from one batch to another ( here in the below code pageSize: 10 ). Expected Outcome: Data should be fetched according to the batch size from the record not the whole data and User Filters must also work with the dynamic paging.Thank You.
Currently we have option to add a!recordActionField in the paging grid column to display record action. But is there a way to display more than 1 record action in one column? Please suggest.
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.