-
Recently active
Hey developers, I need some help. I have a folder in which there are documents with an ID and a name. I need to create a condition in an interface to display only a document with a specific name. Is that possible?
I have a button named "Save Decision" on task details page, on clicking it automatically kicks out and returns to the home page(Where all tasks are displayed) and also the task assignee gets changed (to the one who was its original assignee before reassignment) In the code, upon clicking on "Save Decision" we are just saving data to few variables. Tried to debug but could not locate the reason. does anyone know what might be the reason for it ? Thanks
Hello, in a process I am using "Post Comment to Feed Entry", the value of author being passed is a user who is deactivated. This process sometime works fine and intermittently gives me generic error as below- An error occurred while trying to post a comment or hazard to the feed (entry id: [382]). Details: The supplied feed entry [382] is not accessible (APNX-1-4181-100) This is strange behavior, any idea why does it work sometime because I believe passing deactivated user as author should give an error always. TIA!
Hello, I've created a new Account in Appian Community, but I use to have an older/existing one years ago. What are the steps for linking an existing account an registering as an Appian Partner. I currently work for a company who is an Appian Partner.
Hi all, I can no longer receive emails from the start node. I configured everything correctly according to the documentation guidelines. Until yesterday I was able to get the process to receive emails, from today nothing works anymore. Any suggestions? I'm attaching screenshots for settings
As per Appian 21.1 (https://docs.appian.com/suite/help/21.1/Web_Link_Component.html) now we should be able to open the link on same tab. I tried testing this but the link opens in new tab regardless of the value that is set to the parameter openLinkIn Test Code in 21.1. a!sectionLayout( contents: { a!linkField( links: { a!safeLink( label: "Safe Link", uri:"">https://appian.com/", openLinkIn:"SAME_TAB" ) } ) } )
I have two instances now where related data is not showing up in a read only and editable grid. To solve this problem before, I had to create an Expression Rule to retrieve the data (not the record) for display purposes. This is the latest example. I have an editable grid that shows the positions for a specific clergy member. (the grid is not complete, I am just trying to get the data to display properly) Relationships are built between Clergy Position and Clergy Member, Ref Clergy Position, and Parish. All relationships are built both ways. Data shows for the columns Term Start, Term End, Term and Term Complete. Data does not show for columns Position, Organization and City; these are all related data. a!gridLayout( totalCount: count(local!clergyPositions), headerCells: { a!gridLayoutHeaderCell(label: "Position"), a!gridLayoutHeaderCell(label: "Organization"), a!gridLayoutHeaderCell(
Activity chaining is used to show forms in succession , then how activity chaining can decrease the performance .
Hello, Is there a way in Appian we could upload from Google Drive Client from local system? Basically the google drive client look like this- When we select and upload Test GDOC gets this error- Thanks is advance.
Hi Expert I have an interface where I have read only grid . Now, when the user clicks on completed Status , I want a way to open the interface as a dialog. if there is a way please let me know. I tried with record action but not able to achieve this . a!gridColumn( label: "Status", sortField: 'recordType!{1b81b174-97c1-47ee-aa85-b20723b749c3}CDM2_Target Record.fields.{status}status', value: a!richTextDisplayField( value: a!richTextItem( text: if( a!isNullOrEmpty( fv!row['recordType!{1b81b174-97c1-47ee-aa85-b20723b749c3}CDM2_Target Record.fields.{status}status'] ), "", fv!row['recordType!{1b81b174-97c1-47ee-aa85-b20723b749c3}CDM2_Target Record.fields.{status}status'] ), link: if( and(fv!row['recordType!{1b81b174-97c1-47ee-aa85-b20723b749c3}CDM2_Target Record.fields.{status}status'] = cons!CDM2_VA
Getting this error when trying go into the application, not only for our application, clicking on other applications in same environment happen the same. But when I switch to another browser (Chrome), no error when opening application Also having this error 'unable to acquire JDBC connection' in many places in our application. Are these same issue?
Currently I am using appian provided Document extraction AI skills. While running the process it is taking approx 3~5 min for document extraction from a high resolution pdf. How can we improve the performance of the AI skill, any thoughts?
Hi! Does anyone know if Appian has storage with s3?
Hi, I have an issue when using custom sender in the email sending nodes. I have a very simple process with two email sending nodes in parallel. Both nodes are configured exactly the same, except for the sender type: one of them is 'Custom sender' and the other is 'Process'. I have tried different combinations in the 'Sender email' field, and nothing works. To rule out that the email is going to a spam folder, I have put a personal email in the recipient email, and only the email configured with 'From: Process' arrives, just as it happens when I use a corporate email. Furthermore, in the 'Sender email' field, I have tried using both the toemailrecipient() function and the toemailaddress() function. Neither of the nodes gives an error. Any ideas on what might be happening?
Hi all,We have a business requirement where the user will enter data into a text field and if the data reaches a certain character limit say 100, we should not allow users to type more than 100. Like they want it to be freezed or stopped at 100 character length? We are showing character limit validation but they want some kind of restriction. Is it possible to achieve to such feature?
Hello everone, We have a process with an user interface. User is filling some information and saving the form. After this user is changing the locale setting and wish to see the form in new language and doing browser refresh to see the form in newly selected language. The issue is on browser refresh, the current process instance is abandoned and a new process instance starts, making all saved information disappear. Please advice if there is any way to stay on same process after browser refresh. Thanks, Priyanka
Hi Team,I just started learning Appian. I'm facing this below attached issue when generating the record actions.Can someone help me to solve this issue?Thanks,Gnanavel Sivasankaran
Hi, I am new in Appian. I have a requirement where 2 graphs should interact with each other. For ex. if a value selected in pie chart, the column chart should also display the same value selected in pie chart. The graphs are in different interface. Could anyone suggest how I can achieve this using a dynamic link or a!save function? Thanks so much in advance.
Hi Champs, I have a page which is a scrollable one due to Mutiple components in that. Below I have a button and when I click the same the I am adding some row in one of the grid. So, the page is getting refreshed, and the user is going to the top of the page. Is there any way I can restrict the behavior so that the cursor stay back at the same location.
Hi all, how to configure related action in an interface? Thanks,
We utilize the XHTML smart service to generate Word documents. Following the generation of multiple Word documents, we merge them to create the final document. Our specific requirement is to include a Table of Contents in the final Word document. Could you please advise on the best approach to accomplish this? Additionally, it's important to note that we do not rely on Word templates for document generation. Instead, we create HTML content using the XHTML smart service, which is then converted into Word documents.
Hello Everyone, I am converting HTML to CSV using this process nodes and it's working fine. Although I can export data store entity to CSV- but there is different requirement, so I am not using this approach. Please see below screenshot. Requirement: When I open that CSV file in Notepad++ I see this: I need to remove these quotes in a file. How can I achieve this?Thanks
Hello developers, I need some help please ! I have to create a fillable PDF that can be modified by the application users. Here are some pictures to better understand how the process works. I want the PDF to be sent as a task to the user, and the user fills the fields on the PDF. I can't do this, so I decided to use a user input task. The user fills this form, and the PDF will be filled with that information. Now, I don't understand why the PDF is not shown as a task
I am trying to calculate duration given two timestamps. When I subtract the two, it appears the subtraction is happening with minute-level granularity (i.e. the seconds are being ignored). Is this the correct subtraction functionality? Here's a comparison I have done trying to subtract various time intervals... a!localVariables( local!epsilon: 0.0000115740740740741, /* one second */ local!times: { { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:00 AM", expected: 0 }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:01 AM", expected: local!epsilon }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:10 AM", expected: local!epsilon * 10 }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:30 AM", expected: local!epsilon * 30 }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:50 AM", expected: local!epsilon * 50 }, { start: "1/1/2000 8:00:00 AM", end: "1/1/2000 8:00:59 AM", expected: local!epsilon * 59 }, { start: "1/1/2000
Hi, My requirement is to click on a link that re-directs me to a UI, but before that I want to delete all existing documents from a document folder. Is there any way by which I can delete all the documents from a document folder in a go. I know we have a!deleteDocument() smart service which would delete a particular doc. If there is no way to delete all docs in one go, please let me know how to get the doc Ids of all existing documents in a doc folder.
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.