-
Recently active
Hi, We had a requirement to upload a purchase order and get the data extracted from it. but the issue here is the document contains a table with a number of rows, The IDP is unable to extract each row, by the way, the data is getting extracted like a bunch, As an example we can have a look into the screenshot,where Sno 2,3,4 are extracted as a single row. Is there anything we can handle these kind of issues in IDP.Thanks in Advance.
Hi all, I have a read only grid with pagesize as 20. I could see the number of rows populating below the grid is not consistent. It appears sometimes and sometimes it doesn't. I have attached a screenshot for reference, you can see in the above grid I am getting 20 rows but in the below one it's not there. What could be the reason?
Hello everyone, So I've created an Interface to aprove an Item after it has been added: From my site, I create a new Item writting down name, code, type... and it gets inserted in my data base correctly, and generate a New Task to aprove it, but this task comes with the empty fields: This is how my Input Task Confiuration Looks like: Is the problem in the interface? Or in the task configuration? I don't know what to do, I feel like I've tried everything but I'm quite new to Appian and could use some help. Thank you!!
Hi, We're in the process of skipping the node encountering time out (Error: The amount of time allocated for the completion of an unattended activity was insufficient to allow the activity to complete.) to proceed on the next node however, if the time out error was encountered first, the exception on the node in error is not working to continue on the next node. Any input/suggestion will be much appreciated.
I need to log username in log file. if we customise logging by editing log4j.properties, is it possible to add user defined properties in log4j to log username?
Hi, i have a use case where we already showing table using HTML, but now the user required two more columns on one condition else show the old table only can anyone suggest me local!revRowItems: a!forEach( items: local!crGlobalRevAppLimit_cdt, expression: { if( fv!isLast, " Total Revolving Not to Exceed " & fv!item.currencyId_txt & " " & rule!CR_FN_setDecimalValues( value_dec: fv!item.limitAmount_0, decPlace_int: 2 ) & " ", " " & rule!CR_APP_FN_LSS_getFormattedLimitAmountBasedOnFilters( crRefLimit_cdt: local!crRefLimit_cdt, limitName_bool: true(), crProductLimitCode_int: fv!item.crProductLimitCode_int ) & " " & fv!item.currencyId_txt & " " & rule!CR_APP_FN_LSS_getFormattedLimitAmountBasedOnFilters( crRefLimit_cdt: local!crRefLimit_cdt, limitAmount_dec: fv!item.limitAmount_0, crProductLimitCode_int: fv!item.crProductLimitCode_in
I'm getting this error on our process model. It's a practice application for an auto insurance policy. We are getting this same error on both the New Policy and Update Policy process model, we have three of us working on it for several hours now and cannot figure it out. Obviously something with the data types? Was hoping someone here may have some direction. Thank you! Process Properties: Rule input vehicle (KSS_Vehicle?list) is currently mapped to a process variable of type KSS_Vehicle.
I have user case that we need to run one process where we need to send daily emails/message at same time to users who has due date of paying policy in very next day . How should i do it.
Hi all, in the interface we used checkbox to select multiple, now due to some reasons user wants to select one item at a time so am thinking to go with radiobutton is that right way or do we have any other options? and even i have checked with radio button but am getting this error, hope nothing difference b/w check box and radio button can anyone suggest me? Thanks in advance ,if anyone can advice on this I have passed choice lables and choice values with equal length.Same error is hitting once I select radio button.
We want the pop-up function, but since the pop-up function is not supported by appian, we are going to use dialog as an alternative. As of now, it seems that the only way to use dialog is to use record action. I want a way to open the interface as a dialog, if there is a way we don't know other than the way to use the record action, please let me know. purpose: Display a dialog for inputting additional input values to Interface A, and send the output data to Interface A. It would be nice if there was a way to just connect and use it instead of storing it in the db like using 'write to datastore entity' and retrieving it. Thank you.
I realize I probably haven't tried this before, surprisingly. I'm attempting to shift a somewhat complex query into an ACP variable on a Send Email node, so I don't have to do the query twice in the template inputs (since the relevant query result is used in two different template input fields). I know it could be shifted into a PV, but I'm trying to avoid cluttering the process with even more PVs at this point. Surprisingly, in the expression editor for the email node text, it doesn't seem to recognize even the existence of ACP variables. I checked the official documentation for the send e-mail node, and it doesn't seem to mention ACPs or the data input tab at all. I'd never thought about it before, to be honest, but it seems as if we should be able to declare an ACP and then refer to that from within the various expressionable fields in the Email setup. What's everyone else think? Should this have been obvious? Is it a missing f
Hello There, I have a requirement for a review completion tool where we want to define different processes (10+) and the different groups (10+) involved for successful review completion for a specific process. For example, for a given process we want business to capture the different review teams involved, the order of review, parallel or sequential review among groups involved. This should help assign tasks dynamically in a single process model, instead of having building process model for each processes. Is the below attributes good enough to create dynamic task assignment for each process. Has anyone tried this approach earlier any design suggestions to avoid bottlenecks? Review Process1Sequence| Group Name| Assignment Type|1| Review Group1| Sequential2| Review Group2 |Sequential3|Review Group2| Sequential Review Process2Sequence| Group Name| Assignment Type|1 |Review Group1 |Sequential2 |Review Group2 |Sequential3 |Review Group3 |Parallel
Hi,Can i ask a question.When submit button clicked and call integration object.In the integration object status code 500 error has occured. I got error[Could not display interface.Please check definition and inputs error].Just i want to show error message on interface how to configure it?When click the link of[Click here to dimiss the error message and see the resulting interface]i can confirm the error message but i don't want to confirm like this method.I want to display an error message when I click the button. Plz reference below of screenshot. Thanks.
When trying to create a new Page to My sites using my Process Model i get this error: "The selected process model must have a SAIL start form"- My Process Model, in the Start Node, has a Start Form linked to an interface. I've tested the Interface and it works perfectly.- I've debbuged the process and it works perfectly, and it writes to the Data Base. - I've creted an Aplitaction Action from this Process, and I can fill in the form from my Tempo, and also it works perfectly and writes to the Data Base. I don't know what I'm missing, I've created the Process Model and the Action again, and still getting the same error, but if i try it with a process from another app, it's working. Thank you!
Hello, I am using Appian 21.4 On Cloud version and I have a process that creates an Appian account and in the smart node "Create User" the parameter "Send Account Creation Email" is active. Is there any possibility to do some changes to that template (to add some additional information), if yes, how can it be done? Thank you!
Hi, My question is , in interface design to edit a expression level, to enter a dob automatically to display a age field??? Is it possible give me a solution
I want my interface to display a value in a text field (text field #2) that is the same value as a different text field (text field #1). The purpose is to save the user time so he doesn't have to type the information twice. Text field #1 saves to a RULE INPUT called RECORD. Text field #2 saves to a RULE INPUT called EQUIPMENT. The interface is ignoring the value displayed in text field #2, even though it displays a value in text field #2. As a result, no value is stored in my CDT for text field #2. My process model has a "Write to" for both RULE INPUTS and everything is going good except for this one thing that I want to carry from text field #1 to text field #2. Here is text field #1: a!textField( label: "Training Event", labelPosition: "ABOVE", value: ri!record.trainingevent, <<<<<<<<<<<<<<<<<<<<<< saveInto: ri!record.trainingevent, characte
Need your suggestion for creating a Newsletter about Appian Key points to include/Highlight? Where to find benefits of Appian? Any important features to highlight?
Hi Team, I would like to know that does Appian provide any plugin or 3rd party code for having feature like JIRA , where we can copy paste image from clipboard and tag persons in the comments section and also update / create incidents like in JIRA. Regards Bihitak
How will i increase the width of coumn? scenario: I have a grid which is for dashboard level and also at application level ,in dashboard level it is working fine like image1. but same interface used in application level in (image 2). column not showing properly. (image2)
Hi Team, I am working on building a performance test approach including a platform baseline, benchmark for future growth, and identifying when to scale infra and system capabilities. Any inputs related to the below will be very helpful: 1. Performance test objectives at a platform level 2. Parameters to monitor at platform level (What all parameters to measure at Appian component level as well as application and process level) 3. Sources of performance data (In addition to data from tools like Loadrunner, what additional sources of data including logs are used) 4. Any sample approaches for Appian and E2E performance test where Appian integrates with other systems through API Thanks in advance
I am working on a questionnaire application in which a question can be set as a parent and it can have multiple child questions. I have created two different tables, one to hold parent questions and the other one to hold child questions. Also, I have created two different CDT's for the same in Appian. In interface, I am displaying all the questions in a grid layout using foreach. If a question has child questions, I want to display those child questions right below the parent question as part of the same grid layout but currently I am unable to do so since parent and child questions are of two different CDT's. Is there a way I can list both parent and child questions in the same grid? Thank you in Advance.
Hi, We have built a pop-up window that can only display text. but now we would like to make an editable window like grids or another interface. This is the code we have written to display the text, if we want to display an interface with input box for example, how to make it? a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Button", style: "NORMAL", confirmHeader: "test", confirmMessage: ri!sample, confirmButtonLabel: "submit", cancelButtonLabel: "cancel" ) }, align: "START" ) Thanks
How to have a user input task auto accepted when user opens it?? I do see a old thread for this similar use case but it was old and the feature wasn't available then. I understand the intention behind users having to accept a task but there should be a provision for developers to decide the behavior based on use case. As having users to manually accept a task encourage s them to cherry pick a easier task and leave harder ones which requires more actions.
I'm having an issue where a client is receiving incomplete emails. They suspect the culprit has something to do with the source code of the email is including two (2) open and closing HTML tags. The emails are being sent to an external system as well. Here's the HTML the client is receiving (note that i've removed any details about the client in the email) <html><body><html><body lang="EN-AU" link="blue" vlink="#A2C617" style='font-family:Calibri'/><p><div><font face="Calibri" size="3" color="#4B4B4B"/><b></b><br/><b>Appointment Type: </b> <b>Name: </b> <b>Position Title: </b> <b>Commencement Date: </b> <b>C-Level: </b> <b>Classification: </b> <b>Supervisor Name: </b> <b>Supervisor Contact: </b> <b>Appi
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.