-
Recently active
When I deleted the Record .It gives error Error:-- After deleting the rows , row has deleted correctly but this message come again and again.. not able to redirect summary page from where I am deleting the records
My name is Molly, a technical recruiter with Antra, Inc. I am looking for 3 middle-senior Appian Developers located in Washington DC and 1 senior react developer located in Chicago IL. If anyone knows who has interest, please send the resume yumo.zou@antra.com. Thanks
how validationGroup works. how it is related to validations
when I set length of text 4000 . It is not show in structure. when I save it..length not shown. what happen length remains 4000 or become zero length
Hi All, I have a query, is difference() function can be used to subtract array of two different type of ctds. Thank you
Hi, I have a Process Model and it should run as per the scheduled time. There were no issues with this. But, as and when I am re-starting Appian services, the above defines process Model is triggering. Can someone advise if I have to do any setting changes to avoid this issue. Thanks in advance.
HI All, I have written the following code I just want to iterate over the list which I have created using enum function, but it's keep on saying that listOfIntegers is unused variable though I want to use in forEach loop.. Can anyone please correct me here.. Thanks
user(loggedInUser(),"phoneMobile")& user(loggedInUser(),"phoneHome")&user(loggedInUser(),"phoneOffice") not give any value. why?
Hi All, I have a editable grid .when I click on add button one row created .Now, I want how to show the add button when the user uploaded file in it and if the user not uploaded the file then add button not show for multiple rows? Thanks
Hi, I have a requirement where user uploads the document(at this stage we have the temporary document) in the editable grid. Beside of the document component, we should display the document name in the text field. If user wants they can edit the document name. I just want to know whether we can do this or not. If so, is there any tweaks to achieve this requirement? Thanks in advance,
Hi Team, Is there a direct to execute the SQL scripts directly in Appian instead of executing in DB?
a!currency() what is the role of:-- isocode:"USD" ,"EUR format: CODE,LOCALE,SYMBOL how they related to each other. pls explain me not able to understand from appian docs
a!gridField( data:index(local!datasubset,"data",{}), columns:{ a!gridColumn( value:apply(concat(_,"-",_),merge(index(fv!row,"id",{}),index(fv!row,"exhibit_id",{})) ) ) } ) Error comes:---- at merge() function only list are allowed .how i change fv!row to list
I have a requirement to log user activity on a page on page load. What would be the best way to do so. As we don't have any feature to invoke smart services on page load, not sure how to do that.
Hi Everyone, I am getting an error in our site page which says "The requested task is not Available"(The task may have been deleted or completed by another assignee) and the site page is configured in a process start form This is very random and I am thinking this could be idle session timeout but we recently migrated our application from on-prem to cloud and we never got this error in on-prem. Please help me understand this. Thanks
Hi Everyone, I need to read the name of the attachment attached in the email which is captured by the process model through receive message smart service. Can any one please help me out how to read the name of the attachment. Many Thanks!
Hi Everyone , Which link component can we use for this link(Target) which not a part of any record "gileadmedaffairsdev.appiancloud.com/.../iQBdsM9sWBbQJu_AcauYDn3QmjvXg6b8LUgndmI4vkmGkMvHAg" Where "060be4f3-2634-4745-98fe-88fbb6fcf834" this part(attribute) will change everytime when we open the page .Thats why we are not able to use the above target as it is as URI in safe link component. Is there any solution where we can generate link for the above target Many thanks
Hi Experts, I Need your help. There is a use case where I am designing an Interface from where the user uploads a CSV file and I have to convert that CSV file data to CDT. And once this has been converted into CDT I have to show that data in a read-only grid on the Interface. Thank you in advance for your support! Below is the overview of the data of my file:
Hi, I want to export the data in excel on page load using ExportDataStoreEntityToExcel. how we can achieve this? I am successfully able to export the data on saveinto but here want to export on page load. Below is the code which i am trying. Code is not throwing any error but seems not calling this export service also. local!exportDocId: a!exportDataStoreEntityToExcel( entity: cons!SCE_SITS_VW_INCIDENTS, documentName: "test Report", sheetName: "Test Report", saveInFolder: cons!TEST_DOCUMENT_FOLDER, onSuccess: a!save( local!exportlink, fv!newDocument ), /*This displays an error if there is an issue executing the save*/ onError: a!save( local!errorMessage, "Error Exporting File to Excel" ) ),
A feature is being deployed to the test environment.In which environment is unit testing performed for the feature?
Hi Everyone, With the update in the appian version the record object created in previous versions will be updated and will have new features? Thanks!
a!localVariables( local!publication: cast( typeof( 'type!{urn:com:appian:types:ISR}ISR_StudyDetail'() ),{} ), a!boxLayout( label: "Publicaton Plan", contents: { a!gridLayout( totalCount: count(local!publication), headerCells: { a!gridLayoutHeaderCell(label: "Publication Type" ), a!gridLayoutHeaderCell(label: "Publication Name" ), a!gridLayoutHeaderCell(label: "Year Estimate" ), /* For the "Remove" column */ a!gridLayoutHeaderCell(label: "" ) }, columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIBUTE", weight:3 ), a!gridLayoutColumnConfig(width: "DISTRIBUTE", weight:3 ), a!gridLayoutColumnConfig(width: "DISTRIBUTE", weight:3 ), a!gridLayoutColumnConfig(width: "ICON") }, rows: a!forEach( items: local!publication, expression: a!gridRowLayout( contents: { a!radioButtonField(
Hi Everyone, Is there a way to find out where the stored procedure created in database is being called in which process model through execute proc smart service? Thank you!
Hi Team, Can we extract process instance logs on Appian. Eg: For a process instance, we see the details of the process in the process history tab. Can we extract that?
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.