-
Recently active
I am trying to install the newest Appian version on Ubuntu (not using any containerization). The installation guide directs me to https://forum.appian.com/suite/sites/myappian/page/support/ > Downloads, but I fail to find the ZIP file I am suppose to download and put into /mnt/data1/appian-repo/installer Interestingly, none of the versions I checked had a link to a ZIP file including the installer scripts for Linux and Windows.
Hi, Can anyone please help me to understand the below code. How is defaultOption:"Me" differ from currentUser(my account) a!recordFilterList( name: "Assignee", defaultOption: "Me", options: { /* We modify the standard logic to account for the "LoggedIn User" user */ a!forEach( items: append(cons!VOF_ALL_ANALYSTS, {"LoggedIn User", null}), expression: if( fv!isLast, a!recordFilterListOption( id: fv!index, name: "Unassigned", filter: a!queryFilter( field: 'recordType!{c5bfe4ef-1564-4630-a19f-cbdaa1880a48}HZN_JC_JobCosting_recordtype1.fields.{0293d097-e030-4431-9bcc-f5742790bb82}assignee', operator: "is null" ) ), /* Here we configure a flexible option for the logged in user to filter orders they are assigned */ a!recordFilterListOption( id: fv!index, name: if( fv!index = count(cons!VOF_ALL_ANALYSTS) + 1, "M
You have 2 local variable a=10 and b=20. so how we will print between a and b in appian code.
Hi, I have two query - 1. Does partner get the free appian instance to work on where export/import will work (not the community edition one) ? 2. Can we use Appian Community edition instance to work on the solution and export that ? If not what we can do to achieve that please ?
Hi Team, I'm fetching data from database using a storeprocedure. One field is fetching the user ID. While exporting that data into an Excel using Export Data Store entity to excel i want to show that field as username instead of user id. I'm already having a common rule to fetch the username based on User Id. So how can i achieve my requirement. Thanks in advance.
I am trying to display screenshots on the FitNesse execution page. How do I do that ? I have tried : show take screenshot 01 PostLogin Execution result: show take screenshot 01 PostLogin /__VOID__/
I defined local!valuelist from a!localVariables, however, it is not a list so i can't saveinto form such as local!valuelist.username,local!valuelist.password, how can i transfer the format of this local value?
Hi, I am completing the Appian dev path and on the second exercise, when verifying the data store I am getting the following error:
Hi. How to display the files which is uploaded by users according to section name in the attachment tab?
I keep using a!refreshvariable but never work, I want it keep read the renewal data from database?
Hi All,I have below requirement where Pickerfield to start search only when user enters more than 4 characters, else it should not search in the background. Appreciate your response here. Thank you !
Hello Everyone, Can anyone please help me, how can I export the grid data to excel. Thank you
Hello All,Good Morning !!Do we have any video tutorials to setup and integrate with Appian Deployment Automation Manager and Versioning Client. Thank you and appreciate your responses [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Hi. how to create a document download link. I need to download the documents which is uploaded by users. Thanks................
a!queryEntity( entity: cons!TEMS_ENTITY_V_TE_DETAILS, query: a!query( paginginfo: a!pagingInfo(1, - 1), logicalexpression: a!queryLogicalExpression( operator: "OR", filters: { a!queryFilter( field: "cafNumber", operator: "=", value: tostring(local!selectedCaf) ) } ) ), fetchTotalCount: true ).data Hi All, I am getting the error "Cannot index property 'permittedTeRange' of type String into type List of Variant". I have attached the code above. Can anyone please help me out.
Hello, I created a CDT that looks exactly like the one in the Developer Learning Path. Then I created a Data Store, Security, Saved, Add Entity, Verify, but never saw the words, "create tables automatically", published and navigated to Cloud Database and I don't see my tables. I deleted my first Data Store and started over again, and got exact same result - no vfmvehicle table shown under tables (see picture 2 below). I'm working in the Sandbox. Thanks, Picture 1 of 2 Picture 2 of 2
an error occured while trying to write to the entity.
Hi I am new to Appian, Actually, we have a process model that is scheduled to run every day at 7.15 am EST to sync all the employees from the data lake. When the process model runs during the scheduled time there is no error but when we try to run the process model manually with more number of data sets it fails after the 'Add user' node. Before the 'Add user' node, there is 'add employee' to the database node, it passes properly through both the nodes but after that, it encounters an error that 'username is not available' while adding to the SSO and the other staff, managers, directors group, but those users have already been added to the users, so what could be the possible reason for this error?
How will I create new tab in records.
as title, i want express if isnull(backuppricingaudit) then don't do anything with it. Without foreach loop, how to express it?
Hi Everyone, Can anyone please tell me how to get rid of error in expression rule when rule input does not exist in the entity parameter in appian. Thank You
Can we have a dropdown with 80 values? In my case, I have two dropdowns. When we select one dropdown then the another dropdown value chnages according to it. When I select dropdown1 1st value, then it needs to display the associated values in dropdown2. I tried using decision and choose but I'm getting errors in both cases.
Hi Everyone, Can anyone please tell me how can I implement such that when a user enters a text in the field it should give suggestions to be selected for the user. For example: If a user enters App, it should give suggestion like Appian, Apple etc. Thank you
If I wish to add another column name called "BACKUP_ON", which must contain a underscore as requirement, how should I do? I tried add another row called "backupOn" at datatype, but it turns to be "backupon" at back end structure, if i changed it to "BACKUP_ON", then it create another "backupOn" at back end database table. But the backupOn at cdt datatype write into column "BACKUP_ON" of previous, so this might be two bugs, one is "BACKUP_ON" generate to be "backupOn" if create datatype of existing table, but if create backupOn from original of scratch then it will changed to be "backupon" at back end, if changed to be "BACKUP_ON" then it will generate another "backupon" columns at table. Second, the backupOn should write into "backupon" of second later created by responding relationship, but it write into the first "BACKUP_ON". So i doubt this might be two b
Hi , I am using Get Document Metadata Operation to Retrieves metadata for a document on SharePoint . But i am facing below error. "SharePoint returned a 400 HTTP error error-result-guidance SharePoint returned the following error code: -2147024809, System.ArgumentException Server relative urls must start with SPWeb.ServerRelativeUrl" PFB Screenshot . Any solution to below issue? Thank you.
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.