-
Recently active
When the "index+1" script task is reached, I would like to wait 1 second and then execute the script task.I tried to solve the problem by setting the timer, but I don't know how, so I would like to know how.
Hi Team, I want to create two columns in Interface, one column will have Calander and when we click on the date , it will display on the second column, anyone got the answer, plz share the code
Hi Appian community members, currently we are using a!columnChartField to display some columns in a UI. Recently there are many columns added, is there a way to make the column chart scrollable from left to right so all columns not squeezed? a!columnChartField seems don't have any parameters can control whether scrollable. Any suggestions? Thanks.
Hi! Has anyone implemented an interface with a similar visual style? A grid field with rows and the rows have an icon that when you click expands a section. I could be wrong, but I think Appian doesn't currently have an out-of-the-box component/layout for this, hence I'm trying to find a workaround. I am looking for ideas on how I can at least mimic a fraction of this style in Appian.
I have a requirement wherein I need to download multiple files (say 30 files) at a button click to the local system I have seen posts to try Zip plugins to add documents to zip and unzip the same. Please can someone suggest a way on how i can achieve that on a button click the files are downloaded to my local system. The number of files are dynamic.
While sending the email, some of the text is getting removed and receiving only partial text. Below is the html text: <p><span style="font-size: 10pt;">Dear colleagues,</span></p><p style="text-align:start;"><span style=""><span windowtext="" 1.0pt;mso-border-alt:none="" 0in;padding:0in;mso-ansi-language:en-us'="" style="font-size: 10pt;">&nbsp;</span></span><span style="font-size:10.0pt;"></span></p><p style="text-align:start;"><span style=""><span windowtext="" 1.0pt;mso-border-alt:none="" '="" style="">Please note that the EU approval by CHMP Positive opinion has been granted on 05 December 2024 for&nbsp;</span><span style="">KEYTRUDA (pembrolizumab) for variation EMEA/H/C/3820/II/016 which removes the instruction "
I have a following Use case- 1- Need to extract 40+ MB data from different system as per Ondemand request from Appian Interface 2- Dump this data into some staging table residing in Appian Business Database schema and perform operation afterwards Which solution will be most usefule in terms of Scalability and availability 1- Use SQLtoExcel plugin? will this support to get the dump into excel via User on demand request 2- Export Datastore entity to Excel? will it support 40+ MB data or will it be timed out? Any other approach we can adopt? Here major concern is On Demand request for processing the data via Appian Interface.
Hello everyone, { a!columnsLayout( columns: a!columnLayout( contents: if( ri!showAllLinks_bool, {}, rule!CR_APP_RT_displayApproverInfoNote( message_txt: "New workflow cannot be initiated as another child flow is open/in-progress" ) ) ) ), /*Release & delete to be shown where action proposed = Release or Delete*/ /*No other Child process to be shown when release/delete proposed*/ /*process button shown to DU users only*/ if( contains( cons!CR_APP_CHOICES_ACTION_PROPOSED, tostring( index( ri!crAppSelected_cdt, "proposedAction_txt", null ) ) ), a!columnsLayout( alignVertical: "TOP", columns: { if( and( contains( { cons!CR_TXT_CCAD_UNIT, cons!CR_TXT_SYND_GROUP }, rule!CR_FN_getUserRole(loggedInUser()) ),
I was sending a data in json format like { a!tojson("fruit": "apple") } but the output i was getting { "fruit": ["apple"] }but i need without square brackets . Could anyone please help me on this and thanks for advance
I want to set up a simple process in Appian Community, which starts when an email inbox receives an email, and from that email, a form is generated. Is it possible to do this in Appian Designer, or do I need a license?
I have a dropdown field that is giving me trouble. It used to work, but just started today. It throws, "An error occurred while executing a save: java.lang.IllegalArgumentException: Invalid index: Cannot update integer index from type List of Null". I am interpreting this error message to mean that I am trying to save a Null value into an integer index. [View:/cfs-file/__key/communityserver-discussions-components-files/13/Dropdown-Field-Error.mp4:899:244] I am limiting the drop down to the latest event. I do not want the applicant to choose any other value except the latest on. Here is the code: a!sideBySideItem( item: a!dropdownField( data: null, choiceLabels: rule!PMSO_getEventforLU()[1].event, choiceValues: rule!PMSO_getEventforLU()[1].eventId, label: "I am applying for the following Event", labelPosition: "ABOVE", placeholder: "--- Select an Event to apply ---",
Hi All, We have a requirement, where we have to import excel file data into Appian database stage table. Once data is loaded into stage table we have to validate the date format for date columns whether the date is invalid or valid using query entity or any custom function. In-valid records should be removed and only valid records be there. Can someone help us with this kind of scenario in Appian how we can avoid the in-valid date rows in Appian. Regards, Dheeraj G
Hello All , There are 10 tabs in a record view and every tab has certain view level security configured to them but now the view level security show be removed and placed inside the interface .Upon click of the page/interface check if its eligible then print the existing interface else show an error message . I wanted to know what will happen if we remove the view level security from record and place it inside interface.
I am using the smart service - "Export Data Store Entity to Excel" to convert my CDT data into excel file (.xlsx). I could able to get the desired data in excel. The issue is when I pass this system generated file (excel file) to the Aspose system via integration, I receive this error - "The Excel file is corrupted or not a valid Excel file." at aspose end. I checked opening this file in Linux server i.e. aspose server, I couldnt open the file. I could able to open the same in my local and from my Appian UI. Can you please help to know why it says file is corrupted in aspose end? Thanks in advance!
Our Security team is looking to roll out the Island browser: https://www.island.io/ Has anyone used this browser and still been able to develop in Appian Designer? Thanks, </jason>
I have an interface tied to a process model via a!startprocess on the "Upload File to Request" button. In designer mode, this process works normally and moves it to the folder as expected. It does not work when I am on the site. The file uploaded is saved to the ri!attachments. Everything but the attachments seem to be written to the process variables. Even with requests without folders, it creates a folder and does not move it there. Any guidance would be much appreciated. Thank you so much. a!columnLayout( contents: { a!fileUploadField( label: "File Upload", labelPosition: "ABOVE", target: cons!FRR_FOLDER_RECORD_ATTACHMENTS, maxSelections: 1, value: ri!attachments, saveInto: ri!attachments, disabled: if(local!readonly = true, true, false), buttonDisplay: "ICON", buttonSize: "STANDARD"
I have a requirement in which I need to create a webapi which will create users in appian.In webapi,we are providing the userid as an input and with that Id I need to invoke a processmodel which will create user in appian and add the user to respective groups.Iam a beginner to api ,so need guidance for this.Appreciate if anyone can help on this.
I want the interface to open and the process to run simultaneously and after some seconds I need the interface to close automatically without user interaction (Process model used in related action).
we are using common application that having common objects and these objects are being used across 3 more applications.during deployment of other 3 applications, we are facing issues dependency on common application and as per the business requirementto reduce the dependency from common application what is the best approach and how we can remove the dependency.we are looking for a solution of this issue and wanted to understand the impact on it.Please suggest on this if any leads.
Would be nice if tooltips could have bold text! Pretty basic but useful feature. Makes it easier to scan and read important stuff in the tooltips.
I am working on the creation of an API and using two approaches for doing the same thing, first code snippet includes the code which is working fine without any issue whereas if I try to minimize the code and by placing request creation in a different expression I get error error "The jsonText parameter was not valid JSON." a!localVariables( /*code throwing error*/ local!jsonRequest: a!fromJson(http!request.body), local!value: rule!ASQ_CreateRequestStructureForSfdc(jsonRequest:local!jsonRequest), a!writeRecords( records: local!value, onSuccess: a!httpResponse( statusCode: 200, headers: { a!httpHeader( name: "Content-Type", value: "application/json" ) }, body: a!toJson(fv!recordsUpdated) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader( name: "Content-Type", value: "application/json" ) }, bod
Hi team, Is there a way to submit with enter button of keyboard? Thanks in advance and regards.
Hi Appian Community, I’m working on an Editable Grid and need some help with the following requirements: I have 4 fields in each row: 3 of them should be read-only, and 1 should be editable (this will be a Radio Button field). The Radio Button field should allow users to select one of several options. The button (located outside the grid) should only be clickable when at least one option is selected in the Radio Button field for each row. Could you please help me with: The configuration for the Editable Grid where three fields are read-only, and the Radio Button field is editable. A way to ensure that the button is only enabled when the Radio Button field is selected for all rows in the grid. Thanks in advance for your assistance!
Hello,While editing the form am getting below error for the pickerFieldUsersAn error occurred while executing a save: Expression evaluation error: Cannot update List of NGM Tasks; length of assign value list (0) does not match length of the list to update (1)Below my code a!pickerFieldUsers( label: "Assignee", placeholder: "Select task assignee", value: local!taskData['recordType!{8bba5308-f92d-4f52-99ca-a84194e2b86b}NGM Tasks.fields.{4b779da2-0a05-4d7f-a99e-c30b4b4e087d}assignee'], saveInto: local!taskData['recordType!{8bba5308-f92d-4f52-99ca-a84194e2b86b}NGM Tasks.fields.{4b779da2-0a05-4d7f-a99e-c30b4b4e087d}assignee'], required: true(), maxSelections: 1 )
Is there a way to delete all the instances of a sub process upon completion when called from a start process smart service node in a parent process ? We are facing performance issue of high memory usage in one of the process in our application. The current design is, there is a parent process where the list of not completed tasks are retrieved and a sub process node (configured as MNI) where the notification emails are sent to the task owners. In order to improve the performance we are planning to replace the synchronous sub process with a start process smart service. But the challenge we are facing is how to delete the sub process instances once it is completed? Since the child process is a common object used across other process in the application, we have the restriction of updating Automatic Process Clean-up 'Delete processes 7days after completion or cancellation' option in the Data Management setting. In other process of the application we need to retain the instance for
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.