-
Recently active
Every time I try to access My Appian site an error pops up saying " Error 401". my question is what is the problem and why can't I access it?
Hi Team, Can anyone please help me how can I implement the case given below in interface using grid: Col A Count Col B a 1 a 2 a 1 Total a 4 b 1 b 2 Total b 3 It should display the count of col A for each category. Any other suggestions might be helpful.
While creating a new resource, I don't find Training in permissions. Can anyone please help me with this?
Hi everyone, Can anyone please guide me how to download the grid using in excel format? Thank you
Hi Everyone, Can anyone please help me, how can I get the count of similar rows in appian as given below. Like if value of ColA, ColB and ColC is same two times then count should give 2. Col A Col B Col C Count a b c 2 d e f 3 g h i 1 Thank you
how to show or hide filter dropdown in record type in appian
I have a form that a user can fill out and submit on a site but when they click submit it refreshes and they stay on the same page. I would like to know how can I redirect the user to the home page or the the record page to the summary view, which is on the same site. I tried the code below below but it doesn't work, probably the wrong way to implement. primaryButtons: { a!buttonWidget( label: "Submit", value: a!richTextItem( link: a!recordLink( recordType: 'recordType![MyRecordType], identifier: ri!GARP_Grant_Request.grantID, dashboard: "the url for the site record page", ) ), Thanks for any help the community can provide.
Hi All, Can we hit Appian webApi using Appian Integration Object ?If yes How can we Use Service account credentials in this scenario. Thanks,Surya
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
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.