-
Recently active
I am not able to select multiple options from the drop down menu.getting error getting below error if I select multiple options for franchise and country
Hi everyone, I'm struggled with the next case, we have a gridField, where we are showing a list of objetcs returned by an API. One of the columns in that gridField is desired to make able the user to download a file given a property of the object which is an url, lets say the "X" url, here is the issue that URL only responds with another url having a presigned URL for a file in s3 bucket, lets call it the "Y" URL We were wondering if it is possible to make the user reach the "Y" only clicking 1 button (or link) in order to make the presign only when the user request the files, because we know it would be easy to call every "Y" URL the presigned ones if we load all those at the start time, the thing is we dont want to do it, we just want to generate the presigned file when the user request one by one. By the way the X URL is already configured as an integration, and we dont want to use appian file system and try to avoid as much as w
Hello All, We are encountering the below error after upgrading to v24.2 on some of the interfaces. Has anyone else encountered something similar? If yes, do we have any workaround for this bug? The 500 errors were due to the error: Caused by: com.fasterxml.jackson.core.exc.StreamConstraintsException: String value length (20054016) exceeds the maximum allowed (20000000, from `StreamReadConstraints.getMaxStringLength()`) FYI: We assume that as part of v24.2 some restrictions were imposed on Max String Length and We have already raised a support case and Product team has identified this as a product bug and they are working on addressing this. However, we could not find any workaround for this. Any suggestions or ideas that any of you may have would be much appreciated. Thank you.
Hi all, I would like to use the styled text editor field in place of paragraph field to be able to use bulleted lists, but there is no refresh after keypress that we can set. How can I mimic this refresh functionality with a styledTextEditorField? I have something like this: a!localVariables( local!origNote, local!newNote, a!styledTextEditorField( label: "Edit Note", value: local!origNote, sizeLimit: cons!ERR_MAX_CHAR_NOTE, /*refreshAfter: "KEYPRESS",*/saveInto: a!save( local!newNote, ) ),)
I'm creating a line chart where I want to display a sum of transaction amounts per last 6 months. The expression for the linechart component is the following: a!lineChartField( data: 'recordType!{2e778cbc-bcd7-48a6-bda3-2f52ac5e15d0}W0592PF Transaction', config: a!lineChartConfig( primaryGrouping: a!grouping( field: 'recordType!{2e778cbc-bcd7-48a6-bda3-2f52ac5e15d0}W0592PF Transaction.fields.{012826cc-c147-43c8-8171-e9c1cc8990bd}date', alias: "date_month_primaryGrouping", interval: "MONTH_SHORT_TEXT" ), measures: { a!measure( function: "SUM", field: 'recordType!{2e778cbc-bcd7-48a6-bda3-2f52ac5e15d0}W0592PF Transaction.fields.{53db9671-69f5-4d88-b573-89f591e99754}amount', alias: "amount_sum_measure1", formatValue: "DOLLAR" ) }, sort: { a!sortInfo( field: "date_month_primaryGrouping", ascending: false ) }, dataLimit: 6, showIntervalsWithNoData: false )
I am getting this error "Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!forEach [line 40]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!dropdownField [line 65]: A dropdown component [label="roleName1"] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was Role1 and choiceValues was Role1; Role2.".Could anyone please help me to resolve this error a!localVariables( local!jurisdictionTask:{ a!map(id:1,taskName:"Task1",taskDescription:"Upload Document1",jurisdictionName:"Arizona",roleName:"Role1",applicationType:"Application Type1" ), a!map(id:2,taskName:"Task2",taskDescription:"Upload Document2",jurisdictionName:"Arizona",roleName:"Role1",applicationType:"Application Type1"), a!m
I have a excel file where there are too columns one is constant name and another is constant value .I need to upload a the file in an interface using file upload component and after clicking a submit button in the interface i need to fetch the data in the excel and update the constant values for respected constants . will anyone please guide me to achieve this scenario ?I have also given the snap of the excel sheet ,please find that below. Thanks in advance !
Hello, I am new to Appian and have a requirement to create grid columns dynamically based on the data available in the database. I need to generate these columns dynamically according to the available data.Thank You..!!
Dear Community, I have created a simple interface (csr_ui_requesttask_userfiltersui in this example) that has a list of Map as rule input (inputRecordSets in this example). The structure of the Map (list items) is as follows (attributes) a!map( labels: { "Option A", "Option B", "Option C" }, choiceValues: { "Value A", "Value B", "Value C" }, selectedValues: { "Value B", "Value C" } ) The idea is to have a reusable interface that will display a multi-select drowdown box for each list item. Dropdown item choice labels, choice values and initially selected options (values) will be provided by the labels, choiceValues and selectedValues attributes. For example, when I call the expression rule from another interface and pass a list consisting of two items (two maps), two dropdown boxes should be displayed. This is the code of the interface: { a!columnsLayout( columns: { a!columnLayout( contents: { a!forEach( items: ri!inputRecordSets
hi team, I am working on interface, i wanna delete one text field but mistakly it goes in "viewing read only"mode. how do i remove it and make text editable. thanks, kiran
I am querying a record to fetch two fields jurisdiction and lineofBusiness and displaying in a read only grid,Currently I am getting data like this but I want to display only one row,which will have jurisdiction as 44 and all the three line of business in a single cell of column Line of Business
I am querying one record and aggregating two fields name and hobbies.I want to display all the hobbies in a single cell for a name ,in a single row in the read only grid.For Example Name Hobbies Ram Playing dancing cooking Please help with this,how to achieve this example
I need to remove the filter button from a read-only table in Appian created from a record type. How can I do this?
I have a use case involving a read-only grid, where the last column contains a recordActionField. My requirement is for some actions within this field to open in a dialog box, while others should open in the same tab. Currently, the recordActionItem does not permit specifying the behavior for how each action opens. I am limited to using the configuration settings of the recordActionField for all actions. Is there a solution to address this issue?
Hi all, I'm struggling with this very silly, frustrating issue hahah. This screen shot is the footer of a word doc template: This is a shot of how it looks after the PDF is generated: You can see the value that is centered in the template is now smooshed up to the left. We're generating a word doc from the template, then converting to PDF. I'm not sure if it's because we're using XML to generate it (I don't know XML very well) and if I need to actually concat some XML footer code to the rule we're using to generate the word doc. I've tried playing around with the template footer, I can't tell you how many versions I've tried. I've tried putting the entire footer in a table and making the grid lines disappear, but for some reason the outer border of the table still shows up on the generated PDF. I've tried making the entire footer one ###footer### then passing in the values in the PM. The word doc is generating fine out of the
Currently, Appian only allows either a sidebar navigation or a top navigation bar, but not both simultaneously. when the sidebar is collapsed the logo becomes barely visible, would be great to be able to have a top bar for the branding and have the navigation in the sidebar or at allow to have different versions of the logo when the sidebar is collapsed vs expanded
I want be hyperlink by button to open a interface of the same project Interface in same tab. Please provide me complete code how to link by one interface Button to open another interface. Thanks & regards
Hello community! I am very confused by this error. I have the below screenshot of an update function that is meant to update a record type called GF Utility where the rule input coming in is of type GF Utility. I'm pretty sure I have 3 keys and 3 values but whenever a user logs in, the error in the subject pops. I tried testing the rule in the expression and it works just fine. Is there something I'm missing? I would appreciate all the help I can get on this and also if there is anything that needs clarification, please let me know! Also, here is the error in screenshot format as well
Hello, I've an issue with a record type. I pass it to a process model, but when I start the process, the relative process variable result to be null, or with null fields. I tryed also to cast the record type in cdt before sending to process model, but anything changed. Someone can help me please? I leave some code below. Thank you version 1: link: a!startProcessLink( label: "SALVA", processModel: {cons!PVATRP_PRC_SALVA_OPERAZIONI}, processParameters: { operazioniInput:ri!operazioni, autorizzazioni: ri!autorizzazioni ) version 2: edit: I realized that by running the process from the designer, it works correctly. The problem occurs only from the web site
Hi, I have created a dynamic form and have set the necessary values to the properties of the fields like this: required: true, requiredMessage: "*", validationGroup: "Questions" In the Button I also set the necessary properties like this: submit: true,validate: true, validationGroup: "Questions" In design view validation is working fine. The screenshot: But when it is running in the site, validation is not working even after clicking the button. The Screenshot: Can any one please help me regarding this and kindly clarify the reason?
Is there default behavior for when a user refreshes a page in the middle of a process within an interface?
Hi Everyone, I want implement a validation on file upload field, whenever user uploads a CSV file system will validate and check whether the CSV file uploaded is in correct format or not ? if file is not in correct format system will give the error "File is not in correct format"
i have a paragraph field and initailly i want to show only first 255 characters, i want to add a button like show more/ show less
Hi, I used fileUpload component in mobile to upload a photo. But when viewed using imageField, the picture gets rotated in wrong orientation. Is there a way forward to fix it?
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.