-
Recently active
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, Can anyone help me with converting multiple map into single map, example input: {a!map(),a!Map(),a!map()} output{a!map()} Help is appreciated
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 TEAM, I am trying to save the signed documents post DocuSign by creating a web API to start a process model to save the documents but I couldn't get the response from APi. What are configurations need to be done in DocuSign admin application for making it success. If anyone had experience in realtime implementation of DocuSign please help me in resolving. Thank you
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.
Good morning, I can upload documents and list with the system logged in, but I am having trouble seeing if I can modify the metadata of a document, as I get the following error: The construction of the request is done by Appian and I can't change the one it uses (Path) to the one it tells me (Url). Does anyone know how I can do it or what I am doing wrong? Thank you very much for your help
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.
Does Email classification AI skill considers attachments as a defining factor? I tried but it did not work.
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.
How to click a button to copy data to clipboard in Appian
Hi all,I am trying to show data in an editable grid where they can edit data and save it to back to database. While trying to display, I am getting the following error This is how the data is present in database I tried using split function but it didnt resolve the issue. Can someone tell what I am missing here . I have attached the codea!localVariables( local!data: /*Query*/, local!dropdown: { "A", "B", "C", "D"}, a!gridLayout( label: "Editable Grid", labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: "Platform") }, columnConfigs: {}, rows: { a!forEach( items: local!data, expression: a!gridRowLayout( contents: a!multipleDropdownField( label: "Platform", choiceLabels: local!dropdown, choiceValues: local!dropdown, value: fv!item['recordType!{a3bb3bf8-8475-4d37-8cdd-f8db72114a55}record.fields.{a4be7f3b-9f4c-4101-8518-99a99631768e}platform'],
Hi I am new on Appian and I'm trying to make a PDF from a Word file using a dynamic DOCX template, but I'm having trouble generating the Word file, and I'm not sure where I've gone wrong. I've attached the XML data and Word file that I'm attempting to override [View:/cfs-file/__key/communityserver-discussions-components-files/62/PDFSample.docx:320:240] 1 General ticket New changes Verification 2 1 7125 2 General ticket ghgh 2 2 7141 3 Hardware Issue jhj hjhjk 2 2 7142 4 Software Installation Installation of MSSQL 1 1 5 Software Installation Test Software installation 1 Pending 7191 6 NA Pending 7 Hardware Issue Battery issue 1 2 Pending 8 Others Log Analysis 2 2 Pending Unable to check the logs 0 9 Others Server Upgrade 3 1 Pending Server Needs to upgrade 0 10 General ticket SQL Installation 1 1 Pending Required Sql server to work on Database relat
I need some information regarding row-level auditing and field-level auditing in the cloud database. mainly i need more info on field- level auditing, i have been searching for that from the past one day, i didn't get any syntactically correct SQL code using triggers. you can suggest me a video / blog / website. Thanks in Advance.
I have process model which contains interfaces one after other and some of the system task , the process has actvity chaining now my requirement is after submission of 1st form we need to send mail and we kept that send email smart service in between , now if the email got failied flow shouls not stop ie the flow should be continued.
Instead of using And gate to run parallel flows is it ok to use dummy script task and branch it parallel flows ? like this
Need a solution for medium risk alert. Please share inputs. Description: # of unattended process loops Details: 9 process flows contain unattended loops with 2 or more nodes. Looping is typically an indication of using processes to perform extract-transform-load (ETL) type operations. It is recommended to use specific ETL tools (such as a database) to implement complex and bulk background operations. Process Model Name -> is check? (3 nodes in loop) is Check - > is an XOR gate
Hello, I'm getting really confused here. This error pops whenever I click on "Cancel project" but I don't think there's anything wrong with the dropdownfield component below. I've done this dropdown a 100 times before but for some reason, this error is persisting can you guys see what I might have missed?
Hello All, We have a use case where we need to restrict Appian users that have access to Appian designer to not to upload a certain file type extensions like executable files for example. We've tried to restrict by adding extensions to block on admin console but it is only restricting on Sites and portals but not on Designer. Note : We need to apply restrictions on create new document file upload component and import application file upload component. Any suggestions will be appreciated.
Hello, I am looking to find useful courses on Appian. I want to add them to my list of courses on this topic so that other Cloud Engineers can quickly understand how to use this software.
Hi Everyone, I have two process models p1 and p2. In p1 there is a user input tasks which opens the interface. In this interface there is a save button which runs the p2, but when p2 completes it is not refreshing the interface variables. I am using the refreshAfter param in refreshvariable function. Can anyone please help me out.
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.