-
Recently active
Hi all, I am importing my application first time on Appian and getting the errors as below screenshot. Kindly help me on this to resolve... Thank you in advance!
I have a grid and many rows. For each row there is 1 check box where when I click on check box value should go to localvariable and when I unselect the check box that particular value should be removed. a!checkboxField( label: "", choiceLayout: "COMPACT", choiceLabels:"yes", choiceValues: 1, value: if( fv!item.value = 0, null, fv!item.value ), required: false(), saveInto: { fv!item.value , a!save( fv!item.isJointUtilized_int, if( fv!item.value = 1, a!save( local!checkbox, append( local!checkbox, fv!item.othervalue ) ), a!save( local!checkbox, rdrop( local!checkbox, 1 ) ) ) }, ), Here value is getting appended into local!variable but while removing its removing last value in array. Not the one which is unselected. Can anyone help
This should be the easiest thing ever, I try to connect the images to the vehicles but something goes wrong with the "ri!vehicle" part of my expression. See below a screen shot. Who knows what I do wrong?
Hi There is an input form like the picture. The values showed on the form are reflected by the values received through local!TAF_CDT_TestRecord: rule!TAF_EQ_SelectTestRecord_ByTestNo(ri!taTestNo) . * rule!TAF_EQ_SelectTestRecord_ByTestNo(ri!taTestNo) is used to query newest Data From DB. Here, I want to make changes on "Comments" from [Test_Data 02_28 to Test_Data 02_29] and change the value by clicking the "save" button. When the save button is clicked, the "startprocess()" is executed, and the db is changed through the write to data store entity in the process. Also change the value of ri!refresh. If a!refreshVarible() for local!TAF_CDT_TestRecord is set as "refreshOnVarChange: ri!refresh". I expected, the local!TAF_CDT_TestRecord would be updated through refresh and qeury the newest data again. And have the new data of local!TAF_CDT_TestRecord displayed on the screen. But instead of the new data value, the
Getting this error when I try to save it to multiple data store entity at process model. Values are there in variables but still its giving error. Can anyone suggest solution
what will be the future of appian developer.
I made a duplicate copy of a process model and gave it a different name. I made changes to the new process model and now want to compare it to the process model I duplicated it from. Is there a way to compare the original process model to the new duplicated model to see what it shows the differences are now? Thank you
a!columnsLayout(columns: {a!columnLayout(contents: {if(isnull(local!exportDocId),/*This link field contains the link that starts the export*/a!richTextDisplayField(labelPosition: "COLLAPSED",value: {a!richTextIcon(icon: "file-excel-o",color: "#6aa84f",size: "MEDIUM")," ",a!richTextItem(text:"Export Customer Report to File",link:a!dynamicLink(label: "Export to Excel File",saveInto: {a!exportDataStoreEntityToExcel(entity: cons!FS_ORDER_ENTITY_POINTER,documentName: "Excel Export " & now(),saveInFolder: cons!FS_constant,onSuccess: a!save(local!exportDocId,fv!newDocument),/*This displays an error if there is an issue executing the the save*/onError: a!save(local!errorMessage,"Error Exporting File to Excel"))}),size: "STANDARD") }),{}),a!linkField(labelPosition: "COLLAPSED",links: a!dynamicLink(label: "<<<Back",value: null,saveInto: local!exportDocId,showWhen:n
Hi, am querying data from db, in that one col name as row_type will will have multiple values- like approved, proposed, out_standing i want to fetch approved and proposed data and show those values in different columns in UI i have to show approved row data in approved limit and proposed rows in allocated limit can anyone help with this
Hallo community, I am fairly new to Appian but spent a fair share of time with training and playing around with different use cases. Unfortunately I cannot get to understand how to correctly create a record type without the need to create a CDT and Datastore first. Since I have to configure a datasource (in my case: Database) I identified two options: Option 1 - Create a new table in the databsae In the process of creating a data model of the record type ("Tell us about your data"), I then select as datasource the newly created table Option 2 - Create a CDT and Datastore first Then again, in the process of creating a data model of the record type ("Tell us about your data"), I then select as datasource the newly created table Disadvantage: Once I create Actions for this Record type, CDT, Datastore and Data store entity are created new again and i Have duplicates in my application or completely ignore the wizard and configure the actions ma
I am certified in another no code low code program. I am finding Appian to be the opposite of intuitive and the Appian developer course to be frequently obscure if not downright terrible. In one of the modules, the narrator has a beyond heavy Russian accent that is hard to understand. She isn’t even on camera - you couldn’t find someone else to narrate? The whole thing feels like DOS version 2022.
Hi, the online training course link (Appian RPA) is no longer working. It was working until yesterday. https://academy.appian.com/#/curricula/5162ffb8-47b5-4516-a127-353f0156a7e4 Getting a message: We're so sorry! We could not locate this course. If you believe you should have access to this course, please contact your system administrator. I am able to access other training links. If i try to access it thru learning journey I am getting a blank screen any help will be appreciated.. I will keep checking though every 30 min thanks jaideep
Hi All, Below is the screenshot of requirement You can see the item status is disabled against + icon and Enabled against cross icon If we click on + icon, status will be changed to enabled and icon will be changed to - automatically. a!localVariables( local!Employeefilterdata:"Employee_Id", /*local!Employeefilterdata: rule!ETA_filterEmployeesData(),*/ local!Employeedata: rule!ETA_employeeData(local!Employeefilterdata), local!deletedEmployeeIds, /* Create Pagination */ local!startIndex: 1, local!batchSize: 5, local!pagingInfo: a!pagingInfo( startIndex: local!startIndex, batchSize: local!batchSize ), local!datasubset: todatasubset( arrayToPage: local!Employeedata, pagingConfiguration: local!pagingInfo ), a!formLayout( label: " Employee Data", instructions: "Add, Update and Remove Employee Data", contents: { a!imageField( label: "", labelPosition: "ABOVE", images: {a!documentImage(
If you use "Delete" among "related actions", an error message always appears. Is this right? 1. In [Record Type], there is a function called [Generate a record action] in [Record Action]. 2. I created a [DELETE action] using [Related Action]. 3. When this [Delete action] is used, deletion works fine, but an error message like the picture below appears. Error message = [An Error Has Occurred The record data does not exist, has been deleted, or you do not have sufficient privileges to access it. (APNX-1-4205-006)] 4. Is this right? Can't I just go back to the list once the deletion is done? It really doesn't seem right to show error message every time, when delete action is triggered. 5. I really believe this is not right. I'd appreciate it if you could give me a solution to this problem. Thank you
Now I'm doing Extending Appian Course of (Build an Application: Step 2 Use an Integration in an Interface) .I want to call integration from interface with parameter.In tutorial ,call integration with parameter of local variable.I try to call integration with parameter i got error .like below...[at function rule!ET_GetData [line 15]: Rule 'et_getdata' has 0 parameters, but instead passed 1 parameters.] My Connected System Object is [HTTP] and My Integration Object call to my http connected system object. My question is how to configure my integration object when i call from interface with parameter? Thanks a lot.
choice1: a!radioButtonField( choiceLabels: cons!CR_APP_TXT_CHOICE_LABELS_YES_NO, choiceValues: cons!CR_APP_TXT_CHOICE_LABELS_YES_NO, choiceLayout: "COMPACT", value: fv!item.answer_txt, saveInto: if( contains( index( ri!crAPPRestructure_cdt.answer_txt, wherecontains( index( local!SingleREFRestructure_cdt, "dependentRefId_int", {} ), ri!crREFRestructure_cdt.Id_int ), {} ), cons!CR_APP_TXT_CHOICE_LABELS_YES_NO[2] ), a!save( fv!item.answer_txt, null ), a!save( fv!item.answer_txt, fv!item.answer_txt
Hi, can anyone let me know can we use update dictionary in expression rule if so let me know how to do it for example am querying data using one CDT, will get some vales those values in the same expression rule i have to update it to another CDT is that possible?
Hi Can any one help me with debuging in appian. Actually I am getting the following error:" Expression evaluation error at function a!query [line 3]: The a!queryFilter function has an invalid value for the "value" parameter. When the value of "operator" is "=" "value" must not be null or empty." , when I run my command to view some information. but the code that is throwing this error now was working fine before. i did some changes in the database and this error started., whereas when I test the value from "test Input" section, it displays the result. Any hint or help will be appreciated. Thanks in advance.
Hi Everyone, I am getting error in write to data store entity in process model when I try to store data. Below I have attached screenshot for the reference Please look into above issue.
Hi, How can we add the record link to the records in editable grid. Can anyone please give a example.
Hi, I'm trying to connect external database with Appian, the question is how can I reach REPO_HOME/tomcat/apache-tomcat/ where is mentioned by the document. in other words, I don't know how to get into that path where I should install RDBMS driver on. thanks to everyone who would like to answer my question! :) the URL is docs.appian.com/.../Configuring_Relational_Databases.html
Do I need to download and install Appian Designer or can I access Appian Designer online? Please share a link if I need to download the software
Hi all, can you please give me more details regarding what are the required courses to achieve Appian Certified Analyst certification? Thanks
Is there any best practices for Appian test automation? We are planning to use Selenium with Appian libraries. (The other questions on this topic are 3 years + old)
I want to make a button that take me to safe link , i can make link separately from a alink component but i want to make it by a button any ideas ?
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.