-
Recently active
Hi Everyone, Is that possible to store Multi dimensional of a record type? I have a requirement where i need to store like below a[1][1]=2, a[1][2]=3, something lie this,With CDTs i see it is straight forward but when i am using with record type to save a[1][2] it is showing below error . Am i missing anything? Can someone please help me on this?
Hi Everyone, How to handle null values in a recordtype? My output is like this where first index is nul. To exlcude that in recordtype what needs to be done as i have used reject function as well but it will only work for an array. Can someone please help me on this?
I created an interface with read only grid which pulls data from process analytics. I would like to bring dialog box when user clicks on a link from the interface. Any suggestion how I can implement this? Thank you.
Hi, Need guidance or suggestions on how to achieve this. Here's what I'm aiming for: I have a Section layout at the top of my interface, and I want it to remain fixed in the UI while allowing other components to scroll down beneath it. Essentially, as the user scrolls down the page, I'd like the section to stay in place while the rest of the content moves.
How can I get a same section when we click on a button under the section to provide multiple details to the single ruleinput just like adding address1,address2,address3
Hi All, I have an interface where we are having paragraph field and grid . User will be giving data in the paragraph field in specific format and will click on add button, Once they clicked on it, it will be written into database and the grid will be refreshed with the added data. There are some use cases where user will be adding more than 2000 records at a time. Currently it is taking around 2 minutes to load the 500 records into database. What is the best way to save the data into database with minimal time? Could someone please help me on this
Hi everyone! I'd like to explain my issue. I have a Record Type for Drivers, and one of its attributes is a boolean called "Primary driver." I've created an interface named "Driver" for entering information about a single driver, including a description, summary, and metrics. To allow users to mark a driver as the "Primary Driver," I've implemented a checkbox. Additionally, I have a parent interface named "Multiple Drivers," where users can add up to 5 drivers or remove them. I've used a foreach loop to generate sections for each driver using the child interface. My main challenge is that I want users to be able to select only one driver as the "Primary driver." I'd like the checkboxes for each child interface in "Driver" to function as a group, similar to radio buttons. I want the selection to work smoothly, and users should not have to click again on an active checkbox to deactivate it. I attempted to man
Hi Everyone, I need to store the values of lablels in col1, corresponding to col2 and col3 which are checkboxes into database and retrive it when the interface is loaded. Can anyone please help me out how to achieve this?
In the code below, I am not able to save the selected values. If i am selecting multiple values for a single question than I am getting below error- "Interface Definition: Expression evaluation error at function a!forEach [line 19]: Error in a!forEach() expression during iteration 2: Expression evaluation error at function a!checkboxField [line 27]: Rule 'l' has 1 parameters, but instead passed 2 parameters." I had highlighted the code where the code needs some correction. NOTE- This code worked perfectly fine for a!RadiobuttonField() but not able to save values while using a!CheckBoxField() a!localVariables( local!question: /*calling QE rule to fetch the questions*/ local!option: /*calling QE rule to fetch the options*/ local!numberOfAnswers: 4, local!correctAnswer: /*calling QE rule to fetch the correct Answer*/ local!selectedAnswer: rule!MWJ_MultiCorrectOption_SelectedAnswer(), ///// this code is written below. ), { a!sectionLayout( la
Hello, I have an application with users that have multiple groups that describe their roles and teams. I have a group type that specifically targets which team a person is on. I have a pointer to that type. I want to get a member of another role (group) from this same team automatically. Technically what I am having a problem with is the following: union( a!groupsByType(cons!TA1_ProjectTeamsPointer).data, a!groupsForUser("testuser") ) This gives me the following error: Expression evaluation error at function 'union': Invalid types, can only act on data of the same type (Any Type, Key (Integer)) So the union arguments are of different types? But the documentation explicitly states for both methods that the type is 'list of group'. Is the documentation wrong? How do I convert 'Any type' to list of group? When I test the arguments individually, the raw outputs seem the same to me. Thank you in advance.
This is the strange behavior which I'm facing in my interface , the code is missing in expression now but it is working as expected . Not sure how the code is missing .In UI we can see start date but in code above the end date is missing (which is for start date)can someone help me with this
Hello, We have a read only grid with selection enabled. Users could navigate to a page(say 5th page), select certain rows and reassign the task to another user. Once the reassignment is done, the grid lands on the first page. Is there any way we could retain the Grid on the 5th page itself after reassignment. TIA.
Appian doesn't allow me to add required permission levels to the groups instead it directly assigns the administrator level access to the groups. Why? Is there any way or process to do that.
Hi Champs, I need to fetch only unique value from a dictionary with the latest data. Below is the sample of the output Here you can see color highlighted ones are same value of training name. So instead of 5 dictionary I want only 3 with unique training name . For unique data I want to fetch the latest of duplicate data.
I want to show only the time left out of the total time allocated by me. Anyone can help me out on this?
Fitnesse supported Appian 23.1 version to select a value from drop-down but the upgraded version 24.1 is not supporting Fitnesse to pick a value from drop-down. Can anyone help how to resolve this issue? Syntax not working: populate field FIELD_LABEL or [INDEX] or FIELD_LABEL[INDEX] with VALUE(S) populate dropdown FIELD_LABEL or [INDEX] or FIELD_LABEL[INDEX] search box withVALUE
Is there a way to force startprocesslink to open in a new tab? To my knowledge, if you control+click it opens in a new tab, but left click by itself opens in the same tab. If not, what are all the ways Appian can be configured to open a new tab? The ones I know about are: startProcessLink recordActionField processTaskLink My scenario is that a user is on an interface in a process model, and there are a set of cards configured with submitlink. When the user clicks the card, a subprocess is initiated depending on the link selected, which contains another interface. The user would like clicking on the card to always open a new tab. startProcessLink seems like the best option (initiate the sub process), but to my knowledge opening in a new tab requires control + click. I could also use recordActionField by setting up a dummy record and actions connected to each sub process, but this seems like an odd use of a record. Any suggestions would be greatly appreciated.
Hi All, I have a query that "Do we have any limit on number of rows to display in an editable grid?". I have a requirement where I am fetching the data from DB and showing in editable grid for user to edit and update but after few months it might be possible that the number reaches to 10k. So just wanted to know if we have the limit of rows in editable grid.
Howdy all, Haven't seen this question yet, but is it possible to change the look of the File Upload component's Placeholder, to add more visibility. To Either Reflect This or - Option 1: Option 2: This is the code snippet: a!fileUploadField( label: "Attachments", labelPosition: "ABOVE", target: cons!FileLocation, value: local!attachment, placeholder: "", saveInto: { ri!Attachment.ID, local!attachment }, validations: {}, buttonStyle: "STANDARD"
Can someone tell me where I am doing wrong. Just trying to show hardcoded array in grid.
Hello. I am making calls with an integration to an external system and I am unable to use Appian's built-in JSON formatter to do so. As far as I have read on the documentation, I am also unable to do the type of string manipulation necessary to dynamically construct the JSON from scratch so that it is compatible. I am only able to statically send text as JSON for it to work. Here are the bodies and results for a success and failure: Body (Content Type: JSON): "[ { ""startPublicationDate"": ""2021-09-05"", ""endPublicationDate"": ""2021-09-05"" } ]" Result: Body (Content Type: JSON): concat( "[ ", a!toJson( value: a!map( startPublicationDate: concat( text(ri!startPublicationDate, "yyyy"), "-", text(ri!startPublicationDate, "mm"), "-", text(ri!startPublicationDate, "dd") ), endPublicationdate: concat( text(ri!endPublicationDate, "yyyy"), "-", text(ri!endPublicationDate, "mm"), "-", text(ri!endPublicationDate, "dd") ) ) ), " ]" ) Result: Again, the def
My health check report indicates that I have the following problem to solve:"276 process models have an alert setting that does not follow best practices. All models should have explicit custom settings to alert the appropriate business support group and should not explicitly reference users." I have 459, and as far as i know most of them are configurated this way: And also this warning in all the proceses configurated this way: 1. Is this the problem? Should I set all of them with custom settings > Send to group?2. Maybe I only have part o them like this, and the other 276 processes are configurated to Send alert to an specific User and I only have to change those ones?3.Or Maybe is there any other place where I can set alarms, for example in specific nodes? Since the picture is General Properties of the Whole Process Model. Thank you so much!
Is it possible to freeze the heading row in a record list? I have two similar fields that users get confused as to which is which without the heading.
Hi All , Need to send the data from appian to external system and set flag to yes for all the rows which has been sent successfully in Appian table to ignore these rows for next set of data to send. What is the best way to do this.
Hi, Can you Give some options on reloading the site or refreshing the pages. I wanted to bring back the customer back to parent screen upon submission and start a new request. there are many local variables to be refreshed hence wanted a know if there is a quick way to reload the site which can set the pages to default values.
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.