-
Recently active
Does Process deadline triggers escalation?
Hello everyone. I was using an AWS EC2 Linux instance to run RPA, open browser action was failing. using Chrome and Chrome driver of the same version.
I am new to Appian and I want to understand the process for achieving my goal of building a website within the platform. I would like for users to be able to sign up, sign in, and add their information to a database. They will also be uploading documents, and I need to extract information from these documents and save it in the database. I am trying to make this a community accessible site. However, I am currently stuck as I am unable to determine if my sign-up and sign-in functions are working correctly, as only community users are allowed to log in. Can anyone suggest some resources or tutorials that I can use to learn and achieve my goal, as I am having trouble finding a comprehensive guide on how to create a website and deploy it to a domain where users can sign in and log in? Also, I would appreciate any information on using zonal OCR for document reading. Thank you in advance for your help.
Hello, I have an Add/Update form and a GRID that can add or update data that is already there. I have 1 dropdown in this form that I can't figure out why it is not saving properly to the GRID. I select 1 of the 2 options from the dropdown and submit but it seems to make it NULL on the GRID no matter which option I choose. Any help here would be much appreciated. I will share some code snippets below. Dropdown data fetch: local!relTypeData: a!refreshVariable( value: rule!TB_QE_getValuesForDropdownCategoryFromKeyValueConfig( appName: cons!TB_TEXT_KEY_VALUE_CONFIG_APP_NAMES[2], category: cons!TB_TEXT_KEYS_CONFIG_CATEGORIES[13], selectionList: { "key1", "value1", "isActive" } ).data, refreshAlways: if(ri!selection = 12, true(), false()) ), local!isActRelType: index( local!relTypeData, wherecontains( cons!TB_TEXT_ISACTIVE[1], touniformstring( index(local!relTypeData, "isActive", null) ) ), null() ), l
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
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.