-
Recently active
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 ?
Hi Team, Can anyone help me to get the alternate plugins of Web and XML extension functionality. Thanks,
Hi all I am following Appian standard in using a text field on a form with which to populate a decimal field in my rule input. Appian standard behavior for a decimal field is that if a comma symbol is used to indicate a decimal place, the symbol is automatically removed and the value is then displayed with no separation. Example: The user enters 650,52 On refresh, the comma disappears and the value saved in the rule input is now 65052 If one uses the period symbol, the value is displayed correctly, thus 650.52, and the value is saved correctly into the rule input We cannot assume that the target group of users will understand the distinction between the symbols, so we need to put in some sort of validation in order to avoid the issue. I have tried using the cleanwith() function, but am unable to make it work. I would like to be able to do one of the following (in order of preference): have the comma symbol automatically replaced with the period symbol set the field up so tha
Hi when am trying to click on any button it is giving this error even am able to print the data correctly here is the code a!buttonWidget( label: cons!CR_APP_BUTTON_LABELS_FOR_CCC_USER[1], submit: true(), validate: false, value: cons!CR_APP_BUTTON_LABELS_FOR_CCC_USER[1], saveInto: { ri!buttonAction_txt, a!save( ri!nextAssignee_txt, local!crModuleStatusHistoryForLastCC_cdt.addedBy_txt ), a!save( ri!moduleStatus_txt, rule!CR_APP_FN_getNTBModuleStatus( inputUser_txt:local!crModuleStatusHistoryForLastCC_cdt.addedBy_txt ) ), a!save( local!moduleRecommendationStatus_cdt, updatedictionary( local!moduleRecommendationStatus_cdt, { approverRole_txt: rule!CR_APP_FN_getUserRole( inpu
Hi, here will create users account for Dev Env. How and where can we create user account for UAT/STG
hi, am not sure why this error is coming a!buttonWidget( submit: true, showWhen: ri!moduleStatus_txt cons!CR_TXT_INITIATED, validate: false(), confirmMessage: "Do you want to Return the Application?", confirmButtonLabel: cons!APN_TXT_CONFIRM, cancelButtonLabel: cons!APN_TXT_CANCEL, label: cons!APN_TXT_RETURN, value: cons!APN_TXT_RETURN, saveInto: { ri!buttonAction_txt, a!save( ri!nextAssignee_txt, local!crModuleStatusHistoryForLastCC_cdt.addedBy_txt ), a!save( ri!moduleStatus_txt, rule!CR_APP_FN_getNTBModuleStatus( inputUser_txt: local!crModuleStatusHistoryForLastCC_cdt.addedBy_txt, fromDU_boolean: ri!fromDU_boolean ) ), a!save( ri!moduleRecommendationStatus_cdt, updatedictionary(
I have a dateField in my application that does not look or behave like the dateField in the Appian Documentation example. I am on version 21.2In the Appian Docs, the dateField date-picker allows the user to select the month or year in pull-downs as well as tab through the items in the date picker. The user can tab to the "today" and "cancel" items as well. In my application, the dateField date-picker does not allow the user to select the month/year with pulldowns nor can the user tab through the items in the date picker. Is there something I'm missing that would allow me to enable the full functionality of the date picker? I can't seem to find it anywhere. Screenshots from my application and the Appian docs below.
Hi, How can we insert multiple records to the table in database using Web API.
Hi, Will that query entity fetch 10,000 records at a time ? And What is the best approach do you follow to get that large set of data from database ? Regards, Supriya
Hi as I am new to appian I wanted to know how can I use modal pop-up in appian? Is that possible?
Hi, I have added two new columns to the CDT, When I am deploying these changes to production. are these two new fields mapped to the existing instances or not ? Regards, Supriya
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.