-
Recently active
Hello, I was working through the documentation for the Demo and experienced the following: For the demo the selection is for Reduce total process (not case) duration. When selected I receive an error message. Please Advise
Hi, I have been trying to get the Create PDF Smart Service to run but keep running into the same error, no matter how I configure the inputs of the node. The error I am getting is An error occurred in executing an Activity Class. When I came across this error, I went looking through the community and tried to use the solution provided in the post below https://community.appian.com/discussions/f/general/10333/pdf-tools---create-pdf-smart-service This solution did not work and we get the same Activity Class Error as one of the replies on the post. I have tried configuring the node in many different ways to try and solve the error but the below is the configuration that makes the most sense to me which still returned the above error: INPUTS: Create New Document: True New Document Name: "Test_"&now()&".pdf" New Document Desc: null, Save In Folder: Folder referenced by an constant Existing Document: null, Document: null, Pause On Error: false, Content
Hello, I have an issue with a record action process model that sends a message to another process model to raise an exception on a user task.This was working previously, but seems not to send the message anymore.I have checked the following to find a solution: The record action is correctly picking out the correct process id to send the message.Copy and pasting the "get process id" and "send message" nodes to a sandbox test process model correctly sends the message and throws the exception on user task.Here are the set-ups for the send and receive messages:
I have a scenario where there is a web api returning a basic textual response, and this web API has to be triggered when the user clicks on submit button.This is something that we do with Integrations, similarly I have to call a webAPI on the click of a button.
Hi all, how can input the documents destination in the move document smart service process node without hard cording the folder name, depending on todays date the document will be sent to a specfic folder. for examle I have a parent folder called Documents. inside I will 4 subfolders, Period 1, Period 2 , Period 3, Period 4. but these will be created throughout, so for now I only have Period 1. If today is a date is january 2 t will go to period 1. but when we reach the date of march 1 it will create the second folder period 2, and then any documents after this date I want them to go to period 2 folder and so on. What is the best way to approach this? thanks in advance
Hi, I am saving candidate details and interview details of that candidate into DB and using write to multiple data store entity. here TA will schedule a round and task assigned to L1 interviewer, likewise, L2 and L3 but the issue is after every user interaction, a new row in the database. I am using multiple data store entity . For both the candidate and interview CDT primary key is set and it is autoincrement. Please suggest if I am doing anything wrong.
Hello All, I have passed some invalid userid to the function isusernametaken and it returns true.
Hi Everyone, Am having a Approval user input task which will be assigned to multiple persons and everyone needs to take action on it (Run one instance for each assignee). I have designed process report where every individual user can see the approval task in their queue. My query is if anyone user is rejecting the approval , all other active task assigned to multiple users need to be marked as completed in process report.Can anyone please help on this ? Thanks in Advance
Can we convert SAIL code to HTML?
We are currently on Appian 23.1 and we are trying to click on a cardChoiceField. Can someone please advise the correct script to use. The script in the Cheatsheet doesn't appear to work. Click on card in card choice field: |click on card|CARD_NAME or CARD_NAME[INDEX]|in card choice field|FIELD_NAME or FIELD_NAME[INDEX]| We tried using "choice" in place of "in card choice field" and that doesn't work either. (https://community.appian.com/discussions/f/plug-ins/24341/fitnesse) This is the code snippet for the cardChoiceField. a!localVariables( local!choices: a!map( id: 1, primaryText: "Choice 1", secondaryText: "Please click here", icon: "check" ), local!selection, a!cardChoiceField( label: "Choices", data: local!choices, cardTemplate: a!cardTemplateBarTextStacked( id: fv!data.id, primaryText: fv!data.primaryText, secondaryText: fv!data.secondaryText, icon: fv!data.icon, iconColor:
Hi Team,Please solve this problem..Not able to run sample test which is provided in exmaple
Hi All, Legacy windows application it is not working when i am trying to interact with elements. Though, browser interaction is working. Don't know what is the fix. Do anyone has solutions pls let me know.
Record Type Custom Field Column Creation: We have a one-to-many relationship between two tables and need to retrieve a particular record based on a condition. Please let us know if this is possible using a custom field.
I saved ny CDT in a rule input , but i get this error whenever i test it on the site. I tried saving the ri! in a local variable , but then the value of the CDT was null on the site ( works on interface but not on the site) what is the problem ?
I have been stuck here for days . i want to write to a data store entity using process model , but i am getting this error. i don't really understand what do they mean " The list of records to be saved must not contain a null" what records? i filled all the fields in the form and also the fields can be null , except the ID field.
In the context of an on-premise server, we have the capability to manage log files by archiving, compressing, and uploading them to S3 for efficient on-premise server disk storage management. However, when our application runs on Appian Cloud, we are aware that we can access the log files via the /logs URL, as shown in the attached screenshot. While it's possible to manually download these files one by one, compress them, and then upload them to S3, we are trying to find the best and most efficient approach to streamline this process. Any insights on the quickest and most intelligent way to handle this step would be greatly appreciated please.
Hello Everyone, I have a requirement that using multiple templates based on the codes. 2.These docs to store to the table (Cust Doc). 3.Using one MS Word 2007 Doc from Template, is it possible to generate all the Docs? Like using refId/code which is shown in the picture. Thanks is advance and your replies are appreciated.
An end-user needs to trigger a process model and act on the user task assigned to them. What is the minimum security permission needed?
I have created a task report. When I apply the 'Active' flter, what is the nature of the tasks which will be filtered out?
So I have a question if something is possible. In this application we are going to be developing there are two ways to submit a form. (and when I say form, I mean a paper form, not the formLayout component in Appian. You can fill it out and mail it in, or you can fill out the information online (We are revamping an old legacy system with Appian). But what the client wants to know if it's possible is after you fill out the information on the appian application, on the "Review" part of the process where you review all the information you just entered, is if they can "view" it in the form. So instead of just using Appian read-only fields which is what I've done on other applications during similar Review steps, an image of the paper form is displayed on the interface and the information is imputted into its proper place on this form. Does this make any sense? Hahah. I just need to let the client know if this is possible or not. Thanks!
Hi everyone been struggling with this for a while, Is there a report or log that can return all process models in an application and the number of nodes associated with each? Thanks, Andrew
I am trying to navigate between 3 pages with a "next" button, i also need to highlight the circle that indicates the page i am currencly in , ex: I declared a local variable for the "NextPage" and gave it a value, but it seems to be null , The error i am getting is " Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!stampField [line 47]: Cannot compare incompatible operands of type Number (Integer) and type Null." why is it not saving the value of the local "NextPage"? local!acc, local!requestDetails, /* Defines whether or not to collapse the side nav */ local!stampNav: false, /* The selected navigation section */ local!activeStampNavSection: 1, local!NextPage: 1, local!MaxPages:3, /* The navigation sections */ local!stampNavSections: { a!map(name: "Customers Details", icon: "user-circle"), a!map(name: "Request Details", ic
so i have a requirement. here can see for the collateral type and description need to generate two separate documents. but here i have to check for the customer collateral type is their or not if type(451) is present then generate 4 docs in 2 colms. we need to show the it gird how is in the requirement can someone plz let me know how to proceed. i have checked for the customer the type is present or not then next steps am not getting
Hi all, I have in assumption that to write existing data into db using write record SS we only need the primary id and the field which need to be updated. But i am getting error as there are couple of columns which were marked as required, so i have to add those columns as well along with primary key when using write records . Can anyone suggest if am missing anything or this is how it will work?
Is it possible to redact text from a textField component? I found some plugins for document redaction, but this wouldn't be a document, it's a field that users can fill out and oftentimes will include sensitive information like SSN, account #s, DOB, etc and need to be able to check to see if it includes any private information and redact if necessary.
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.